Releases: MinishLab/vicinity
Releases · MinishLab/vicinity
v0.4.3
v0.4.2
v0.4.1
What's Changed
- Refactor README and Vicinity class to support any serializable item type by @davidberenstein1957 in #56
- docs: Added discord badge by @Pringled in #60
- feat: Add hub integration by @davidberenstein1957 in #58
- feat: Fixed mypy issues, updated test vicinity hub repo by @Pringled in #61
- Bump version by @Pringled in #62
Full Changelog: v0.4.0...v0.4.1
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