Skip to content

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 03:24
· 8 commits to production since this release

1.5.0 (2026-08-27)

Bug Fixes

  • bugs in querying spatial structures (63fd7b0)
  • memory corruption in SharedSpatialMap (cb818d6)
  • rare duplicate quadtree neighbor id bug (c6c4d4b)
  • thread safety bug for SharedStack/SharedSpatialGrid + add flatbush comparison (09d656c)

Features

  • add some spatial structures for spatial queries (8a1e7de)
  • make pointer split dynamic so we can use different size buffers and still take full 4GB (60ed6ea)
  • rename retrieve to search, add filter, and add faster neighbor check (6d92e46)

Performance Improvements

  • improve nearest neighbor speed for spatial map (1159107)
  • SharedSpatialMap to growable buckets and add bulkInsert operations to spatial indexes (8949c1e)