Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix column numbers for sortTable.
[simgrid.git] / ChangeLog
index 46f2d6a..76fb566 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -58,6 +58,12 @@ Models:
      https://simgrid.org/doc/latest/Installing_SimGrid.html#installing-from-the-source.
      No action is required if you use pre-compiled packages.
 
+General:
+  - Modifications of the Profile mechanism, with some impact on users 
+    - Addition of a new (S4U) method to init profiles from generic functions to improve versatility
+    - Fix initial behaviour of state_profiles 
+    - Modify periodicity to behave like a period, and not like a loop delay
+
 XBT:
  - Drop xbt_dynar_shrink().
 
@@ -68,11 +74,12 @@ Python:
    - Mailbox: Mailbox.by_name()
  - Added the following bindings:
      - this_actor.warning()
-     - Mailbox.put_init() [example: examples/python/comm-waitallfor]
-     - Comm.detach() [example: examples/python/comm-waitallfor]
+     - Mailbox.put_init() [example: examples/python/comm-waitallfor/]
+     - Comm.detach() [example: examples/python/comm-waitallfor/]
      - Comm.wait_for() [example: examples/python/comm-waitfor/]
      - Comm.wait_any_for()
-     - Comm.wait_all_for() [example: examples/python/comm-waitallfor]
+     - Comm.wait_all_for() [example: examples/python/comm-waitallfor/]
+     - Mutex [example: examples/python/synchro-mutex/]
 
 Build System:
  - Remove target "make uninstall" which was incomplete and no longer maintained.