Releases: alyst/SpatialIndexing.jl
Releases · alyst/SpatialIndexing.jl
v0.1.6
Compare
Sorry, something went wrong.
No results found
SpatialIndexing v0.1.6
Diff since v0.1.5
Merged pull requests:
v0.1.5
Compare
Sorry, something went wrong.
No results found
SpatialIndexing v0.1.5
Diff since v0.1.4
Closed issues:
UndefVarError: enl_diff not defined when using RTree (#2 )
v0.1.4
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
alyst
released this
21 Dec 00:29
Performance optimizations
v0.1.0
Compare
Sorry, something went wrong.
No results found
alyst
released this
10 Dec 22:12
simplify load!(tree, data) data conversion params
add findfirst(tree, point)
add similar(tree)
make Pareto example 3D
doc improvements
fixes
v0.0.1
Compare
Sorry, something went wrong.
No results found
alyst
released this
26 Nov 08:13
Initial pre-alpha release.