Skip to content

Releases: seatonullberg/kernel-density-estimation

v0.2.0

22 Mar 20:51
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES ⚠️

  • Traits Bandwidth and Kernel are now generic over F where <F: KDEFloat> so any custom implementations must be modified to reflect this.

Added

  • Many new kernel functions added by @ndcroos in #4 resolves #1.

Fixed

  • Fix potential API incompatibility with f64 feature (#3).

Removed

  • f64 feature.

Official Release: crates.io
Documentation: docs.rs

v0.1.0

16 Oct 23:31
Compare
Choose a tag to compare

v0.1.0

Refer to CHANGELOG.md for details.

Official Release: crates.io
Documentation: docs.rs