NEWS
fru 0.0.7 (2026-05-07)
- Ensured compatibility with Rust 1.85.
fru 0.0.6 (2026-04-24)
- Fixed importance score calculation in multi-threaded
case.
fru 0.0.5 (2026-04-03)
- Better reporting of NA values in factor features.
- Order cache removed as it was both incorrect and not
actually providing substantial speed-ups.
fru 0.0.4 (2026-03-22)
- This version is incorrect; please do not use.
- Memory leak fixed; thanks to Tony Auckland for spotting.
- Fixed regression on integer decisions.
- Integer midpoint between a & b is now floor((a+b)/2)
rather than min(a,b).
- Improved error reporting with extract_forest().
- Order caching for faster training on long numeric features.
fru 0.0.3 (2026-02-05)
- This version has a memory leak.
- First public release.