|
2 | 2 |
|
3 | 3 | ## v0.X Series |
4 | 4 |
|
| 5 | +### v0.15.0 (2023-01-11) |
| 6 | + |
| 7 | +Features |
| 8 | +* Improved logging by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1907 |
| 9 | + |
| 10 | + For Python: Don't print messages to stdout, but collect them in ReturnData |
| 11 | + and forward them to python logging, making it easier to filter specific |
| 12 | + messages or to disable output completely. Messages are also available via |
| 13 | + `ReturnData.messages`. |
| 14 | + |
| 15 | + **breaking change for C++ interface**: |
| 16 | + Messages aren't printed to stdout by default, but are collected in |
| 17 | + `ReturnData`. The user has to decide what to do with them. |
| 18 | + |
| 19 | +* MultiArch docker build by @FFroehlich |
| 20 | + in https://github.com/AMICI-dev/AMICI/pull/1903 |
| 21 | +* Added cmake target for cmake-format |
| 22 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1909 |
| 23 | +* Updated clang-format style, fixed clang-format target |
| 24 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1908 |
| 25 | +* Subsetting `ReturnData` fields by ID via `ReturnDataView.by_id` |
| 26 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1911 https://github.com/AMICI-dev/AMICI/pull/1916 |
| 27 | + |
| 28 | +Fixes |
| 29 | +* PEtab import: fixed handling of fixed parameters for rule targets |
| 30 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1915 |
| 31 | +* Fixed compiler warnings for matlab interface |
| 32 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1919 |
| 33 | +* Fixed pandas DeprecationWarning for Series.iteritems() |
| 34 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1921 |
| 35 | +* Fixed circular import in amici.petab_import_pysb |
| 36 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1922 |
| 37 | +* Fixed 'operator ==' swig warning |
| 38 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1923 |
| 39 | +* Prevent swig4.0.1 segfault |
| 40 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1924 |
| 41 | + |
| 42 | +**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.14.0...v0.15.0 |
| 43 | + |
| 44 | + |
5 | 45 | ### v0.14.0 (2022-11-23) |
6 | 46 |
|
7 | 47 | #### Features: |
|
0 commit comments