|
2 | 2 |
|
3 | 3 | ## v0.X Series |
4 | 4 |
|
| 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 | + |
5 | 48 | ### v0.15.0 (2023-01-11) |
6 | 49 |
|
7 | 50 | Features |
|
0 commit comments