Changes in version 0.0.7 (2026-05-07) o Ensured compatibility with Rust 1.85. Changes in version 0.0.6 (2026-04-24) o Fixed importance score calculation in multi-threaded case. Changes in version 0.0.5 (2026-04-03) o Better reporting of NA values in factor features. o Order cache removed as it was both incorrect and not actually providing substantial speed-ups. Changes in version 0.0.4 (2026-03-22) o 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. Changes in version 0.0.3 (2026-02-05) o This version has a memory leak. - First public release.