Skip to content

Commit 23bc37a

Browse files
committed
Update release notes, bump version number
1 parent f23f943 commit 23bc37a

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

33
## 0.1 series
44

5+
### 0.1.30
6+
7+
Various smaller fixes:
8+
9+
* Vis: Handle missing data more gracefully by @dweindl
10+
in https://github.com/PEtab-dev/libpetab-python/pull/175
11+
* Fix test dependencies: scipy by @dweindl
12+
in https://github.com/PEtab-dev/libpetab-python/pull/177
13+
* Add `petab.Problem.__str__` by @dweindl
14+
in https://github.com/PEtab-dev/libpetab-python/pull/178
15+
* Fix deprecated tight layout matplotlib by @yannikschaelte
16+
in https://github.com/PEtab-dev/libpetab-python/pull/180
17+
* Move tests to tox by @yannikschaelte
18+
in https://github.com/PEtab-dev/libpetab-python/pull/182
19+
* Update deprecated functions in tests by @yannikschaelte
20+
in https://github.com/PEtab-dev/libpetab-python/pull/181
21+
* Use petab identifier for combine archives by @fbergmann
22+
in https://github.com/PEtab-dev/libpetab-python/pull/179
23+
24+
New Contributors
25+
* @fbergmann made their first contribution
26+
in https://github.com/PEtab-dev/libpetab-python/pull/179
27+
28+
**Full Changelog**:
29+
https://github.com/PEtab-dev/libpetab-python/compare/v0.1.29...v0.1.30
30+
531
### 0.1.29
632

733
Features:

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.29'
2+
__version__ = '0.1.30'

0 commit comments

Comments
 (0)