Skip to content

Commit 7a60b2e

Browse files
authored
Release 0.8.2 (#476)
Update changelog, bump version
1 parent c571de9 commit 7a60b2e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33

44
## 0.8 series
55

6+
### 0.8.2
7+
8+
**Fixes**
9+
* We now support pandas>=3.0
10+
(by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/471)
11+
* Updated to the latest PEtab v2 schema
12+
(by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/470)
13+
* Fixed some warnings
14+
(by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/475)
15+
16+
**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.8.1...v0.8.2
17+
618
### 0.8.1
719

820
The only change in this release is requiring pandas<3 until we support

petab/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""PEtab library version"""
22

3-
__version__ = "0.8.1"
3+
__version__ = "0.8.2"

0 commit comments

Comments
 (0)