2
2
3
3
## v0.X Series
4
4
5
+ ### v0.25.0 (2024-05-TBD)
6
+
7
+ This release requires Python >= 3.10.
8
+
9
+ ** Fixes**
10
+ * Fixed a bug in event handling that could lead to incorrect simulation
11
+ results for models with events that assign to compartments * and* have
12
+ additional event assignments
13
+ by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2428
14
+ * SBML import: handle ` useValuesFromTriggerTime ` attribute on events.
15
+ This attribute was previously ignored. It is possible that now AMICI fails
16
+ to import models that it previously imported successfully. For cases where
17
+ ` useValuesFromTriggerTime=True ` made a difference, AMICI might have produced
18
+ incorrect results before.
19
+ by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2429
20
+ * Faster code generation for models with events if they don't have
21
+ state-dependent triggers
22
+ by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2417
23
+ * Most warnings now come with a more informative code location
24
+ by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2421
25
+ * ` amici.ExpData ` was changed so that ` isinstance(edata, amici.ExpData) ` works
26
+ by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2396
27
+
28
+ ** Features**
29
+ * Event-assignments to compartments are now supported. Previously, this only
30
+ worked for compartments that were rate rule targets.
31
+ by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2425
32
+ * Releases are now deployed to Docker Hub
33
+ by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2413
34
+
35
+ ** Full Changelog** : https://github.com/AMICI-dev/AMICI/compare/v0.24.0...v0.25.0
36
+
5
37
### v0.24.0 (2024-04-22)
6
38
7
39
This will be the last release supporting Python 3.9.
8
- Future releases will require Python 3.10.
40
+ Future releases will require Python>= 3.10.
9
41
10
42
** Fixes**
11
43
@@ -27,7 +59,7 @@ Future releases will require Python 3.10.
27
59
the correct SUNDIALS installation
28
60
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2397
29
61
30
- * * * Features**
62
+ ** Features**
31
63
32
64
* Optionally include measurements in ` plot_observable_trajectories `
33
65
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2381
0 commit comments