Skip to content

Commit

Permalink
Prepare release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
csala committed May 7, 2019
1 parent f642321 commit 940659a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
14 changes: 14 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# History

## 0.1.2 (2019-05-07)

REST API and Cluster Management.

### New Features

* REST API Server - Issues [#82](https://github.com/HDI-Project/ATM/issues/82) and
[#132](https://github.com/HDI-Project/ATM/issues/132) by @RogerTangos, @pvk-developer and @csala
* Add Cluster Management commands to start and stop the server and multiple workers
as background processes - Issue [#130](https://github.com/HDI-Project/ATM/issues/130) by
@pvk-developer and @csala
* Add TravisCI and migrate docs to GitHub Pages - Issue [#129](https://github.com/HDI-Project/ATM/issues/129)
by @pvk-developer

## 0.1.1 (2019-04-02)

First Release on PyPi.
Expand Down
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
'scipy>=0.19.1',
'sklearn-pandas>=1.5.0',
'sqlalchemy>=1.1.14',
]

api_requires = [
'flask>=1.0.2',
'flask-restless>=0.17.0',
'flask-sqlalchemy>=2.3.2',
Expand Down Expand Up @@ -98,8 +95,7 @@
]
},
extras_require={
'api': api_requires,
'dev': api_requires + development_requires + tests_require,
'dev': development_requires + tests_require,
'tests': tests_require,
},
include_package_data=True,
Expand Down

0 comments on commit 940659a

Please # to comment.