Skip to content

Commit 47e7fb6

Browse files
dweindldilpath
andcommitted
Bump version number / update changelog
Co-authored-by: Dilan Pathirana <[email protected]>
1 parent 715f252 commit 47e7fb6

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

33
## 0.1 series
44

5+
### 0.1.22
6+
7+
* Allow zero bounds for log parameters by @FFroehlich in
8+
https://github.com/PEtab-dev/libpetab-python/pull/83
9+
* Adapt to Matplotlib 3.5 by @dweindl in
10+
https://github.com/PEtab-dev/libpetab-python/pull/86
11+
* Allow specifying file format for visualization by @dweindl in
12+
https://github.com/PEtab-dev/libpetab-python/pull/85
13+
* Visualization: Don't mess with rcParams by @dweindl in
14+
https://github.com/PEtab-dev/libpetab-python/pull/90
15+
* Linter: Check condition IDs are unique by @dweindl in
16+
https://github.com/PEtab-dev/libpetab-python/pull/92
17+
* Add support for `pathlib` for reading PEtab tables by @dweindl, @dilpath
18+
in https://github.com/PEtab-dev/libpetab-python/pull/93,
19+
https://github.com/PEtab-dev/libpetab-python/pull/91
20+
* Run tests also on Python 3.10 by @dweindl in
21+
https://github.com/PEtab-dev/libpetab-python/pull/88
22+
* Fix remote file retrieval on Windows @dweindl, @dilpath
23+
in https://github.com/PEtab-dev/libpetab-python/pull/91
24+
* Fix test suite for Windows @dweindl, @dilpath
25+
in https://github.com/PEtab-dev/libpetab-python/pull/91
26+
27+
**Full Changelog**:
28+
https://github.com/PEtab-dev/libpetab-python/compare/v0.1.21...v0.1.22
29+
530
### 0.1.21
631

732
* PEtab spec compliance: measurements must now be not null, and numeric (#76)

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.21'
2+
__version__ = '0.1.22'

0 commit comments

Comments
 (0)