@thi.ng/distance
Version:
N-dimensional distance metrics & K-nearest neighborhoods for point queries
53 lines (32 loc) • 1.91 kB
Markdown
# Change Log
- **Last updated**: 2025-08-04T09:13:01Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
All notable changes to this project will be documented in this file.
Only versions published since **2022-01-01** are listed here.
Please consult the Git history for older version information.
See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.
# [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/distance@3.0.0) (2025-06-14)
#### 🛑 Breaking changes
- rename class Eucledian => Untransformed ([5ace461](https://github.com/thi-ng/umbrella/commit/5ace461))
- BREAKING CHANGE: rename class `Eucledian` => `Untransformed`
- migrate to own src file
- update references
- update doc strings
#### 🚀 Features
- add JACCARD n-D distance metric ([ea48648](https://github.com/thi-ng/umbrella/commit/ea48648))
### [2.4.70](https://github.com/thi-ng/umbrella/tree/@thi.ng/distance@2.4.70) (2024-04-20)
#### ♻️ Refactoring
- update type usage ([27fdbef](https://github.com/thi-ng/umbrella/commit/27fdbef))
## [2.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/distance@2.4.0) (2023-06-09)
#### 🚀 Features
- add INeighborhood.includesPosition() ([2018e41](https://github.com/thi-ng/umbrella/commit/2018e41))
- update all impls: Nearest/KNearest/Radial
## [2.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/distance@2.3.0) (2023-05-28)
#### 🚀 Features
- add Radial neighborhood impls ([667fed9](https://github.com/thi-ng/umbrella/commit/667fed9))
- add radial/2/3/N() factories
## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/distance@2.2.0) (2023-02-05)
#### 🚀 Features
- update KNearest, add setters ([6b185f4](https://github.com/thi-ng/umbrella/commit/6b185f4))