Skip to content

Latest commit

 

History

History
174 lines (131 loc) · 15.9 KB

changelog.md

File metadata and controls

174 lines (131 loc) · 15.9 KB

Changelog

All notable changes to this project will be documented in this file.

Unreleased

Fixed

Added

Changed

  • Drop support for Python 3.4 and below
  • Run all tests in a Docker container

0.7.3

Fixed

  • Fix argument name in generated method name (#49)
  • Fix parameter initialization of MLPClassifier/MLPRegressor (#33)

0.7.2

0.7.1

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

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

0.6.2

Fixed

  • Fix getter of transpiled estimator and remove filename manipulations (#b5efe78)
  • Fix and add binary to string conversion in Python 3.x (#bdcfb1f)
  • Fix and close open template file(s) (#b5efe78)

0.6.1

Added

  • Add new estimator:

Fixed

0.6.0

Added

Changed

Removed

  • Hide the command-line argument --language and -l for the choice of the target programming language (#fc14a3b).

Fixed

  • Fix inaccuracies in neural_network.MLPRegressor and neural_network.MLPClassifier occurred by the transpiled tanh and identity activation functions (#6696410).
  • Fix installation problems with pip and Python 3 (#2935828, issue: #17)
  • Fix dynamic class name in the MLPClassifier template (#b988f57)