Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Complete the documentation of v3.31
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 22 Mar 2022 08:49:46 +0000 (09:49 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 22 Mar 2022 09:05:59 +0000 (10:05 +0100)
NEWS
docs/source/Release_Notes.rst

diff --git a/NEWS b/NEWS
index 5c25d2a..14b53f0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,10 @@ __   _____ _ __ ___(_) ___  _ __   |___ / |___ // |
 
 The ненасильство release. We stand against war.
 
+  * Refactoring the model-checker, enabling synchronization objects and future improvements
+  * Introducing BMF sharing, enabling ptasks in regular models (experimental)
+  * Further complete Python bindings (Mutex, Semaphore and Barrier)
+ * (+ internal refactoring, many bug fixes and documentation improvement)
                     _               _____  _____  ___
 __   _____ _ __ ___(_) ___  _ __   |___ / |___ / / _ \
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \| | | |
index 400c1c9..d77c998 100644 (file)
@@ -528,6 +528,7 @@ several threads, and thus capable of utilizing more cores than a classical :cpp:
 it straightforward to model multithreaded computational kernels, and it comes with an illustrating example. It can be seen as a simplified ptask, but
 since it does not mix bytes and flops and has a homogeneous consumption over a single CPU, it perfectly fits with the classical SimGrid model.
 
+This release also introduces steadily progress **on the bindings front**, introducing in particular the Mutex, Barrier and Semaphore to your python scripts.
 
 .. |br| raw:: html