We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c6c68 commit 6346d0dCopy full SHA for 6346d0d
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Changelog
2
3
+#### 0.27.5 - 2023-04-27
4
+ - Support pandas 2.0+
5
+
6
+##### New features
7
+ - Support py3.11
8
9
#### 0.27.4 - 2022-11-16
10
11
##### New features
lifelines/version.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
-__version__ = "0.27.4"
+__version__ = "0.27.5"
0 commit comments