All notable changes to this project will be documented in this file.
The format is loosely based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Depend only on
num-traits
instead ofnum
- use boxed slice for the trees instead of vec as no growing is necessary
- Reduce image size of example plot
- Derive
Clone
,Eq
andPartialEq
onForestOptions
.
- Preventing panic during sampling random values when upper and lower bound are equal.
- Acceleration example
First version released on crates.io