|
2 | 2 |
|
3 | 3 | ## v0.X Series |
4 | 4 |
|
| 5 | +### v0.18.1 (2023-06-26) |
| 6 | + |
| 7 | +Fixes: |
| 8 | +* Fixed pysb pattern matching during PEtab import |
| 9 | + by @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/2118 |
| 10 | +* Fixed `sp.Matrix` errors with `numpy==1.25` |
| 11 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2124 |
| 12 | +* Readme: added info containers |
| 13 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2125 |
| 14 | +* Fixed deprecation warnings |
| 15 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2122 |
| 16 | + https://github.com/AMICI-dev/AMICI/pull/2131 |
| 17 | +* Fixed logging typo in SBML import |
| 18 | + by @dilpath in https://github.com/AMICI-dev/AMICI/pull/2126 |
| 19 | +* Added minimum version for `pandas` |
| 20 | + by @dilpath in https://github.com/AMICI-dev/AMICI/pull/2129 |
| 21 | + |
| 22 | +**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.18.0...v0.18.1 |
| 23 | + |
5 | 24 | ### v0.18.0 (2023-05-26) |
| 25 | + |
6 | 26 | Features: |
7 | 27 | * More efficient handling of splines in SBML models |
8 | 28 | by @paulstapor, @lcontento, @dweindl |
9 | 29 | in https://github.com/AMICI-dev/AMICI/pull/1515 |
10 | 30 | * Partial support of current PEtab2.0 draft, including support for PySB models |
11 | 31 | by @dweindl, @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/1800 |
12 | 32 |
|
13 | | -Fixes |
| 33 | +Fixes: |
14 | 34 | * **Fixed incorrect forward sensitivities for models with events with** |
15 | 35 | **state-dependent trigger functions** |
16 | 36 | by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2084 |
|
0 commit comments