Skip to content

Commit ad023a0

Browse files
bump
1 parent bebbb52 commit ad023a0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changelog
22

3+
#### 0.30.1 - 2026-02-04
4+
- Optimize `AalenJohansenFitter` variance calculation using prefix-sum accumulators; add `LinearAccumulator`/`QuadraticAccumulator` utilities and tests.
5+
- Fix `CoxPHFitter` handling when `event_col=None` (sorting and default event vector).
6+
- Fix `add_at_risk_counts` for NumPy >= 2.4 scalar conversion; add regression test.
7+
- Support Python 3.13 and 3.14.
8+
39
#### 0.30.0 - 2024-10-29
410
- update dependencies (numpy >= 1.14.0)
511
- fix for `decimal` kwarg not working in StatisticalResult

lifelines/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import unicode_literals
33

4-
__version__ = "0.30.0"
4+
__version__ = "0.30.1"

0 commit comments

Comments
 (0)