Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

38 lines (23 loc) · 1.4 KB

Change Log

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 for commit guidelines.

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

2.4.70 (2024-04-20)

♻️ Refactoring

2.4.0 (2023-06-09)

🚀 Features

  • add INeighborhood.includesPosition() (2018e41)
    • update all impls: Nearest/KNearest/Radial

2.3.0 (2023-05-28)

🚀 Features

  • add Radial neighborhood impls (667fed9)
    • add radial/2/3/N() factories

2.2.0 (2023-02-05)

🚀 Features

  • update KNearest, add setters (6b185f4)