Skip to content

Commit

Permalink
update version for new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mjclawar committed Nov 19, 2019
1 parent 12bdf99 commit d2e6a72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.4.0] 2019-05-18
### Changes
- Dependencies updates:
- `pyarrow` -> 0.15.1 (#172)[https://github.com/StratoDem/SDUtils/pull/172]
- `numpy` -> 1.17.4 (#173)[https://github.com/StratoDem/SDUtils/pull/173]
- `pandas` -> 0.25.3 (#171)[https://github.com/StratoDem/SDUtils/pull/171]
- `dask` -> 2.8.0 (#175)[https://github.com/StratoDem/SDUtils/pull/175]

## [2.3.2] 2019-05-18
### Fixes
- Locks `pyarrow` to `0.12.0` to avoid segfault as described in https://github.com/pytorch/pytorch/issues/13039#issuecomment-481443691
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='SDUtils',
version='2.3.2',
version='2.4.0',
packages=['sd_utils'],
license='(c) 2017- StratoDem Analytics. All rights reserved.',
description='StratoDem utilities',
Expand Down

0 comments on commit d2e6a72

Please sign in to comment.