X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e0877e83e3fbfa88e8b5c664e811ba22ab1ac4bb..19d3bf6036b2b7a1495b5d5e46fb78df1215a9b3:/NEWS diff --git a/NEWS b/NEWS index 1a0ae4b2a0..1ac203f9d6 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,45 @@ + _ _____ _________ +__ _____ _ __ ___(_) ___ _ __ |___ / |___ / ___| +\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \___ \ + \ V / __/ | \__ \ | (_) | | | | ___) | ___) |__) | + \_/ \___|_| |___/_|\___/|_| |_| |____(_)____/____/ + (not released yet) + + * Maint: liveness checking is gone. It was fragile and buggy. + * API: ActivitySet make it easier to manage sets of activities. + * Plugins chiller, photovoltaic and battery revamped and improved. + * Performance improvements, both in time and memory. + * (+ internal refactoring, usability improvements and bug fixes) + _ _____ _____ _ _ +__ _____ _ __ ___(_) ___ _ __ |___ / |___ /| || | +\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \| || |_ + \ V / __/ | \__ \ | (_) | | | | ___) | ___) |__ _| + \_/ \___|_| |___/_|\___/|_| |_| |____(_)____/ |_| + June 26. 2023 + +Save the planet, skip a release: 3.33 was due 6 months ago, so skip directly to 3.34. + + * Maint: MSG and Java are gone (EOL was scheduled for 2020), move to C++17, + and drop 32bits support. + * Model: Introduce a fluid I/O model, mixing I/O and network, to represent + streaming from disk + * API: DAG/workflow loader; Introducing Tasks which are activities that can + be fired several times. + * Doc: Several new documentation sections, and a new tutorial on DAGs. + * MC: Safety properties now portable to every OS, activated by default + in all builds. + * MC: Introduction ODPOR/SDPOR reductions and guiding strategies (better + state space traversal). + * (+ internal refactoring, bug fixes and documentation improvement) + _ _____ _________ __ _____ _ __ ___(_) ___ _ __ |___ / |___ /___ \ \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \ __) | \ V / __/ | \__ \ | (_) | | | | ___) | ___) / __/ \_/ \___|_| |___/_|\___/|_| |_| |____(_)____/_____| - (unreleased) + October 3. 2022 + +The Wiedervereinigung release. Germany was reunited 32 years ago. * Various cleanups around the virtual machines API * Improved Python platform generation (more robust, easier to use)