We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c571de9 commit 7a60b2eCopy full SHA for 7a60b2e
CHANGELOG.md
@@ -3,6 +3,18 @@
3
4
## 0.8 series
5
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
18
### 0.8.1
19
20
The only change in this release is requiring pandas<3 until we support
petab/version.py
@@ -1,3 +1,3 @@
1
"""PEtab library version"""
2
-__version__ = "0.8.1"
+__version__ = "0.8.2"
0 commit comments