Skip to content

Commit

Permalink
Merge pull request #1590 from CamDavidsonPilon/0.28.0
Browse files Browse the repository at this point in the history
0.28.0
  • Loading branch information
CamDavidsonPilon authored Jan 3, 2024
2 parents 6d3cedf + e9320f7 commit a6fd21d
Show file tree
Hide file tree
Showing 17 changed files with 345 additions and 580 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ dist

# IDE files
\.vscode/
*.sublime-project
*.sublime-workspace

# testing artifacts
\.coverage
Expand All @@ -30,3 +32,7 @@ docs/_build/

# Pycharm
\.idea/

# mypy and tests
.mypy_cache/
benchmarks/
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.11"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changelog

#### 0.28.0 - 2023-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.
- Fix overflow issue in NelsonAalenfitter, #1585
- officially drop support for < py3.9
- update some dependencies (pandas >= 1.2)

#### 0.27.8 - 2023-09-13
- Estimators now have `.label` property
- Fixed some deprecation warnings
Expand Down
Loading

0 comments on commit a6fd21d

Please sign in to comment.