Skip to content

Commit bac2bb7

Browse files
committed
Bump version, update release notes
1 parent 9028595 commit bac2bb7

2 files changed

Lines changed: 50 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,55 @@ See also our [versioning policy](https://amici.readthedocs.io/en/latest/versioni
44

55
## v0.X Series
66

7+
### v0.32.0 (2025-05-05)
8+
9+
**Breaking changes**
10+
11+
* Removed deprecated `amici.petab_*` modules (now under `amici.petab.*`)
12+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2658
13+
* Removed deprecated CLI options to `amici_import_petab`
14+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2671
15+
16+
**Changed requirements**
17+
18+
* AMICI now requires a C++20 compatible compiler
19+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2660
20+
* AMICI now requires swig>=4.1
21+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2693
22+
* AMICI now uses the [sbmlmath](https://github.com/dweindl/sbmlmath/) package
23+
for sympification of SBML math constructs
24+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2681
25+
26+
**Fixes**
27+
28+
* Fixed Heaviside functions for `<`, `>` `<=`, `>=` which could have lead to
29+
incorrect simulation results
30+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2701
31+
* Prevent segfaults under pytest after swig4.3 wrapping
32+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2696
33+
* Fixed `SetuptoolsDeprecationWarning: \`project.license\` as a TOML table is deprecated`
34+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2697
35+
* Updated Dockerfile, use Ubuntu 24.04 LTS
36+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2698
37+
* SBML import: Handle unsolvable event triggers
38+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2705
39+
* Added RTFUNC_FAIL simulation status
40+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2702
41+
* doc: Enable building docs with Python 3.13
42+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2704
43+
* Fixed crash for models without state variables
44+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2703
45+
* SBML import: avoid repeated xdot==0 checks
46+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2706
47+
48+
**Features**
49+
50+
* Support for XOR and equality operators in SBML models
51+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2699
52+
and https://github.com/AMICI-dev/AMICI/pull/2708
53+
54+
**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.31.2...v0.32.0
55+
756
### v0.31.2 (2025-04-23)
857

958
Bugfix-only release.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.31.2
1+
0.32.0

0 commit comments

Comments
 (0)