[FEA] migrate contents of proto
to experimental
and remove proto
#2303
Labels
? - Needs Triage
Need team to review and classify
breaking
Breaking change
improvement
Improvement / enhancement to an existing function
Milestone
For consistency and possibly less confusion, we should only have one namespace for all code that's considered a prototype, an experimental change, a new thing that's subject to change, etc. We've added
experimental
for that, which is consistent with other projects in the RAPIDS space such as SciKit Learn and cuML, however we also haveproto
which originated from older cugraph versions for the same purpose.Since
experimental
is consistent with cuML and others, and has some momentum with how it provides warnings and other conventions, we should migrate code out ofproto
(deprecate bicliques and eventually remove, move the alternatescc
to experimental) and eventually removeproto
completely.The text was updated successfully, but these errors were encountered: