Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 676 Bytes

CHANGELOG.md

File metadata and controls

33 lines (21 loc) · 676 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.2.0] - 2024-03-22

Added

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

Fixed

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

Removed

  • f64 feature.

[0.1.0] - 2022-10-16

Initial release with support for univariate distributions.

Bandwidth Selection

  • Scott's Rule
  • Silverman's Rule

Kernel Functions

  • Epanechnikov
  • Normal (Gaussian)
  • Uniform