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
806 stars 42 forks source link

Latest version not on pypi #42

Closed guyrosin closed 7 months ago

guyrosin commented 7 months ago

Hey @ashvardanian, I've just found this cool library, started experimenting with it (awesome speedups!) and noticed the latest version on pypi is v3.5.5, so just letting you know :) Thanks for your work!

ashvardanian commented 7 months ago

Oh, thanks for noticing! GitHub CI occasionally fails some HTTP request and abrupts the build. https://github.com/ashvardanian/SimSIMD/actions/runs/6992475734 and it worked. The new version is already on PyPI 🤗