Skip to content

Commit

Permalink
Merge pull request #1405 from CamDavidsonPilon/v0.27.0
Browse files Browse the repository at this point in the history
V0.27.0
  • Loading branch information
CamDavidsonPilon committed Mar 15, 2022
2 parents 4d4c25f + 1c72331 commit bb0561a
Show file tree
Hide file tree
Showing 24 changed files with 517 additions and 385 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## Changelog

#### 0.27.0 - 2022-03-15

Dropping Python3.6 support.

##### Bug fixes
- Fix late entry in `add_at_risk_counts`.

##### New features
- `add_at_risk_counts` has a new flag to determine to use start or end-of-period at risk counts.
- new column in fitter's `summary` that display the number the parameter is being compared against.

##### API Changes
- `plot_lifetimes`'s `duration` arg has the interpretation of "relative time the subject died (since birth)", instead of the old "time observed for". These interpretations are different when there is late entry.


#### 0.26.4 - 2021-11-30

##### New features
Expand Down
Loading

0 comments on commit bb0561a

Please sign in to comment.