-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
API make murmurhash3_32 private #32103
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
API make murmurhash3_32 private #32103
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @FrancoisPgm. Here are some suggestions. Please add a changelog entry and a test for the warning.
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
…t-learn into murmurhash_deprecation
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
- The function :function:`utils.murmurhash.murmurhash3_32` is now deprecated and will be | ||
removed in version 1.10. | ||
By :user:`François Paugam <FrancoisPgm>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we should point users toward another murmurhash3 python wrapper, like https://github.com/hajimes/mmh3, which seems well maintained.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @FrancoisPgm !
This reverts commit 7f26920.
Reference Issues/PRs
Closes #27593
What does this implement/fix? Explain your changes.
murmurhash3_32
is deprecated to a private_murmurhash3_32
function.