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
The experimental APIs in pylibcugraph added for 22.04 and earlier can be promoted to the non-experimental namespaces.
The experimental namespace should also continue to have the APIs for at least another release, but will have a different deprecation warning stating that they will be removed later and the non-experimental API should be used instead.
The text was updated successfully, but these errors were encountered:
…namespace (#2232)
This PR addresses and closes#2202. Specifically, this PR does the following:
- Adds current experimental pylibcugraph APIs outside of experimental namespace, without removing the ones inside that namespace (duplicating in a sense)
- The ones promoted outside have no warning wrappers attached
- The original APIs have a different warning applied to them, stating that their version will be removed within a few releases, leaving the promoted ones intact
Authors:
- https://github.com/betochimas
Approvers:
- Rick Ratzel (https://github.com/rlratzel)
URL: #2232
The
experimental
APIs in pylibcugraph added for 22.04 and earlier can be promoted to the non-experimental namespaces.The
experimental
namespace should also continue to have the APIs for at least another release, but will have a different deprecation warning stating that they will be removed later and the non-experimental API should be used instead.The text was updated successfully, but these errors were encountered: