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

[DEPRECATION] Remove Series.hash_encode #9475

Closed
bdice opened this issue Oct 19, 2021 · 1 comment · Fixed by #9942
Closed

[DEPRECATION] Remove Series.hash_encode #9475

bdice opened this issue Oct 19, 2021 · 1 comment · Fixed by #9942
Assignees

Comments

@bdice
Copy link
Contributor

bdice commented Oct 19, 2021

Following up on #9381 and #9457, the Series.hash_encode method will be removed in a future version. The deprecation will be made public in 21.12 and this can be removed in the following release.

@bdice bdice changed the title Remove Series.hash_encode [DEPRECATION] Remove Series.hash_encode Oct 22, 2021
@github-actions
Copy link

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

@bdice bdice self-assigned this Dec 21, 2021
rapids-bot bot pushed a commit that referenced this issue Dec 23, 2021
This PR removes the deprecated method `Series.hash_encode`. Resolves #9475. Follows up on #9457, #9381.

This PR also removes libcudf code paths used solely for this Python method.

Users may replace code like `series.hash_encode(stop, use_name=False)` with `series.hash_values(method="murmur3") % stop`.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Ram (Ramakrishna Prabhu) (https://github.com/rgsl888prabhu)
  - Conor Hoekstra (https://github.com/codereport)

URL: #9942
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant