-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving a few more things around (#822)
1. Moving `lap` -> `raft::solver`, `mst` -> `raft::sparse::solver`, `single_linkage` -> `raft::cluster`. 2. This also establishes a convention for headers which include definitions for various API vocabulary types, such as knn indices, distance enum types, etc... 3. Common utilities are moved into the raft/util directory. 4. raft/sparse/selection is renamed to raft/sparse/spatial 5. Excluding removed and deprecated items from docs where appropriate. Proper deprecation is done so these changes shouldn't break any users downstream. Authors: - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) URL: #822
- Loading branch information
Showing
350 changed files
with
7,549 additions
and
5,374 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.