Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 25, 2024
1 parent 7b9340f commit 167b245
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,44 @@ 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


**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.28.0...v0.29.0

### v0.28.0 (2024-11-11)

**Breaking changes**
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.28.0
0.29.0

0 comments on commit 167b245

Please sign in to comment.