Skip to content

v0.7.0-v0.7.2

Latest
Compare
Choose a tag to compare
@nok nok released this 20 Jan 13:14
· 5 commits to release/0.7.2 since this release

0.7.1 and 0.7.2

These patches solve build problems in version 0.7.0.

Fixed

  • Fix installation issues with the centralised meta information and the build process
  • Fix missed package and add six to the requirements.txt file

0.7.0

This is a minor update before the next major release 1.0.0.

Fixed

  • Fix indices format in RandomForestClassifier (#41, thanks @apasanen)

Added

  • Add Python 3.7 with Xenial to CI for testing
  • Add PyTest for extended testing (see pytest.ini)
  • Add useful Makefile tasks with dependency handling (see Makefile):
    • install.environment to install a conda environment
    • install.requirements to install all pip requirements
    • make link to install porter (cli) to the command line
    • make open.examples to start a local jupyter server
    • make stop.examples to stop the started jupyter server
    • make test to run all unittests in tests
    • make lint to run pylint over sklearn_porter
    • make jupytext to generate the notebooks from Python sources

Changed