-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes APIs that have been deprecated and have exceeded the grace pe…
…riod, improves *_warning_wrapper performance (#4176) * Removes APIs that have been deprecated >1 releases ago. * Updates tests that assumed the deprecated APIs were in place. * Changes the `*_warning_wrapper` utilities to accept a namespace name to use in the warning messages instead of making an expensive `inspect.stack()` call. `inspect.stack()` is still used if a namespace name was not provided. This reduces overall `import` time, especially when used with `cudf.pandas` (attn: @shwina). * Removes the redundant `cugraph.utilities.api_tools` module in favor of just using the equivalent `pylibcugraph` module directly. * Fixes jaccard notebook to remove deprecated API calls that are no longer present and updates it for clarity and to match the current implementation. * Cleans up jaccard docstrings. Authors: - Rick Ratzel (https://github.com/rlratzel) Approvers: - Naim (https://github.com/naimnv) - Joseph Nke (https://github.com/jnke2016) - Don Acosta (https://github.com/acostadon) - Brad Rees (https://github.com/BradReesWork) URL: #4176
- Loading branch information
Showing
20 changed files
with
161 additions
and
1,096 deletions.
There are no files selected for viewing
368 changes: 38 additions & 330 deletions
368
notebooks/algorithms/link_prediction/Jaccard-Similarity.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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.