Releases: systemallica/morfist
Releases · systemallica/morfist
Version 0.4.0
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
- Fixed split value selection(random value subsampling, Boström (2011)) to speed up the algorithm.
- Refactored tests.
Version 0.2.0
- Added Random Information Gain.
- Small speed improvements.
Version 0.1.5
- New import syntax.
from morfist import MixedRandomForest
Version 0.1.4
- Fix imports.
Version 0.1.3
- Hotfix release as the last build was broken.
Version 0.1.2
- Speed up by improving the histogram algorithm.
Version 0.1.1
- Faster computation time thanks to Numba
- MixedRandomForest is now printable
- Code cleanup