Skip to content

Latest commit

 

History

History
85 lines (51 loc) · 3.27 KB

CHANGELOG.md

File metadata and controls

85 lines (51 loc) · 3.27 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.

4.1.19 (2025-01-14)

♻️ Refactoring

  • use optional chaining & nullish coalescing (c5a0a13)

4.1.0 (2024-08-10)

🚀 Features

  • add poisson-image example (87ec9e7)
    • update readmes
    • cc @nkint :)

4.0.0 (2024-06-21)

🛑 Breaking changes

♻️ Refactoring

  • minor internal update NdQtNode.doQuery() (b95ca8e)
  • enforce uniform naming convention of internal functions (56992b2)

3.6.0 (2024-04-20)

🚀 Features

  • fix #463, add grid resolution check (8688ad5)
    • update ASpatialGrid ctor to check for min res
    • add/rename internal helpers

♻️ Refactoring

3.5.28 (2023-11-09)

♻️ Refactoring

  • update all tests (packages A-S) (e3085e4)

3.5.0 (2023-06-09)

🚀 Features

  • add AHashGrid.hasNeighborhood() (4378125)
    • update HashGrid2/3 impls

3.4.0 (2023-04-25)

🚀 Features

  • add AHashGrid.get()/has() (e94af0f)

3.3.0 (2023-02-05)

🚀 Features

  • add AHashGrid and HashGrid2/3 impls (493358a)

3.2.0 (2022-05-02)

🚀 Features

  • add custom dist fn for NdQuadtreeMap/Set too (5fccbd3)
    • minor refactor KdTreeMap dist fn handling