Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [4.0.0](v3.9.0...v4.0.0) (2024-03-13) ### Add * `complex32` benchmarks ([edba699](edba699)) * `dot_f64c_serial` benchmark ([7f6aabf](7f6aabf)) * API declarations ([1f05820](1f05820)) * Complex dot-products ([14c2302](14c2302)) * Complex f16 dot-products ([d92704a](d92704a)) * Dynamic dispatch for complex backends ([b6d15b1](b6d15b1)) * Haswell and BLAS baseline for dot-products ([0646e5e](0646e5e)) * SkyLake backends for complex dot-products ([2844182](2844182)) * SVE for Complex Dot ([052e40e](052e40e)) ### Break * Full library remodelling ([c3bba95](c3bba95)) * New Rust API ([21dfaf7](21dfaf7)) * Rename `OutputDistances` to `DistancesTensor` ([c09d895](c09d895)) ### Docs * Update for v4 ([97f4b4e](97f4b4e)) ### Fix * `__AVX512BITALG__` detection ([0edcdfa](0edcdfa)) * Downgrade FMLA to FP16 ([f37fc09](f37fc09)) * Duplicate `cos_i8_neon` ([2b5bcfe](2b5bcfe)) * Inner product PyTest ([a2191aa](a2191aa)) * Passing JS tests ([fbd7e02](fbd7e02)) * Skip complex tests in QEMU ([a8eaf83](a8eaf83)) * Take the size of the bigger matrix ([7c4b5df](7c4b5df)) ### Improve * `dot_f32c` on Haswell from 2.5 GB/s to 5 ([bf1940d](bf1940d)) * Fine-grained AVX-512 compilation ([c0f29f6](c0f29f6)) ### Make * Add PyPi classifiers ([31a5b09](31a5b09)) * Rename `complex` to `dot` ([ffee893](ffee893))
- Loading branch information