sdd / kiddo

Kiddo
Apache License 2.0
79 stars 13 forks source link

Iterate over trees #141

Closed sdd closed 5 months ago

sdd commented 5 months ago

(forked from @clbarnes's PR so I can fix some CI failures)

Resolves https://github.com/sdd/kiddo/issues/134.

Allows iteration, in arbitrary order, over points and indices in trees.

sdd commented 5 months ago

Master is broken at present due to an issue in ahash, used by hashbrown, used in turn in rkyv. The issue has been fixed in ahash. I've raised a PR on hashbrown to get that fixed too, but that's failing now as well 🙄

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ac93f35) 94.01% compared to head (b661ac8) 94.11%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #141 +/- ## ========================================== + Coverage 94.01% 94.11% +0.09% ========================================== Files 51 52 +1 Lines 5931 6029 +98 Branches 5931 6029 +98 ========================================== + Hits 5576 5674 +98 Misses 334 334 Partials 21 21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.