Skip to content

Commit 1952697

Browse files
committed
Bump version number; update changelog
1 parent c9524bb commit 1952697

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

33
## v0.X Series
44

5+
### v0.11.29 (2022-05-06)
6+
7+
## What's Changed
8+
9+
Features:
10+
* Performance: Limit newton step convergence check by @FFroehlich in
11+
https://github.com/AMICI-dev/AMICI/pull/1780
12+
* More informative NaN/Inf warnings by @dweindl in
13+
https://github.com/AMICI-dev/AMICI/pull/1640
14+
* SBML import can now handle initial events by @FFroehlich in
15+
https://github.com/AMICI-dev/AMICI/pull/1789
16+
17+
Fixes:
18+
* Avoid error if no measurements in PEtab problem; fixed type handling in
19+
PEtab parameter mapping by @dilpath in
20+
https://github.com/AMICI-dev/AMICI/pull/1783
21+
* Fixed substitution of expressions in root and stau by @dilpath in
22+
https://github.com/AMICI-dev/AMICI/pull/1784
23+
* Workaround for PEtab problems with state-dependent noise models by @dweindl
24+
in https://github.com/AMICI-dev/AMICI/pull/1791
25+
26+
**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.11.28...v0.11.29
27+
28+
529
### v0.11.28 (2022-04-08)
630

731
New features:

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.28
1+
0.11.29

0 commit comments

Comments
 (0)