Skip to content

v0.16.3

Latest
Compare
Choose a tag to compare
@MaartenGr MaartenGr released this 22 Jul 08:25
· 5 commits to master since this release
2353f4c

Highlights

  • Simplify zero-shot topic modeling by @ianrandman in #2060
  • Option to choose between c-TF-IDF and Topic Embeddings in many functions by @azikoss in #1894
    • Use the use_ctfidf parameter in the following function to choose between c-TF-IDF and topic embeddings:
      • hierarchical_topics, reduce_topics, visualize_hierarchy, visualize_heatmap, visualize_topics
  • Linting with Ruff by @afuetterer in #2033
  • Switch from setup.py to pyproject.toml by @afuetterer in #1978
  • In multi-aspect context, allow Main model to be chained by @ddicato in #2002

Fixes