You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
skipfunction. 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.nnlacking docstring #147bounding_box,isleafetc?knn!to be able to pass in a vector to be updated.Consider if "vectorized" functions ofknnandinrangeare 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