|
2 | 2 |
|
3 | 3 | ## v0.X Series |
4 | 4 |
|
| 5 | +### v0.18.0 (2023-05-26) |
| 6 | +Features: |
| 7 | +* More efficient handling of splines in SBML models |
| 8 | + by @paulstapor, @lcontento, @dweindl |
| 9 | + in https://github.com/AMICI-dev/AMICI/pull/1515 |
| 10 | +* Partial support of current PEtab2.0 draft, including support for PySB models |
| 11 | + by @dweindl, @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/1800 |
| 12 | + |
| 13 | +Fixes |
| 14 | +* **Fixed incorrect forward sensitivities for models with events with** |
| 15 | + **state-dependent trigger functions** |
| 16 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2084 |
| 17 | +* Model import: Don't create spl.h and sspl.h for models without splines |
| 18 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2088 |
| 19 | +* SBML import - faster processing of SpeciesReference IDs |
| 20 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2094 |
| 21 | +* Update swig ignores |
| 22 | + by @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/2098 |
| 23 | +* CMake: Fixed choosing SWIG via `SWIG` env variable |
| 24 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2100 |
| 25 | +* CMake: Try FindBLAS if no other information was provided |
| 26 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2104 |
| 27 | +* Fixed cblas error for models without solver states in combination with |
| 28 | + forward sensitivities |
| 29 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2108 |
| 30 | +* Fixed compilation error for models with events and xdot=0 |
| 31 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2111 |
| 32 | +* Fixed import error for models with events and 0 states |
| 33 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2112 |
| 34 | + |
| 35 | +**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.17.1...v0.18.0 |
| 36 | + |
5 | 37 | ### v0.17.1 (2023-05-10) |
6 | 38 |
|
7 | 39 | This release fixes two bugs: |
|
0 commit comments