Skip to content

Commit

Permalink
Merge pull request #1120 from CamDavidsonPilon/v0.25.3
Browse files Browse the repository at this point in the history
v0.25.3
  • Loading branch information
CamDavidsonPilon authored Aug 24, 2020
2 parents 5db24fb + e01493a commit 5f68026
Show file tree
Hide file tree
Showing 15 changed files with 441 additions and 325 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## Changelog

#### 0.25.3 - 2020-08-24

##### New features
- `survival_difference_at_fixed_point_in_time_test` now accepts fitters instead of raw data, meaning that you can use this function on left, right or interval censored data.

##### API Changes
- See note on `survival_difference_at_fixed_point_in_time_test` above.

##### Bug fixes
- fix `StatisticalResult` printing in notebooks
- fix Python error when calling `plot_covariate_groups`
- fix dtype mismatches in `plot_partial_effects_on_outcome`.


#### 0.25.2 - 2020-08-08

##### New features
Expand Down
Loading

0 comments on commit 5f68026

Please sign in to comment.