Skip to content

Latest commit

 

History

History
119 lines (55 loc) · 4.38 KB

CHANGELOG.md

File metadata and controls

119 lines (55 loc) · 4.38 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.1.42 (2021-03-17)

Note: Version bump only for package @thi.ng/geom-accel

2.1.41 (2021-03-12)

Note: Version bump only for package @thi.ng/geom-accel

2.1.33 (2021-01-21)

Bug Fixes

  • geom-accel: size update in ASpatialGrid.set() (b41f7ba)

2.1.0 (2020-04-23)

Features

  • geom-accel: add 2d/3d spatial grids (e34c44d)

2.0.0 (2020-01-24)

Bug Fixes

  • geom-accel: use Heap in NdQtNode.query to select closest (5fd6726)

Features

  • 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)

Performance Improvements

  • geom-accel: add benchmark (a09bcba)

BREAKING CHANGES

  • geom-accel: replace KdTree with KdTreeMap/Set

1.2.0 (2019-07-07)

Features

  • geom-accel: enable TS strict compiler flags (refactor) (e19e6bc)

1.1.7 (2019-03-10)

Bug Fixes

  • geom-accel: fix/update existing point search in add()/select*() (8186f12)

1.1.2 (2019-02-15)

Bug Fixes

  • geom-accel: fix addAll(), addKeys() (51959b7)

1.1.0 (2019-02-05)

Features

  • geom-accel: add selectVals() impl (bd1754d)

Performance Improvements

  • geom-accel: optimize single nearest point search, fix select() (9022d5b)

1.0.1 (2019-01-21)

Bug Fixes

  • geom-accel: add root null check for select/selectKeys() (8fd5728)

1.0.0 (2019-01-21)

Build System

  • update package build scripts & outputs, imports in ~50 packages (b54b703)

BREAKING CHANGES

  • 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.

0.1.0 (2018-10-21)

Features

  • geom-accel: add KV support, update select/selectKeys() (b47e641)
  • geom-accel: re-import geom-accel skeleton (MBP2010) (e14ac8b)