Skip to content

Commit ce9a785

Browse files
committed
Merge branch 'master' into develop
2 parents 2c117a5 + 64bbd80 commit ce9a785

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ See also our [versioning policy](https://amici.readthedocs.io/en/latest/versioni
44

55
## v0.X Series
66

7+
### v0.30.1 (2025-02-18)
8+
9+
Bugfix-only release.
10+
11+
* Removed `eqx.debug.nan`, fixes #2629
12+
by @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/2630
13+
* Fixes an SBML import issue that led to incorrect results for models with
14+
species-dependent initial assignments (fixes #2642)
15+
by @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/2643
16+
* Fixed `CVodeGetSensDky` error message
17+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2644
18+
* Disabled `CvodeF` checkpointing to prevent certain rare crashes when forward
19+
integration takes exactly `maxsteps` integration steps, plus some additional
20+
yet unclear condition.
21+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2645
22+
* Fixed rare crashes due to uncaught exceptions in `~FinalStateStorer`
23+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2647
24+
25+
**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.30.0...v0.30.1
26+
27+
728
### v0.30.0 (2024-12-10)
829

930
*Please note that the amici JAX model generation introduced in v0.29.0 is

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.30.0
1+
0.30.1

0 commit comments

Comments
 (0)