Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Release v3.32: The Wiedervereinigung release
[simgrid.git] / docs / source / Release_Notes.rst
index 5a9d72c..69e0c7f 100644 (file)
@@ -528,12 +528,14 @@ since it does not mix bytes and flops and has a homogeneous consumption over a s
 
 This release also introduces steadily progress **on the bindings front**, introducing in particular the Mutex, Barrier and Semaphore to your python scripts.
 
-Version 3.32 (not released yet)
--------------------------------
+Version 3.32 (October 3. 2022)
+------------------------------
+
+The Wiedervereinigung release. Germany was reunited 32 years ago.
 
 This release introduces tons of bugs fixes overall, and many small usability improvements contributed by the community.
 
-**On the bindings front**, we further completed the Python bindings: the whole C++ API of Comms is now accessible (and examplified) in Python, while a
+**On the bindings front**, we further completed the Python bindings: the whole C++ API of Comms is now accessible (and exemplified) in Python, while a
 few missing functions have been added to Engine and Mailboxes. It is also possible to manipulate ptasks from Python.
 
 The Python platform generation has also been improved. In particular, user's errors should now raise an exception instead of killing the interpreter.