Skip to content

Commit a5d95dc

Browse files
committed
Update CHANGELOG.md
1 parent 24b02c7 commit a5d95dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## 1.2.3 - WIP
3+
## 1.2.3 - 2026-02-21
44
- Adding `kde()` method for Kernel Density Estimation — returns a closure that estimates PDF or CDF from sample data, supporting 9 kernel functions with aliases
55
- Adding `kdeRandom()` method for random sampling from a Kernel Density Estimate — returns a closure that generates random floats from the KDE distribution
66
- Introducing `KdeKernel` backed string enum — `kde()` and `kdeRandom()`. It accepts `KdeKernel` enum cases
7+
- Adding Kernel Density Estimation (KDE) examples
78

89
## 1.2.2 - 2026-02-21
910
- Adding `method` parameter to `quantiles()` supporting `'exclusive'` (default) and `'inclusive'` interpolation methods

0 commit comments

Comments
 (0)