File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22from __future__ import unicode_literals
33
4- __version__ = "0.30.0 "
4+ __version__ = "0.30.1 "
You can’t perform that action at this time.
0 commit comments