File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1212install_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' ,
You can’t perform that action at this time.
0 commit comments