@@ -4,6 +4,56 @@ See also our [versioning policy](https://amici.readthedocs.io/en/latest/versioni
44
55## v0.X Series
66
7+ ### v0.33.0 (2025-06-11)
8+
9+ Note that this release requires Python >= 3.11.
10+
11+ ** Fixes**
12+
13+ * Fixed an issue in SBML AlgebraicRule processing leading to import failure if
14+ a species occurred in multiple AlgebraicRules
15+
16+ by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2744
17+
18+ * Fixed a potential segfault when running forward sensitivity analysis for
19+ models without state variables
20+
21+ by @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/2749
22+
23+ * Fixed a dimension bug for presimulation parameters in ExpDataView
24+
25+ by @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/2746
26+
27+ * Fixed incorrect initialization for initial assignments with explicit time
28+ dependence
29+
30+ by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2779
31+
32+ ** Features**
33+
34+ * AMICI now supports SBML events with ` use_values_from_trigger_time=true `
35+
36+ by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2741
37+
38+ * AMICI now supports SBML events with constant priorities
39+
40+ by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2730
41+
42+ ** Other changes**
43+
44+ * doc: Added a caveats section listing some known issues and potentially
45+ unexpected behavior in AMICI
46+
47+ by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2735
48+
49+ * Added warnings for presimulation and steady state simulation with events.
50+ So far, events were not fully supported in these modes. This is subject to
51+ change.
52+
53+ by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2755
54+
55+ ** Full Changelog** : https://github.com/AMICI-dev/AMICI/compare/v0.32.0...v0.33.0
56+
757### v0.32.0 (2025-05-15)
858
959** Breaking changes**
0 commit comments