Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 18:51
· 20 commits to master since this release
cd67aa0
  • Python 3.6 is no longer supported.
  • Added support for Python 3.9 and 3.10.
  • Trained models can now be transpiled into Rust and Elixir 馃帀
  • Model support:
    • Added support for SGDRegressor from the lightning package.
    • Added support for extremely randomized trees in the LightGBM package.
    • Added support for OneClassSVM from the scikit-learn package.
  • Various improvements to handle the latest versions of the supported models.
  • Various CI/CD improvements including migration from coveralls to codecov, automated generation of the code examples and automated GitHub Release creation.
  • Minor codebase cleanup.
  • Significantly reduced the number of redundant parentheses and return statements in the generated code.
  • Latest Dart language versions are supported.
  • Programming languages can provide native implementation of sigmoid and softmax functions.
  • Improved code generation speed by adding new lines at the end of a generated code.