Skip to content

Commit 071c982

Browse files
committed
prepare for v0.1.0 release
1 parent c93355c commit 071c982

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

HISTORY.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# History
22

3-
## 0.1.0
3+
## 0.1.0 - 2020-09-15
44

5-
* First release on PyPI.
5+
Release on PyPI: https://pypi.org/project/cardea/
6+
7+
* Analysis notebooks enhancement - [Issue #58](https://github.com/DAI-Lab/Cardea/issues/58) by @sarahmish
8+
9+
* MIMIC III data loader enhancement - [Issue #57](https://github.com/DAI-Lab/Cardea/issues/57) by @sarahmish
10+
11+
* Freeze package on analysis compatibility - [Issue #55](https://github.com/DAI-Lab/Cardea/issues/55) by @sarahmish

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
install_requires = [
1313
'featuretools==0.6.1',
1414
'networkx==2.2',
15+
'numpy>=1.15.2,<1.17',
1516
'pandas>=0.23.4,<0.25',
17+
'scikit-learn>=0.20.0,<0.21',
1618
'mlblocks==0.3.0',
1719
'mlprimitives==0.1.6',
1820
'hyperopt==0.1.2',

0 commit comments

Comments
 (0)