Skip to content

Commit caff13d

Browse files
committed
Update release notes, bump version number
1 parent e03ff7d commit caff13d

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGELOG.md

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

33
## v0.X Series
44

5+
### v0.16.0 (2023-01-25)
6+
7+
Features
8+
* Python 3.11 compatibility
9+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1876
10+
* AMICI now runs on binder (https://mybinder.org/v2/gh/AMICI-dev/AMICI/develop?labpath=binder%2Foverview.ipynb)
11+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1935,
12+
https://github.com/AMICI-dev/AMICI/pull/1937,
13+
https://github.com/AMICI-dev/AMICI/pull/1939
14+
* More informative `Solver.__repr__` and `ExpData.__repr__`
15+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1928
16+
and @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/1948
17+
* `simulate_petab` returns the generated/used `ExpData`s
18+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1933
19+
* Model module is now accessible from model instance
20+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1932
21+
* Added `plot_jacobian`
22+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1930
23+
* Now logs all nested execution times as debug
24+
by @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/1947
25+
* Always check for finite initial states, not only with
26+
`Model.setAlwaysCheckFinite(True)`
27+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1955
28+
29+
Fixes
30+
* `ReturnDataView.status` now returns `int` instead of `float`
31+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1929
32+
* Updated simulation status codes
33+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1931
34+
* Skip irrelevant frames in stacktraces
35+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1934
36+
* Fixed compiler warning (matlab)
37+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1954
38+
39+
Documentation:
40+
* Added a notebook demonstrating common simulation failures and show how to
41+
analyze / fix them
42+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1946
43+
* various minor fixes / updates
44+
45+
**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.15.0...v0.16.0
46+
47+
548
### v0.15.0 (2023-01-11)
649

750
Features

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.0
1+
0.16.0

0 commit comments

Comments
 (0)