Skip to content

Commit 3a79b74

Browse files
committed
v0.18.1 release notes
1 parent 56221c8 commit 3a79b74

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,35 @@
22

33
## v0.X Series
44

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+
524
### v0.18.0 (2023-05-26)
25+
626
Features:
727
* More efficient handling of splines in SBML models
828
by @paulstapor, @lcontento, @dweindl
929
in https://github.com/AMICI-dev/AMICI/pull/1515
1030
* Partial support of current PEtab2.0 draft, including support for PySB models
1131
by @dweindl, @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/1800
1232

13-
Fixes
33+
Fixes:
1434
* **Fixed incorrect forward sensitivities for models with events with**
1535
**state-dependent trigger functions**
1636
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2084

version.txt

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

0 commit comments

Comments
 (0)