Releases: alyst/SpatialIndexing.jl
Releases · alyst/SpatialIndexing.jl
v0.1.5
SpatialIndexing v0.1.5
Diff since v0.1.4
Closed issues:
- UndefVarError: enl_diff not defined when using RTree (#2)
v0.1.4
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
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
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
- Performance optimizations
v0.1.0
- simplify
load!(tree, data)
data conversion params
- add
findfirst(tree, point)
- add
similar(tree)
- make Pareto example 3D
- doc improvements
- fixes
v0.0.1
Initial pre-alpha release.