Skip to content

Releases: alyst/SpatialIndexing.jl

v0.1.6

08 Nov 03:02
f5df71d
Compare
Choose a tag to compare

SpatialIndexing v0.1.6

Diff since v0.1.5

Merged pull requests:

v0.1.5

14 Mar 01:39
9868644
Compare
Choose a tag to compare

SpatialIndexing v0.1.5

Diff since v0.1.4

Closed issues:

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

v0.1.4

13 Mar 23:54
5be1cff
Compare
Choose a tag to compare

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

20 Jun 14:29
Compare
Choose a tag to compare

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

09 Jan 18:54
Compare
Choose a tag to compare
  • 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

21 Dec 00:29
Compare
Choose a tag to compare
  • Performance optimizations

v0.1.0

10 Dec 22:12
e3dde19
Compare
Choose a tag to compare
  • simplify load!(tree, data) data conversion params
  • add findfirst(tree, point)
  • add similar(tree)
  • make Pareto example 3D
  • doc improvements
  • fixes

v0.0.1

26 Nov 08:13
Compare
Choose a tag to compare

Initial pre-alpha release.