Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@

## 0.8 series

### 0.8.2

**Fixes**
* We now support pandas>=3.0
(by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/471)
* Updated to the latest PEtab v2 schema
(by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/470)
* Fixed some warnings
(by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/475)

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

### 0.8.1

The only change in this release is requiring pandas<3 until we support
Expand Down
2 changes: 1 addition & 1 deletion petab/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""PEtab library version"""

__version__ = "0.8.1"
__version__ = "0.8.2"
Loading