You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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)
[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)
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