Skip to content

v0.3.3

Compare
Choose a tag to compare
@nsthorat nsthorat released this 29 Jan 19:35
· 43 commits to main since this release

This release is mostly bug fixes and one API change for exporting.

For all export methods, we now have an "include_signals" bit. By default, we do not export signals computed in Lilac as extra metadata to preserve your source data.

For example:

hf_ds = ds.to_huggingface(include_signals=True)

What's Changed

Clustering

  • Cache dataset.pivot() and make cluster search box more visible by @dsmilkov in #1126
  • Add some polish to the clusters page. Fix some other UI bugs. by @nsthorat in #1128
  • Add progress bars for JINA embedding for local clustering by @brilee in #1138
  • Speedup rendering of cluster view by @dsmilkov in #1137

Bug fixes

Docs

Demo

Performance

  • Handle sqlite files separately during table/index creation by @brilee in #1140

API

  • Add exclude_signals to select_rows, and include_signals to export methods. by @nsthorat in #1139

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