ing-bank / sparse_dot_topn

Python package to accelerate the sparse matrix multiplication and top-n similarity selection
Apache License 2.0
399 stars 86 forks source link

Fix building of aarch64 wheels, add sdist #83

Closed robalar closed 1 year ago

robalar commented 1 year ago

I have successfully built aarch64 wheels on github actions after adding QEMU. I also added a sdist so people are able to build their own if their platform is not supported.

Fixes #76

ymwdalex commented 1 year ago

Thanks a lot @robalar for this PR!

robalar commented 1 year ago

Do you plan on rerunning the action to create the additional 0.3.4 wheels? would be really appreciated!