Skip to content

Commit

Permalink
Update release notes, bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Oct 13, 2022
1 parent f23f943 commit 23bc37a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

## 0.1 series

### 0.1.30

Various smaller fixes:

* Vis: Handle missing data more gracefully by @dweindl
in https://github.com/PEtab-dev/libpetab-python/pull/175
* Fix test dependencies: scipy by @dweindl
in https://github.com/PEtab-dev/libpetab-python/pull/177
* Add `petab.Problem.__str__` by @dweindl
in https://github.com/PEtab-dev/libpetab-python/pull/178
* Fix deprecated tight layout matplotlib by @yannikschaelte
in https://github.com/PEtab-dev/libpetab-python/pull/180
* Move tests to tox by @yannikschaelte
in https://github.com/PEtab-dev/libpetab-python/pull/182
* Update deprecated functions in tests by @yannikschaelte
in https://github.com/PEtab-dev/libpetab-python/pull/181
* Use petab identifier for combine archives by @fbergmann
in https://github.com/PEtab-dev/libpetab-python/pull/179

New Contributors
* @fbergmann made their first contribution
in https://github.com/PEtab-dev/libpetab-python/pull/179

**Full Changelog**:
https://github.com/PEtab-dev/libpetab-python/compare/v0.1.29...v0.1.30

### 0.1.29

Features:
Expand Down
2 changes: 1 addition & 1 deletion petab/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""PEtab library version"""
__version__ = '0.1.29'
__version__ = '0.1.30'

0 comments on commit 23bc37a

Please sign in to comment.