Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Nov 3, 2024
1 parent 7f8f63a commit 3bed408
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rstar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Unreleased

## Added
- Provide selection methods based on internal iteration ([PR](https://github.com/georust/rstar/pull/164))
- Add ObjectRef combinator to build tree referencing objects elsewhere ([PR](https://github.com/georust/rstar/pull/178))

## Changed
- Switched to unstable sort for envelopes and node reinsertion ([PR](https://github.com/georust/rstar/pull/160))
- Use a more tame value for `AABB::new_empty` to avoid overflow panics applying selections on empty trees ([PR](https://github.com/georust/rstar/pull/162))
- Avoid infinite recursion due to numerical instability when computing the number of clusters ([PR](https://github.com/georust/rstar/pull/166))


# 0.12.0

## Added
Expand Down

0 comments on commit 3bed408

Please sign in to comment.