Skip to content

Commit

Permalink
Bump version number, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jan 11, 2023
1 parent c7b613f commit d675172
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,46 @@

## v0.X Series

### v0.15.0 (2023-01-11)

Features
* Improved logging by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1907

For Python: Don't print messages to stdout, but collect them in ReturnData
and forward them to python logging, making it easier to filter specific
messages or to disable output completely. Messages are also available via
`ReturnData.messages`.

**breaking change for C++ interface**:
Messages aren't printed to stdout by default, but are collected in
`ReturnData`. The user has to decide what to do with them.

* MultiArch docker build by @FFroehlich
in https://github.com/AMICI-dev/AMICI/pull/1903
* Added cmake target for cmake-format
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1909
* Updated clang-format style, fixed clang-format target
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1908
* Subsetting `ReturnData` fields by ID via `ReturnDataView.by_id`
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1911 https://github.com/AMICI-dev/AMICI/pull/1916

Fixes
* PEtab import: fixed handling of fixed parameters for rule targets
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1915
* Fixed compiler warnings for matlab interface
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1919
* Fixed pandas DeprecationWarning for Series.iteritems()
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1921
* Fixed circular import in amici.petab_import_pysb
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1922
* Fixed 'operator ==' swig warning
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1923
* Prevent swig4.0.1 segfault
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1924

**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.14.0...v0.15.0


### v0.14.0 (2022-11-23)

#### Features:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.0
0.15.0

0 comments on commit d675172

Please sign in to comment.