-
-
Notifications
You must be signed in to change notification settings - Fork 291
linfa-nn: bump kdtree to 0.7.0 #391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
0.6 has a known issue causing stack overflows on specific inputs, see mrhooray/kdtree-rs#42 (comment)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #391 +/- ##
==========================================
- Coverage 36.09% 36.02% -0.08%
==========================================
Files 99 99
Lines 6502 6496 -6
==========================================
- Hits 2347 2340 -7
- Misses 4155 4156 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Thanks! |
Thanks for the quick merge @relf! Any chance you could cut linfa 0.7.2 sometime? Would love to get this and other recent patches into a stable release. |
Well, I would like to get #371 merged before a new release |
Yeah that works. Thanks! |
0.6 has a known issue causing stack overflows on specific inputs, see mrhooray/kdtree-rs#42 (comment) Co-authored-by: Alex Gessler <[email protected]>
Is it ok for you if I release |
Yes! this would be perfect. |
|
0.6 has a known issue causing stack overflows on specific inputs, see mrhooray/kdtree-rs#42 (comment). Updating kdtree to 0.7 should address this and doesn't seem to cause test regressions.
Pair-programmed with @Colin1860