Skip to content
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

Update internal storage of tree metadata; remove as_tree_ref #73

Merged
merged 7 commits into from
Dec 25, 2024

Conversation

kylebarron
Copy link
Owner

@kylebarron kylebarron commented Dec 25, 2024

Change list

  • (breaking) Remove public methods from MutableIndices
  • (breaking) Remove as_kdtree_ref from OwnedKDTree. OwnedKDTree now implements KDTreeIndex directly.
  • Implement KDTreeIndex for OwnedKDTree
  • Consolidate metadata into KDTreeMetadata and RTreeMetadata, and use that for indexes and builders.
  • Disallow missing docs

@kylebarron kylebarron changed the title Add metadata construct to kdtree internals Update internal storage of tree metadata; remove as_tree_ref Dec 25, 2024
@kylebarron kylebarron merged commit 0118877 into main Dec 25, 2024
5 checks passed
@kylebarron kylebarron deleted the kyle/kdtree-metadata branch December 25, 2024 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant