Skip to content

Releases: systemallica/morfist

Version 0.4.0

05 May 22:41
Compare
Choose a tag to compare

Changed:

  • Upgrade dependencies (this enables supporting python 3.10/3.11/3.12)

Internal:

  • Migrate from poetry to rye for project configuration
  • Use ruff as linter and formatter
  • Update Github Action

Version 0.3.0

09 Aug 12:07
Compare
Choose a tag to compare
  • Fixed split value selection(random value subsampling, Boström (2011)) to speed up the algorithm.
  • Refactored tests.

Version 0.2.0

08 Aug 16:48
Compare
Choose a tag to compare
  • Added Random Information Gain.
  • Small speed improvements.

Version 0.1.5

24 Jul 15:32
Compare
Choose a tag to compare
  • New import syntax.
    from morfist import MixedRandomForest

Version 0.1.4

24 Jul 14:53
Compare
Choose a tag to compare
  • Fix imports.

Version 0.1.3

24 Jul 14:32
Compare
Choose a tag to compare
  • Hotfix release as the last build was broken.

Version 0.1.2

24 Jul 13:48
Compare
Choose a tag to compare
  • Speed up by improving the histogram algorithm.

Version 0.1.1

15 May 17:42
d34695f
Compare
Choose a tag to compare
  • Faster computation time thanks to Numba
  • MixedRandomForest is now printable
  • Code cleanup