Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@donghaoren donghaoren released this 19 Sep 02:36
· 3 commits to main since this release
51c0e7d

New Features & Breaking Changes

  • Add --point-size cli option to override the default point size (thanks @vstenby).
  • Add --labels cli option to supply custom labels.
  • Add --stop-words cli option to supply custom stop words (replacing the default stop words).
  • [breaking] For the EmbeddingView and EmbeddingViewMosaic components, config options are now under the config prop, with interface EmbeddingViewConfig.
  • [breaking] For the EmbeddingAtlas component, data-related props are now grouped into data, and configs related to the embedding views are now under embeddingViewConfig. Additional props are included to set the point size, labels, and stop words as well.

Detailed Changes

New Contributors

Full Changelog: v0.9.0...v0.10.0