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

Remove deprecated support for legacy uniform_neighbor_sampling args in 23.10 #3698

Closed
rlratzel opened this issue Jul 6, 2023 · 0 comments · Fixed by #3816
Closed

Remove deprecated support for legacy uniform_neighbor_sampling args in 23.10 #3698

rlratzel opened this issue Jul 6, 2023 · 0 comments · Fixed by #3816
Assignees
Labels
breaking Breaking change improvement Improvement / enhancement to an existing function

Comments

@rlratzel
Copy link
Contributor

rlratzel commented Jul 6, 2023

Added in #3669

This issue is a reminder to remove the legacy support code in the 23.10 release

@alexbarghi-nv alexbarghi-nv added improvement Improvement / enhancement to an existing function breaking Breaking change labels Aug 16, 2023
@rapids-bot rapids-bot bot closed this as completed in #3816 Sep 1, 2023
rapids-bot bot pushed a commit that referenced this issue Sep 1, 2023
The `uniform_neighbor_sample` code is becoming increasingly difficult to maintain.  This PR removes all the options that were deprecated in the previous release, and also deprecates the `with_edge_properties` option, which will be replaced by returning whatever properties are in the graph in the next release.

This PR also resolves a FIXME by allowing `fanout_vals` to be a `cupy.ndarray`, `numpy.ndarray`, or `cudf.Series`.

Closes #3698

Authors:
  - Alex Barghi (https://github.com/alexbarghi-nv)

Approvers:
  - Brad Rees (https://github.com/BradReesWork)
  - Rick Ratzel (https://github.com/rlratzel)

URL: #3816
rlratzel pushed a commit to rlratzel/cugraph that referenced this issue Sep 8, 2023
The `uniform_neighbor_sample` code is becoming increasingly difficult to maintain.  This PR removes all the options that were deprecated in the previous release, and also deprecates the `with_edge_properties` option, which will be replaced by returning whatever properties are in the graph in the next release.

This PR also resolves a FIXME by allowing `fanout_vals` to be a `cupy.ndarray`, `numpy.ndarray`, or `cudf.Series`.

Closes rapidsai#3698

Authors:
  - Alex Barghi (https://github.com/alexbarghi-nv)

Approvers:
  - Brad Rees (https://github.com/BradReesWork)
  - Rick Ratzel (https://github.com/rlratzel)

URL: rapidsai#3816
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change improvement Improvement / enhancement to an existing function
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants