Skip to content

Releases: jbuckmccready/static_aabb2d_index

2.0.0

04 Sep 18:32
Compare
Choose a tag to compare

See CHAGELOG.md for changes

1.1.0

01 Sep 04:48
Compare
Choose a tag to compare

See CHAGELOG.md for changes

1.0.0

02 Mar 10:19
Compare
Choose a tag to compare

See CHAGELOG.md for changes

0.7.1

23 Feb 07:35
Compare
Choose a tag to compare

See CHAGELOG.md for changes

0.7.0

19 Feb 03:05
Compare
Choose a tag to compare

See CHAGELOG.md for changes

0.6.0

19 May 00:41
Compare
Choose a tag to compare
  • Changed query methods to use ControlFlow and Visitor traits

0.5.1

15 Mar 18:48
Compare
Choose a tag to compare
  • 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

15 Mar 18:41
Compare
Choose a tag to compare
  • Added visit_neighbors and visit_neighbors_with_queue methods for finding nearest neighbors to a point

0.4.0

18 Jan 06:28
Compare
Choose a tag to compare
  • 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

29 Dec 04:39
Compare
Choose a tag to compare
  • 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