Skip to content

Commit

Permalink
Merge pull request #1073 from CamDavidsonPilon/v0.24.14
Browse files Browse the repository at this point in the history
v0.24.14
  • Loading branch information
CamDavidsonPilon authored Jul 2, 2020
2 parents 63d7ad4 + b46455b commit b6d12cb
Show file tree
Hide file tree
Showing 12 changed files with 274 additions and 215 deletions.
14 changes: 5 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,18 @@ dist: xenial
python:
- "3.6"
- "3.7"
- "3.8"
env:
matrix:
- export PANDAS_VERSION=0.23.4 && export NUMPY_VERSION=1.18.1
- export PANDAS_VERSION=0.24.2 && export NUMPY_VERSION=1.18.1
- export PANDAS_VERSION=0.25.3 && export NUMPY_VERSION=1.18.1
- export NUMPY_VERSION=1.16.4 && export PANDAS_VERSION=1.0.0
- export NUMPY_VERSION=1.15.4 && export PANDAS_VERSION=1.0.0
- export NUMPY_VERSION=1.17.3 && export PANDAS_VERSION=1.0.0
- export NUMPY_VERSION=1.18.1 && export PANDAS_VERSION=1.0.0
- export PANDAS_VERSION=0.23.4 && export NUMPY_VERSION=1.19.0
- export PANDAS_VERSION=0.25.3 && export NUMPY_VERSION=1.19.0
- export NUMPY_VERSION=1.15.4 && export PANDAS_VERSION=1.0.5
- export NUMPY_VERSION=1.19.0 && export PANDAS_VERSION=1.0.5
before_install:
- ls
# - sudo apt-get update
install: "make"
script:
# enforce formatting
- make check_format
# command to run tests
- make test
after_success:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog

#### 0.24.14 - 2020-07-02

##### Bug fixes
- fixed a bug where using `conditional_after` and `times` in prediction methods would result in a shape error
- fixed a bug where `score` was not able to be used in splined `CoxPHFitter`
- fixed a bug where some columns would not be displayed in `print_summary`

#### 0.24.13 - 2020-06-22

##### Bug fixes
Expand Down
Loading

0 comments on commit b6d12cb

Please sign in to comment.