Skip to content

Releases: alyst/SpatialIndexing.jl

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 08 Nov 03:02
f5df71d

SpatialIndexing v0.1.6

Diff since v0.1.5

Merged pull requests:

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 14 Mar 01:39
9868644

SpatialIndexing v0.1.5

Diff since v0.1.4

Closed issues:

  • UndefVarError: enl_diff not defined when using RTree (#2)

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 13 Mar 23:54
5be1cff

SpatialIndexing v0.1.4

Diff since v0.1.3

Closed issues:

  • Arrays for Tree building and querying (#3)
  • function Base.show(io::IO, tree::RTree) prints entire tree, crashes REPL (#9)

Merged pull requests:

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 20 Jun 14:29

SpatialIndexing v0.1.3

Diff since v0.1.2

Closed issues:

  • Help with usage (#5)
  • Update to Project.toml (#6)

Merged pull requests:

v0.1.2

Choose a tag to compare

@alyst alyst released this 09 Jan 18:54
  • RTree() constructor: splitdistribution_factor renamed to split_factor
  • fix corner cases of R-tree condensing (trivial root elimination)
  • subtract!() fixes and test coverage increase

v0.1.1

Choose a tag to compare

@alyst alyst released this 21 Dec 00:29
  • Performance optimizations

v0.1.0

Choose a tag to compare

@alyst alyst released this 10 Dec 22:12
e3dde19
  • simplify load!(tree, data) data conversion params
  • add findfirst(tree, point)
  • add similar(tree)
  • make Pareto example 3D
  • doc improvements
  • fixes

v0.0.1

Choose a tag to compare

@alyst alyst released this 26 Nov 08:13

Initial pre-alpha release.