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

Bug fixes

Docs

Demo

Performance

API

Full Changelog: lilacai/lilac@v0.3.2...v0.3.3