Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Feb 18, 2025
2 parents 2c117a5 + 64bbd80 commit ce9a785
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ See also our [versioning policy](https://amici.readthedocs.io/en/latest/versioni

## v0.X Series

### v0.30.1 (2025-02-18)

Bugfix-only release.

* Removed `eqx.debug.nan`, fixes #2629
by @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/2630
* Fixes an SBML import issue that led to incorrect results for models with
species-dependent initial assignments (fixes #2642)
by @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/2643
* Fixed `CVodeGetSensDky` error message
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2644
* Disabled `CvodeF` checkpointing to prevent certain rare crashes when forward
integration takes exactly `maxsteps` integration steps, plus some additional
yet unclear condition.
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2645
* Fixed rare crashes due to uncaught exceptions in `~FinalStateStorer`
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2647

**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.30.0...v0.30.1


### v0.30.0 (2024-12-10)

*Please note that the amici JAX model generation introduced in v0.29.0 is
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.30.0
0.30.1

0 comments on commit ce9a785

Please sign in to comment.