Skip to content

Commit 9b6633a

Browse files
committed
Release 0.1.23
1 parent 9cdaf98 commit 9b6633a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

33
## 0.1 series
44

5+
### 0.1.23
6+
7+
* Added command line interface for plotting by @dweindl in
8+
https://github.com/PEtab-dev/libpetab-python/pull/98
9+
* Fixed petab.visualize.data_overview.create_report by @dweindl in
10+
https://github.com/PEtab-dev/libpetab-python/pull/96,
11+
https://github.com/PEtab-dev/libpetab-python/pull/104
12+
* Vis: Fixed cropped errorbars by @dweindl in
13+
https://github.com/PEtab-dev/libpetab-python/pull/99
14+
* Fixed pandas deprecation warning by @dweindl in
15+
https://github.com/PEtab-dev/libpetab-python/pull/103
16+
17+
... and other changes by @plakrisenko, @dweindl
18+
19+
**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.1.22...v0.1.23
20+
521
### 0.1.22
622

723
* Allow zero bounds for log parameters by @FFroehlich in

petab/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""PEtab library version"""
2-
__version__ = '0.1.22'
2+
__version__ = '0.1.23'

0 commit comments

Comments
 (0)