Skip to content

Commit 0440755

Browse files
committed
Bump version number; update changelog
1 parent 8b324bc commit 0440755

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
## v0.X Series
44

5+
### v0.22.0 (2024-02-23)
6+
7+
**Features**
8+
9+
* PEtab import: User option to fail if model needs to be compiled
10+
by @dilpath in https://github.com/AMICI-dev/AMICI/pull/2289
11+
12+
The `force_compile` argument is now **deprecated**. Use `compile_` instead.
13+
14+
* Model import now adds a `.gitignore` file to the model output directory
15+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2301
16+
17+
**Fixes**
18+
19+
* **Fixed a bug that may have caused wrong simulation results for certain**
20+
**SBML models that contain `rateOf`-expressions**
21+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2291
22+
* More informative error message for `ReturnDataView.by_id`
23+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2295
24+
* Fixed `ENABLE_AMICI_DEBUGGING=TRUE` not working with MSVC
25+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2296
26+
* Fixed MANIFEST.in warning by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2297
27+
* (performance) Skip unnecessary toposorting in `DEModel._collect_heaviside_roots`
28+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2299
29+
* (performance) Fix redundant calls to `Model::fdwdx` from `Model_ODE::fJ`
30+
(only relevant for dense and banded solvers)
31+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2298
32+
33+
**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.21.2...v0.22.0
34+
535
### v0.21.2 (2024-02-06)
636

737
* Fixed `Solver` copyctor issues with swig4.2 that resulted in installation

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.21.2
1+
0.22.0

0 commit comments

Comments
 (0)