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

Add ts declaration file #53

Closed sroussey closed 6 months ago

sroussey commented 6 months ago

There are a lot of ways to go about this, but the easiest to to just write the file since this project is so small!

sroussey commented 6 months ago

Should close https://github.com/ashvardanian/SimSIMD/issues/47

ashvardanian commented 6 months ago

Do you by any chance know, why NPM publish action fails in CI, @sroussey? The CI fails, but the error isn't informative, and it doesn't happen when I push from my machine.

sroussey commented 6 months ago

Did I change that? I have separate branch for those changes, but it's not ready yet. Thought I can cherry pick them.

ashvardanian commented 6 months ago

No, @sroussey it started happening long before you joined the project, but I haven't resolved it yet.

sroussey commented 6 months ago

I’ll have a look

ashvardanian commented 5 months ago

:tada: This PR is included in version 3.6.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: