Skip to content

Commit

Permalink
Merge pull request #1101 from CamDavidsonPilon/v0.25.1
Browse files Browse the repository at this point in the history
V0.25.1
  • Loading branch information
CamDavidsonPilon authored Aug 1, 2020
2 parents cae4955 + cb4e594 commit f4688ed
Show file tree
Hide file tree
Showing 30 changed files with 329 additions and 273 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ env:
matrix:
- PANDAS_VERSION=0.23.4 && NUMPY_VERSION=1.19.0
- PANDAS_VERSION=0.25.3 && NUMPY_VERSION=1.19.0
- NUMPY_VERSION=1.15.4 && PANDAS_VERSION=1.0.5
- NUMPY_VERSION=1.19.0 && PANDAS_VERSION=1.0.5
- NUMPY_VERSION=1.15.4 && PANDAS_VERSION=1.1.0
- NUMPY_VERSION=1.19.0 && PANDAS_VERSION=1.1.0
before_install:
- ls
# - sudo apt-get update
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Changelog

#### 0.25.1 - 2020-08-01

##### Bug fixes
- ok _actually_ ship the out-of-sample calibration code
- fix `labels=False` in `add_at_risk_counts`
- all for specific rows to be shown in `add_at_risk_counts`
- put `patsy` as a proper dependency.
- suppress some Pandas 1.1 warnings.


#### 0.25.0 - 2020-07-27

##### New features
Expand Down
Loading

0 comments on commit f4688ed

Please sign in to comment.