Skip to content

Commit

Permalink
docs?
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jan 1, 2024
1 parent 2ea9ec8 commit 0f74e42
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 192 deletions.
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- 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

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

0 comments on commit 0f74e42

Please sign in to comment.