fasttext-numpy2: Add version 0.10.4 - #2172
Merged
Merged
Conversation
Build riscv64 wheels for fasttext-numpy2 0.10.4, a numpy-2-compatible fork of Facebook's fastText whose pybind11 extension compiles the vendored fastText C++ sources. Upstream publishes x86_64 wheels only. Upstream ships no git tags, so the build pins the commit the 0.10.4 sdist was cut from, verified byte-identical against it. Signed-off-by: Ludovic Henry <git@ludovic.dev>
luhenry
added a commit
that referenced
this pull request
Sep 21, 2026
…tcha 519 Signed-off-by: Ludovic Henry <git@ludovic.dev>
Contributor
|
luhenry
added a commit
that referenced
this pull request
Sep 21, 2026
Signed-off-by: Ludovic Henry <git@ludovic.dev>
luhenry
marked this pull request as ready for review
September 21, 2026 14:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fasttext-numpy20.10.4Builds the pybind11/C++ extension of fasttext-numpy2, a fork of Facebook's fastText that fixes its numpy 2 incompatibility. Upstream publishes x86_64 wheels only.
Mirrors upstream's
pypibuild.mdmanylinux recipe; the repo carries no CI workflow.Differs from upstream
Testing
lid.176.ftz, predict on a French sentence, check the numpy return type and a sentence vector, assert the extension actually compiled).License: OK
Built on cp312; predict and sentence-vector smoke test passed.