X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9f578fba876983544859e747044eb2d8a3290b40..b1786c6251bb5352905bb1d0babb8267307a4b07:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 5e8851bccb..893664d9bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,7 +16,7 @@ SMPI: Python: - Make the host_load plugin available from Python. See examples/python/plugin-host-load - Mailbox::get_async() does not return a pair anymore. Use comm.get_payload() instead. - - Comm::waitall/testany() are gone. Please use ActivitySet() instead. + - Comm::waitall/waitany/testany() are gone. Please use ActivitySet() instead. - Comm::waitallfor() is gone too. Its semantic was unclear on timeout anyway. - Io::waitany() and waitanyfor() are gone. Please use ActivitySet() instead. @@ -24,6 +24,13 @@ C API: - Introduce sg_activity_set_t and deprecate wait_all/wait_any/test_any for Exec, Io and Comm. +Plugins: + - Revamp the battery plugin: rewrite completely the API, for a better usability. + The examples were updated accordingly. + - Revamp of the Photovoltaic plugin: now called SolarPanel and complete rewrite of the API + - Add chiller plugin: enable the management of chillers consuming electrical energy + to compensate heat generated by hosts. + ---------------------------------------------------------------------------- SimGrid (3.34) June 26. 2023