diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e702b1016..4675a4ea1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: os: ["ubuntu-latest"] - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - name: Checkout source diff --git a/CHANGELOG.md b/CHANGELOG.md index 428a11580..c6f5b8917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ## Changelog -#### 0.28.0 - 2023-01-03 +#### 0.29.0 - 2024-06-25 + - update dependencies (pandas >= 2.1) + - update dependencies (scipy >= 1.7) + + + +#### 0.28.0 - 2024-01-03 - Fixes bins that are far into the future with using `survival_table_from_events`, see #1587 - Removed `sklean_adaptor`. It was a terrible hack, and causing more confusion and support debt than I want. This cleans up our API and simplifies the library. ✨ There's no replacement, and I doubt I'll introduce one ✨ - Fix pandas>=2.0 compatibility. diff --git a/reqs/dev-requirements.txt b/reqs/dev-requirements.txt index 4d55e025c..6bb677154 100644 --- a/reqs/dev-requirements.txt +++ b/reqs/dev-requirements.txt @@ -15,7 +15,6 @@ black dill>=0.3.6 statsmodels flaky -scikit-learn>=0.22.0 Jinja2 # ex: `py.test` in the docs/ folder. See conftest.py in docs/ first