Releases: MinishLab/vicinity
Releases · MinishLab/vicinity
v0.4.0
What's Changed
Full Changelog: v0.3.4...v0.4.0
BREAKING CHANGES:
This release has a breaking change in the query_threshold function. This function now returns a QueryResult consisting of items and scores, similar to the query function.
v0.3.4
What's Changed
- fix: issue with k > length in various backends by @stephantul in #52
- Bumped version by @Pringled in #53
Full Changelog: v0.3.3...v0.3.4
v0.3.3
v0.3.2
What's Changed
- docs: Add logo by @Pringled in #38
- fix readability code snippet by @davidberenstein1957 in #39
- Voyager Backend by @sky-2002 in #41
- clean: imports by @stephantul in #43
- feat: clean-up annoy metrics by @stephantul in #42
- feat: make Metric the basic unit for metrics, not str by @stephantul in #44
- docs: Updated backend docs by @Pringled in #45
- feat: add vector store and integer indexing by @stephantul in #46
- Bump version by @Pringled in #48
New Contributors
- @davidberenstein1957 made their first contribution in #39
- @sky-2002 made their first contribution in #41
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
What's Changed
- feat: expose the Backend datatype as part of the public API by @stephantul in #27
- feat: Added euclidean metric to basic backend by @Pringled in #29
- feat: Align metrics by @Pringled in #30
- feat: Add evaluator by @Pringled in #31
- docs: Update docs by @Pringled in #32
- feat: Update install by @Pringled in #33
- Bump version by @Pringled in #34
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
What's Changed
- docs: Renamed package by @Pringled in #9
- feat: Rename package by @Pringled in #10
- docs: Renamed nearest to vicinity by @Pringled in #11
- docs: Added project urls by @Pringled in #15
- feat: Updated workflows and added badges by @Pringled in #13
- docs: Fixed downloads badge by @Pringled in #16
- feat: Added pynndescent by @Pringled in #12
- fix: Updated requirements by @Pringled in #17
- feat: Add annoy by @stephantul in #18
- feat: Add faiss by @Pringled in #19
- docs: Added params table by @Pringled in #20
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- initial by @stephantul in #1
- make loading faster by @stephantul in #2
- fix: sim could be None by @stephantul in #3
- fix: Added orjson dependency by @Pringled in #4
- fix: Fix normalize bug by @Pringled in #5
- feat: Add tests by @Pringled in #6
- docs: Update readme by @Pringled in #7
- docs: Updated pyproject by @Pringled in #8
New Contributors
- @stephantul made their first contribution in #1
- @Pringled made their first contribution in #4
Full Changelog: https://github.com/MinishLab/nearest/commits/v0.1.0