Skip to content

v0.4.0

Choose a tag to compare

@Pringled Pringled released this 19 Jan 07:04
· 4 commits to main since this release
743e74d

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