Skip to content

Releases: MinishLab/semhash

v0.4.1

20 Jan 08:58
cbe7ca2

Choose a tag to compare

What's Changed

  • fix: Fixed bug where unspecified columns got dropped in multi-column datasets after deduplication by @Pringled in #84

Full Changelog: v0.4.0...v0.4.1

v0.4.0

19 Jan 07:04
743e74d

Choose a tag to compare

What's Changed

  • chore: Deprecated Python 3.9 support by @Pringled in #74
  • feat: Add selected_with_duplicates caching by @Pringled in #75
  • feat: Add Pyversity for MMR, add configurable diversity re-ranking, deprecate lambda_param by @Pringled in #76
  • chore: Deprecate 'deduplicated' and 'duplicates' attributes by @Pringled in #77
  • feat: Add from_embeddings functionality, refactored utils by @Pringled in #78
  • chore: Deprecated use_ann by @Pringled in #79
  • docs: Moved benchmarks results to benchmarks directory by @Pringled in #80
  • fix: Fixed from_embeddings exact duplicate removal by @Pringled in #82
  • feat: Added multimodal support by @Pringled in #83

Deprecation warnings ⚠️

  • .deduplicated and duplicates attributes are deprecated in favor of selected and filtered
  • use_ann is deprecated for SemHash constructors. Use ann_backend=Backend.BASIC instead
  • lambda_param is deprecated for self_find_representative() and find_representative(). Use diversity instead.
  • Python 3.9 is not longer officially supported

Full Changelog: v0.3.3...v0.4.0

v0.3.3

27 Oct 15:58
d929138

Choose a tag to compare

What's Changed

  • docs: Added CITATION.cff, updated citation info by @Pringled in #68
  • fix: Added fix for selected_with_duplicates bug by @Pringled in #71

Full Changelog: v0.3.2...v0.3.3

v0.3.2

04 Oct 13:47
c12d64f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

13 Aug 09:34
55445b3

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

25 Apr 13:04
43a68bd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.1...v0.3.0

0.2.1

28 Feb 17:24
541b407

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...0.2.1

v0.2.0

11 Jan 10:36
2c92f66

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

05 Jan 13:23
ce60db0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/MinishLab/semhash/commits/v0.1.0