-
Notifications
You must be signed in to change notification settings - Fork 66
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
1.0 road map #180
Comments
CC some people that I know use this package: @juliohm, @fredrikekre |
Wonder if there are any plans for adding multidimensional inrange search? |
Also, what about supporting arbitrary types, at least for BallTree? Stuff like strings or even custom objects can be useful with distance searches. |
Sounds like a good idea! |
I don't think that should be too hard, we would "just" have to relax some assumptions of what types are used for the data etc. |
This was my very first package and looking at this with a set of more experienced eyes there are quite a few changes I want to make to APIs etc. Some of those will be somewhat breaking but I think it is worth it.
skip
function. Right now it only takes a single index but it isn't really documented and it is unclear if this is the best API.DataFreeTree
: I don't see any use of this in JuliaHub and I am not really satisfied with its implementation.nn
lacking docstring #147bounding_box
,isleaf
etc?knn!
to be able to pass in a vector to be updated.knn
andinrange
are needed or if user can just write the loop themselves if they want. Would remove the need for use ArrayOfArrays for return value to reduce the number of allocated arrays #167.More to come
The text was updated successfully, but these errors were encountered: