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
andEmbeddingViewMosaic
components, config options are now under theconfig
prop, with interfaceEmbeddingViewConfig
. - [breaking] For the
EmbeddingAtlas
component, data-related props are now grouped intodata
, and configs related to the embedding views are now underembeddingViewConfig
. Additional props are included to set the point size, labels, and stop words as well.
Detailed Changes
- feat: added --point-size arg by @vstenby in #44
- test: run type checks by @donghaoren in #45
- fix: type check errors by @donghaoren in #47
- chore: fix typo captuerd -> captured by @domoritz in #49
- fix: cacheKeyForObject errors in non-secure context by @donghaoren in #52
- chore: update dependencies by @donghaoren in #53
- fix: prevent streamlit component updating needlessly by @donghaoren in #54
- feat: [breaking] add options for custom labels and automatic label parameters by @donghaoren in #55
- chore: update Mosaic to 0.19.1 by @donghaoren in #56
- fix: dark mode scroll bars by @donghaoren in #58
- fix: jupyter widget issues in vscode by @donghaoren in #59
- chore: bump version to 0.10.0 by @donghaoren in #57
New Contributors
Full Changelog: v0.9.0...v0.10.0