diff --git a/python-simsimd.spec b/python-simsimd.spec index 2354bc902cbfeea5111441e5eb1700b72ab977d6..f5f3b983c39210445de4854082625d8f04d64d01 100644 --- a/python-simsimd.spec +++ b/python-simsimd.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-simsimd -Version: 6.2.1 +Version: 6.5.3 Release: 1 Summary: Portable mixed-precision BLAS-like vector math library for x86 and ARM License: Apache-2.0 URL: https://github.com/ashvardanian/simsimd -Source0: https://files.pythonhosted.org/packages/da/1c/90e6ec0f0de20108fdd7d5665ac2916b1e8c893ce2f8d7481fd37eabbb97/simsimd-6.2.1.tar.gz +Source0: %{pypi_source simsimd} %description Computing dot-products, similarity measures, and distances between low- and high-dimensional vectors is ubiquitous in Machine Learning, Scientific Computing, Geo-Spatial Analysis, and Information Retrieval. @@ -43,7 +43,7 @@ SimSIMD provides an alternative. 3️⃣ SimSIMD often [ships more binaries than NumPy][compatibility] and has more backends than most BLAS implementations, and more high-level interfaces than most libraries. %prep -%autosetup -n simsimd-6.2.1 +%autosetup -n simsimd-%{version} %build %pyproject_build @@ -78,5 +78,12 @@ mv %{buildroot}/doclist.lst . %{python3_sitearch}/* %changelog +* Mon Oct 20 2025 li_zhi - 6.5.3-1 +- Update package with version 6.5.3 +- Make: Rust 1.64 compatibility +- Make: Avoid Cargo.lock for the library +- Make: MSVC-friendlier Rust builds +- Fix: Require NumPy for GIL tests + * Wed May 14 2025 Python_Bot - 6.2.1-1 - Package Spec generated diff --git a/simsimd-6.2.1.tar.gz b/simsimd-6.2.1.tar.gz deleted file mode 100644 index 3d235e7b5bfe73e24a75e9eabb5fdbaaa2535900..0000000000000000000000000000000000000000 Binary files a/simsimd-6.2.1.tar.gz and /dev/null differ diff --git a/simsimd-6.5.3.tar.gz b/simsimd-6.5.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3039e749bd027a1312f5c8ef30eedd34f63b7f33 Binary files /dev/null and b/simsimd-6.5.3.tar.gz differ