Skip to content

Releases: apple/embedding-atlas

v0.9.0

03 Sep 22:23
97b4f7a
Compare
Choose a tag to compare

New Features & Breaking Changes

  • Adjust display style of the tooltip and search results
  • Run UMAP projection from pre-computed vectors with the --vector option (thanks @nxlouie)
  • Add --batch-size parameter to CLI (thanks @davanstrien)
  • Generate better labels by using the Intl.Segmenter API.
  • [breaking] Rename umap, knn, and findClusters APIs to camelCase.
  • [breaking] queryClusterLabels now expect a function that takes a list of clusters.

Detailed Changes

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

30 Jul 23:18
0630e2f
Compare
Choose a tag to compare

What's Changed

  • docs: add back the title column from demo dataset by @fhk in #2
  • docs: sort data by Hilbert curve, use pathlib by @domoritz in #6
  • feat: add additional header content API to table by @haldenl in #8
  • feat: compute embedding and projections in CLI and web UI by @donghaoren in #9

New Contributors

  • @fhk made their first contribution in #2

Full Changelog: v0.7.1...v0.8.0

v0.7.1

09 May 22:31
Compare
Choose a tag to compare

Bug Fixes

  • Resize control not showing up in Jupyter widget with newer Jupyter versions

Full Changelog: v0.7.0...v0.7.1

v0.7.0

09 May 03:11
Compare
Choose a tag to compare

Initial release of Embedding Atlas.