Releases: kyamagu/faiss-wheels
Releases · kyamagu/faiss-wheels
v1.9.0.post1 release
What's Changed
Full Changelog: v1.9.0...v1.9.0.post1
This is a maintenance release to support CPython 3.13 and fix a minor issue in the Windows CI.
v1.9.0
What's Changed
Full Changelog: v1.8.0...v1.9.0
v1.8.0 post release 1
What's Changed
This is a post-release to resolve packaging and CI issues, and there is no functionality change from v1.8.0.
- Correctly add
packaging
as a dependency by @skasai5296 in #101 - Pin to NumPy <2.0 by @simonw in #105
- Create /usr/local structure if not existing in macOS by @kyamagu in #106
- v1.8.0 post release 1 by @kyamagu in #108
New Contributors
- @skasai5296 made their first contribution in #101
- @simonw made their first contribution in #105
Full Changelog: v1.8.0...v1.8.0.post1
v1.8.0
See the upstream release notes
What's Changed
- Fix install dependency on numpy by @geoffreyblake in #79
- Support AVX512 by @kyamagu in #93
New Contributors
- @geoffreyblake made their first contribution in #79
Full Changelog: v1.7.4...v1.8.0
v1.7.4
v1.7.3
What's Changed
- Upgrade CUDA to 11.0 and support Ampere by @kyamagu in #56
- Support python 3.11 by @kyamagu in #63
- Update internal faiss to v1.7.3 by @kyamagu in #64
- Support AVX2 extension by @kyamagu in #65
Full Changelog: v1.7.2...v1.7.3
Known issues
faiss-gpu
package is not available in this release due to the PyPI file size limit
v1.7.2
v1.7.1 postfix 3 release
v1.7.1 postfix 2 release
- Fix missing DLLs issue in Windows (#44)