From d675172c92babc2f9841dcf1c58149e8575f0369 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Wed, 11 Jan 2023 19:52:33 +0100 Subject: [PATCH] Bump version number, update changelog --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ version.txt | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92ab14f78c..30429dd960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/version.txt b/version.txt index a803cc227f..a551051694 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.14.0 +0.15.0