Skip to content

Conversation

FrancoisPgm
Copy link
Contributor

Reference Issues/PRs

Closes #27593

What does this implement/fix? Explain your changes.

murmurhash3_32 is deprecated to a private _murmurhash3_32 function.

Copy link

github-actions bot commented Sep 4, 2025

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: 4b74638. Link to the linter CI: here

Copy link
Member

@jeremiedbb jeremiedbb left a 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.

FrancoisPgm and others added 4 commits September 4, 2025 14:09
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
Comment on lines +1 to +3
- The function :function:`utils.murmurhash.murmurhash3_32` is now deprecated and will be
removed in version 1.10.
By :user:`François Paugam <FrancoisPgm>`.
Copy link
Member

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.

Copy link
Member

@jeremiedbb jeremiedbb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @FrancoisPgm !

@jeremiedbb jeremiedbb added Waiting for Second Reviewer First reviewer is done, need a second one! API labels Sep 5, 2025
@ogrisel ogrisel enabled auto-merge (squash) September 8, 2025 08:35
@ogrisel ogrisel removed the Waiting for Second Reviewer First reviewer is done, need a second one! label Sep 8, 2025
@ogrisel ogrisel merged commit 7f26920 into scikit-learn:main Sep 8, 2025
36 checks passed
@FrancoisPgm FrancoisPgm deleted the murmurhash_deprecation branch September 8, 2025 09:40
jeremiedbb added a commit to jeremiedbb/scikit-learn that referenced this pull request Sep 8, 2025
cakedev0 pushed a commit to cakedev0/scikit-learn that referenced this pull request Sep 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate murmurhash3_32
3 participants