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 028d89d commit 3b5648dCopy full SHA for 3b5648d
CHANGELOG.md
@@ -1,7 +1,8 @@
1
## Changelog
2
3
-#### 0.30.0 - 2024-06-25
+#### 0.30.0 - 2024-10-29
4
- update dependencies (numpy >= 1.14.0)
5
+ - fix for `decimal` kwarg not working in StatisticalResult
6
7
8
#### 0.29.0 - 2024-06-25
lifelines/version.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
-__version__ = "0.29.0"
+__version__ = "0.30.0"
0 commit comments