Releases: matsui528/nanopq
Releases · matsui528/nanopq
v0.2.1
What's Changed
- Fix a bug to use faiss by @matsui528 in #32
- Updated CI by testing various Python versions with the latest faiss by @matsui528 in #33
- Updated to v0.2.1 by @matsui528 in #34
Full Changelog: v0.2.0...v0.2.1
v0.2.0
API Update
See #31 for the update of API.
What's Changed
- Fixed typo by @matsui528 in #25
- Update pq.py by @lsb in #26
- Fix CI by @matsui528 in #28
- add different metric type and initialization methods to nanopq by @mpskex in #24
- Follow up PR by @matsui528 in #29
- Small fix for maintenance by @matsui528 in #30
- Updated version to v0.2.0 by @matsui528 in #31
New Contributors
Full Changelog: v0.1.11...v0.2.0
v0.1.11
What's Changed
- Extended faiss_to_nanopq() to convert faiss.IndexPreTransform (OPQMatrix+IndexPQ) by @de9uch1 in #19
- Fixed a bug in the parametric initialization test. by @matsui528 in #21
- Updated to v0.1.11 by @matsui528 in #22
New Contributors
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- linting by pysen by @matsui528 in #11
- Change CI from travis to github-actions by @matsui528 in #12
- Add parametric initialization option by @calvinmccarter in #14
- Incorporate the change of faiss interface by @matsui528 in #16
- Fix github actions by @matsui528 in #15
- updated to v0.1.10 by @matsui528 in #17
New Contributors
- @calvinmccarter made their first contribution in #14
Full Changelog: https://github.com/matsui528/nanopq/commits/v0.1.10