Releases: MinishLab/semhash
Releases · MinishLab/semhash
0.2.1
What's Changed
- docs: Add threshold and explainability to docs by @Pringled in #27
- fix broken link in README by @stephantul in #28
- docs: Added pandas dataframe example by @Pringled in #33
- docs: update README.md by @eltociear in #37
- docs: Added citation by @Pringled in #38
- Fix wrong bibtex citation format by @amitness in #39
- fix: issue with exact duplicates not being returned by @stephantul in #35
- docs: Added discord badge by @Pringled in #45
- Bump version by @Pringled in #50
New Contributors
- @eltociear made their first contribution in #37
- @amitness made their first contribution in #39
Full Changelog: v0.2.0...0.2.1
v0.2.0
What's Changed
- feat: Added ci by @Pringled in #13
- docs: Add badges by @Pringled in #14
- feat: Make ann default by @Pringled in #15
- docs: Added encoder documentation and rewrote general docs by @Pringled in #16
- fix: typing, use_ann argument by @stephantul in #17
- feat: Add deduplication records by @stephantul in #19
- feat: Refactor semhash logic by @Pringled in #20
- Add rethresholding by @stephantul in #22
- Add records by @stephantul in #23
- feat: Updated documentation, added docstrings, changed least_similar functionality by @Pringled in #24
- Bumped version by @Pringled in #26
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- feat: Add initial code by @Pringled in #1
- feat: Switch to nearest by @Pringled in #2
- feat: Switched to vicinity by @Pringled in #3
- feat: Updated vicinity integration by @Pringled in #4
- feat: Switch to column based approach by @Pringled in #5
- feat: Added encoder protocol by @Pringled in #6
- feat: Added ann support by @Pringled in #7
- feat: Added exact duplicate removal by @Pringled in #8
- feat: Added benchmarks by @Pringled in #9
- docs: Updated documentation by @Pringled in #10
- feat: Fixed path and added ann to tests by @Pringled in #11
- feat: Prepared package for release by @Pringled in #12
New Contributors
Full Changelog: https://github.com/MinishLab/semhash/commits/v0.1.0