Skip to content

Tags: alyst/SpatialIndexing.jl

Tags

v0.1.6

Toggle v0.1.6's commit message
[Diff since v0.1.5](v0.1.5...v0.1.6)

**Merged pull requests:**
- Bump actions/checkout from 3 to 4 (#12) (@dependabot[bot])
- Include examples in tests and other changes (#13) (@DanielVandH)
- Fix undefined variables (#14) (@DanielVandH)

v0.1.5

Toggle v0.1.5's commit message
[Diff since v0.1.4](v0.1.4...v0.1.5)

**Closed issues:**
- UndefVarError: enl_diff not defined when using RTree (#2)

v0.1.4

Toggle v0.1.4's commit message
[Diff since v0.1.3](v0.1.3...v0.1.4)

**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:**
- Show defaults to not recurse tree, add print (#10) (@hs-ye)
- remove unused type parameter (#11) (@longemen3000)

v0.1.3

Toggle v0.1.3's commit message
## SpatialIndexing v0.1.3

[Diff since v0.1.2](v0.1.2...v0.1.3)


**Closed issues:**
- Help with usage (#5)
- Update to Project.toml (#6)

**Merged pull requests:**
- Update to Project.toml (#7) (@juliohm)

v0.1.2

Toggle v0.1.2's commit message
test/rtree: subtract!() for n-elements

v0.1.1

Toggle v0.1.1's commit message
_split!_rstar(): optimize

improve lambda-functions for sorting and mapreduce based on profiling

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add LICENSE (MIT)

fixes #1

v0.0.1

Toggle v0.0.1's commit message
RTree: optimize spatial queries

if node is known to be inside the region of intersects/contained
query, don't tests its subtrees as they are automatically
intersecting/contained too