Skip to content

Commit 52996d3

Browse files
committed
Bump version; update changelog
1 parent b9d3c7e commit 52996d3

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-3
lines changed

CHANGELOG.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,42 @@
22

33
## v0.X Series
44

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+
537
### v0.24.0 (2024-04-22)
638

739
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.
941

1042
**Fixes**
1143

@@ -27,7 +59,7 @@ Future releases will require Python 3.10.
2759
the correct SUNDIALS installation
2860
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2397
2961

30-
* **Features**
62+
**Features**
3163

3264
* Optionally include measurements in `plot_observable_trajectories`
3365
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2381

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.24.0
1+
0.25.0

0 commit comments

Comments
 (0)