Skip to content

1.0 road map #180

@KristofferC

Description

@KristofferC

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.

  • use ArrayOfArrays for return value to reduce the number of allocated arrays #167
  • Rethink the 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.
  • Remove DataFreeTree: I don't see any use of this in JuliaHub and I am not really satisfied with its implementation.
  • Ensure all public API is documented, nn lacking docstring #147
  • Test benchmarks and have them run on CI
  • Some public API for investigating the tree like bounding_box, isleaf etc?
  • Consider multithreading tree construction
  • Go through and triage open issues and PRs
  • Remove the sorting kwargs, users can just sort themselves.
  • Add knn! to be able to pass in a vector to be updated.
  • Consider if "vectorized" functions of knn and inrange 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.
  • Periodic versions of the trees?
  • Better docs?

More to come

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions