Skip to content

Commit

Permalink
Bump version number; update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed May 26, 2023
1 parent 91767ab commit 7c99f34
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

## v0.X Series

### v0.18.0 (2023-05-26)
Features:
* More efficient handling of splines in SBML models
by @paulstapor, @lcontento, @dweindl
in https://github.com/AMICI-dev/AMICI/pull/1515
* Partial support of current PEtab2.0 draft, including support for PySB models
by @dweindl, @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/1800

Fixes
* **Fixed incorrect forward sensitivities for models with events with**
**state-dependent trigger functions**
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2084
* Model import: Don't create spl.h and sspl.h for models without splines
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2088
* SBML import - faster processing of SpeciesReference IDs
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2094
* Update swig ignores
by @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/2098
* CMake: Fixed choosing SWIG via `SWIG` env variable
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2100
* CMake: Try FindBLAS if no other information was provided
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2104
* Fixed cblas error for models without solver states in combination with
forward sensitivities
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2108
* Fixed compilation error for models with events and xdot=0
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2111
* Fixed import error for models with events and 0 states
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2112

**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.17.1...v0.18.0

### v0.17.1 (2023-05-10)

This release fixes two bugs:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.1
0.18.0

0 comments on commit 7c99f34

Please sign in to comment.