From: Arnaud Giersch Date: Fri, 24 Jan 2020 21:34:53 +0000 (+0100) Subject: Update ChangeLog. X-Git-Tag: v3.25~64 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2016a2be39e1a93a7dd3e40bccaabb2bdca0e3b7 Update ChangeLog. Fixed simgrid/simgrid#9 on Framagit. --- diff --git a/ChangeLog b/ChangeLog index feceb398f8..6490385718 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,11 @@ General: - Drop support for Viva/Triva (old visualization tools), hence removed TRACE_get_node_types() and TRACE_get_edge_types() functions. +Python: +- Require pybind11 version 2.4. +- Greatly improve locking during context switches with Python. No more tests are + failing currently, even on win32. + S4U: - Actor: Merge signals on_migration_start/end into on_host_change - Actor: Rename migrate() into set_host() @@ -52,6 +57,7 @@ SMPI: call, which should be called if SMPI is not being used through smpirun. Fixed bugs (FG#.. -> framagit bugs; FG!.. -> framagit merge requests): + - FG#9: Python bindings crashing - FG#39: Missing s4u::Comm::wait_any_for example - FG#42: Add support for ThreadSanitizer (TSan) - FG!19: Removing RngStream