ashvardanian / SimSIMD

Up to 200x Faster Inner Products and Vector Similarity — for Python, JavaScript, Rust, C, and Swift, supporting f64, f32, f16 real & complex, i8, and binary vectors using SIMD for both x86 AVX2 & AVX-512 and Arm NEON & SVE 📐
https://ashvardanian.com/posts/simsimd-faster-scipy/
Apache License 2.0
794 stars 42 forks source link

Missing sdist on PyPI #113

Closed mgorny closed 1 month ago

mgorny commented 1 month ago

The package releases only binary wheels on PyPI but it's missing a source distribution. This makes it impossible to install it on platforms that aren't built as part of the cibuildwheel process, and it's a major hassle for Linux distributions that use sdist archives as source.

While at it, ideally please include tests in the archive.

mgorny commented 1 month ago

Thanks!