From 0c44186290d76e72fdb5a305d856efd7271d8123 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Mon, 25 Nov 2024 22:38:24 +0100 Subject: [PATCH] Bump version, update changelog --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++++ version.txt | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c667b7c7..8525581c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,49 @@ See also our [versioning policy](https://amici.readthedocs.io/en/latest/versioni ## v0.X Series +### v0.28.0 (2024-11-xx) + +**Fixes** + +* Fixed race conditions in froot, which could have resulted in incorrect + simulation results for models with events/heavisides/piecewise, for + multi-threaded simulations. + + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2587 + +* Fixed race conditions for the max-time check, which could have resulted in + incorrect termination of simulations in case of multi-threaded simulations + in combination with a time limit. + + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2587 + +* Added missing fields in ExpData HDF5 I/O + + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2593 + +* **Features** + +* Generate models in a JAX-compatible format + ([example](https://amici.readthedocs.io/en/develop/ExampleJaxPEtab.html)) + + by @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/1861 + +* Faster `fill_in_parameters_for_condition` + + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2586 + +* Added Python function `writeSimulationExpData` for writing ExpData to HDF5 + + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2588 + +* Attempts to import an amici model extension module with the same name as an + already imported one now raises an error. (Importing an extension module with + the same name as an already imported one was never supported.) + + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2596 + +**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.28.0...v0.29.0 + ### v0.28.0 (2024-11-11) **Breaking changes** diff --git a/version.txt b/version.txt index 697f087f37..ae6dd4e203 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.28.0 +0.29.0