Releases: seatonullberg/kernel-density-estimation
Releases · seatonullberg/kernel-density-estimation
v0.2.0
- Traits
Bandwidth
andKernel
are now generic overF
where<F: KDEFloat>
so any custom implementations must be modified to reflect this.
Added
Fixed
- Fix potential API incompatibility with
f64
feature (#3).
Removed
f64
feature.