Skip to content

Commit 7c99f34

Browse files
committed
Bump version number; update release notes
1 parent 91767ab commit 7c99f34

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

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

33
## v0.X Series
44

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+
537
### v0.17.1 (2023-05-10)
638

739
This release fixes two bugs:

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.17.1
1+
0.18.0

0 commit comments

Comments
 (0)