2.4.2
New in this release:
- Added UMAP projection, with docs (use
Embedding(projection="umap")
); requirespip install umap-learn
- Remove status check on debounce for filter bar, in UI
- Put a timeout on downloads (any path that is http or https)
- Fixed two bugs in dg.read_csv(): handle no headers, if converted raises, use None value
- Adjust the size of points in thumbnail scatter plots of embeddings
- Updated notebook
Visualizing_embeddings_in_Kangas.ipynb
- Added
Embedding(scale=True)
for "umap" and "pca"