File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- 0.21.2
1+ 0.22.0
You can’t perform that action at this time.
0 commit comments