Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update ChangeLog.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 24 Jan 2020 21:34:53 +0000 (22:34 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 24 Jan 2020 22:58:42 +0000 (23:58 +0100)
Fixed simgrid/simgrid#9 on Framagit.

ChangeLog

index feceb39..6490385 100644 (file)
--- 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