Skip to content

Commit f4688ed

Browse files
Merge pull request #1101 from CamDavidsonPilon/v0.25.1
V0.25.1
2 parents cae4955 + cb4e594 commit f4688ed

30 files changed

+329
-273
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ env:
99
matrix:
1010
- PANDAS_VERSION=0.23.4 && NUMPY_VERSION=1.19.0
1111
- PANDAS_VERSION=0.25.3 && NUMPY_VERSION=1.19.0
12-
- NUMPY_VERSION=1.15.4 && PANDAS_VERSION=1.0.5
13-
- NUMPY_VERSION=1.19.0 && PANDAS_VERSION=1.0.5
12+
- NUMPY_VERSION=1.15.4 && PANDAS_VERSION=1.1.0
13+
- NUMPY_VERSION=1.19.0 && PANDAS_VERSION=1.1.0
1414
before_install:
1515
- ls
1616
# - sudo apt-get update

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Changelog
22

3+
#### 0.25.1 - 2020-08-01
4+
5+
##### Bug fixes
6+
- ok _actually_ ship the out-of-sample calibration code
7+
- fix `labels=False` in `add_at_risk_counts`
8+
- all for specific rows to be shown in `add_at_risk_counts`
9+
- put `patsy` as a proper dependency.
10+
- suppress some Pandas 1.1 warnings.
11+
12+
313
#### 0.25.0 - 2020-07-27
414

515
##### New features

0 commit comments

Comments
 (0)