Skip to content

v0.20.0

Choose a tag to compare

@donghaoren donghaoren released this 06 Apr 21:32
· 40 commits to main since this release
5938e87

New Features

  • Date/time data type (e.g., TIMESTAMP) support in charts.
  • New UMAP implementation in Rust for the browser version (cli version still rely on Python).
  • New compute_projection API for computing embedding and projection of a column in a data frame. Replacing compute_text_projection etc. With better request handling to API models, audio data support, and more secure cache.
  • Breaking changes:
    • createKNN is removed, and the set of UMAP algorithm parameters have changed.
    • compute_text_projection, compute_image_projection, compute_vector_projection are removed.
    • All existing projection cache will be invalidated.

What's Changed

Full Changelog: v0.19.1...v0.20.0