Releases: jbuckmccready/static_aabb2d_index
Releases · jbuckmccready/static_aabb2d_index
2.0.0
1.1.0
See CHAGELOG.md for changes
1.0.0
See CHAGELOG.md for changes
0.7.1
See CHAGELOG.md for changes
0.7.0
See CHAGELOG.md for changes
0.6.0
- Changed query methods to use ControlFlow and Visitor traits
0.5.1
- Fixed markdown doc link
- Removed capacity allocation in visit_neighbors (was excessive for common case, use visit_neighbors_with_queue to optimize allocations)
0.5.0
- Added visit_neighbors and visit_neighbors_with_queue methods for finding nearest neighbors to a point
0.4.0
- Removed blanket impl of IndexableNum with direct impl of all supported built in types
- Added query_iter_with_stack method
- Fixed 0 item count infinite loop bug and added error case to builder
- Added size_hint to iterators
0.3.0
- Added query_iter method which returns a lazy iterator which yields the results of the query
- Added inline attributes to small methods to improve performance