Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 680 Bytes

CHANGELOG.md

File metadata and controls

51 lines (28 loc) · 680 Bytes

0.4.0

  • Add support for python 3.10, 3.11 and 3.12

0.3.3

  • Fixed rare bug in prediction_proba.

0.3.2

  • Fixed detection of classification targets.

0.3.1

  • Fixed README.
  • Added back legacy code for benchmarking.
  • Updated dependencies.

0.3.0

  • Fixed split value selection(random value subsampling, Boström (2011)) to speed up the algorithm.
  • Refactored tests.

0.2.0

  • Added Random Information Gain.
  • Small speed improvements.

0.1.5

  • New import syntax.

0.1.4

  • Fix imports.

0.1.3

  • Fix build.

0.1.2

  • Speed up by improving the histogram algorithm.

0.1.1

  • MixedRandomForest is now printable.

0.1.0

  • Initial release.