Skip to content

Releases: SegmentationFaults0/mutable_supercluster

v1.1.0

31 Aug 19:12
8402df9

Choose a tag to compare

What's Changed

  • feat: add and remove points in #6

v1.0.4

23 Aug 09:50
4824b49

Choose a tag to compare

What's Changed

  • fix: make load destructive to avoid extra copy in memory in #5

v1.0.3

19 Aug 22:42
f940579

Choose a tag to compare

What's Changed

  • chore: refactor update and copy list of points on load in #4

v1.0.2

19 Aug 15:42
a244131

Choose a tag to compare

What's Changed

  • feat: add updatePointProperties() in #3

v1.0.1

17 Aug 19:50
45a127f

Choose a tag to compare

What's Changed

  • feat: add zoomFactor option in #2

v1.0.0

17 Aug 19:15
142fb0b

Choose a tag to compare

This release changes the underlying geospatial index of clustering library from a KD-Tree to an R-Tree. This is done as a first step towards making the cluster mutable after it is built.

What's Changed

  • feat: change underlying geospatial index to RBush in #1