File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,27 @@ See also our [versioning policy](https://amici.readthedocs.io/en/latest/versioni
4
4
5
5
## v0.X Series
6
6
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
+
7
28
### v0.30.0 (2024-12-10)
8
29
9
30
* Please note that the amici JAX model generation introduced in v0.29.0 is
Original file line number Diff line number Diff line change 1
- 0.30.0
1
+ 0.30.1
You can’t perform that action at this time.
0 commit comments