X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/47f1df59bc1af3dda6d79f9f3767257de1a32384..76ec29f832083ef95c56afbd1e11fc29856a0770:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 74e0477e33..fcd07294df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,28 @@ SimGrid (3.31.1) NOT RELEASED YET (v3.32 expected June 21. 2022, 09:13 UTC) +Python: + - Added the following bindings / examples: + - Comm (now 100% covers the C++ interface): + - Comm.dst_data_size, Comm.mailbox, Comm.sender, Comm.start_time, Comm.finish_time + - Comm.state_str [examples: examples/python/comm-failure/, examples/python/comm-host2host/] + - Comm.remaining [examples: examples/python/comm-host2host/, examples/python/comm-suspend/] + - Comm.set_payload_size [example: examples/python/comm-host2host/] + - Comm.set_rate [example: examples/python/comm-throttling/] + - Comm.sendto, Comm.sendto_init, Comm.sendto_async [example: examples/python/comm-host2host/] + - Comm.start, Comm.suspend, Comm.resume [example: examples/python/comm-host2host/] + - Comm.test_any [example: examples/python/comm-testany/] + - Comm.wait_until [example: examples/python/comm-waituntil/] + - Engine: + - Engine.host_by_name [example: examples/python/comm-host2host/] + - Engine.mailbox_by_name_or_create [example: examples/python/comm-pingpong/] + - Mailbox: Mailbox.ready [example: examples/python/comm-ready/] + ---------------------------------------------------------------------------- +S4U: + - kill signal Comm::on_completion that was not working anyway. + - Expose signals Activity::on_suspend and Activity::on_resume + SimGrid (3.31) March 22. 2022. The ненасильство release. We stand against war. @@ -103,6 +124,7 @@ Fixed bugs (FG#.. -> FramaGit bugs; FG!.. -> FG merge requests) - FG#101: LGPL 2.1 is deprecated license - FG#104: "make uninstall" not up-to-date - GH#151: Missing mutexes for DPOR. + - FG#105: "Variable penalty should not be negative!" with in-flight messages and bandwidth profiles ----------------------------------------------------------------------------