Skip to content

Commit d675172

Browse files
committed
Bump version number, update changelog
1 parent c7b613f commit d675172

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

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

33
## v0.X Series
44

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+
545
### v0.14.0 (2022-11-23)
646

747
#### Features:

version.txt

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

0 commit comments

Comments
 (0)