Skip to content

Commit

Permalink
master: Add roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
nok committed Apr 16, 2019
1 parent 2382118 commit 78644b5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions roadmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Roadmap

## v1.0.0

- [ ] Drop support for Python 2
- [ ] Refactor core and provide functional and object oriented API
- [ ] Remove dynamic imports, use explicit data types and add type hints
- [ ] Run unit tests in parallel with [pytest-xdist](https://docs.pytest.org/en/3.0.0/xdist.html)
- [ ] Run unit tests in a [Docker](https://www.docker.com/) container
- [ ] Add useful commands to the command line tool `porter`
- [ ] Add missing templates to the [existing estimators](https://github.com/nok/sklearn-porter#estimators)
- [ ] Use [Binder](https://mybinder.org/) to provide interactive notebooks

0 comments on commit 78644b5

Please sign in to comment.