Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiya committed Feb 13, 2020
2 parents e2f0019 + f2ee768 commit e909890
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ Most recent releases are shown at the top. Each release shows:
- **Fixed**: Bug fixes that don't change documented behaviour


## 0.9.4 (2020-02-13)

### New:
- N/A

### Changed:
- changed pandas dependency to `>=1.0.1` due to bug in pandas 1.0

### Fixed:
- N/A


## 0.9.3 (2020-02-11)

### New:
Expand Down
2 changes: 1 addition & 1 deletion ktrain/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__all__ = ['__version__']
__version__ = '0.9.3'
__version__ = '0.9.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
install_requires=[
'scikit-learn == 0.21.3',
'matplotlib >= 3.0.0',
'pandas < 1.0',
'pandas >= 1.0.1',
'fastprogress >= 0.1.21',
'keras_bert',
'requests',
Expand Down

0 comments on commit e909890

Please sign in to comment.