All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.1.34 (2021-01-22)
Note: Version bump only for package @thi.ng/geom-accel
2.1.33 (2021-01-21)
- geom-accel: size update in ASpatialGrid.set() (b41f7ba)
2.1.32 (2021-01-13)
Note: Version bump only for package @thi.ng/geom-accel
2.1.31 (2021-01-10)
Note: Version bump only for package @thi.ng/geom-accel
2.1.30 (2021-01-02)
Note: Version bump only for package @thi.ng/geom-accel
2.1.29 (2020-12-22)
Note: Version bump only for package @thi.ng/geom-accel
2.1.0 (2020-04-23)
- geom-accel: add 2d/3d spatial grids (e34c44d)
2.0.0 (2020-01-24)
- geom-accel: use Heap in NdQtNode.query to select closest (5fd6726)
- geom-accel: add IEmpty & clear() impls (af747d0)
- geom-accel: add initial nD quadtree impl & tests (6f59869)
- geom-accel: add NdQuadTreeMap/Set, update/add KdTreeMap/Set (7c6f7d2)
- geom-accel: add benchmark (a09bcba)
- geom-accel: replace KdTree with KdTreeMap/Set
1.2.0 (2019-07-07)
- geom-accel: enable TS strict compiler flags (refactor) (e19e6bc)
1.1.7 (2019-03-10)
- geom-accel: fix/update existing point search in add()/select*() (8186f12)
1.1.2 (2019-02-15)
- geom-accel: fix addAll(), addKeys() (51959b7)
1.1.0 (2019-02-05)
- geom-accel: add selectVals() impl (bd1754d)
- geom-accel: optimize single nearest point search, fix select() (9022d5b)
1.0.1 (2019-01-21)
- geom-accel: add root null check for select/selectKeys() (8fd5728)
1.0.0 (2019-01-21)
- update package build scripts & outputs, imports in ~50 packages (b54b703)
- enabled multi-outputs (ES6 modules, CJS, UMD)
- build scripts now first build ES6 modules in package root, then call
scripts/bundle-module
to build minified CJS & UMD bundles in/lib
- all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols.