Releases: Renumics/spotlight
Releases · Renumics/spotlight
Spotlight 1.6.3
Features
- Experimental support for arrow datasets in
spotlight.show
Spotlight 1.6.2
Fixes
- Fix usage of boolean and integer
pandas.DataFrame
columns.
Spotlight 1.6.1
Fixes
- Fix usage of boolean, integer and float
pandas.DataFrame
columns with newnumpy
versions.
Spotlight 1.6.0
Features
- Automatically create embeddings for columns containing images (ViT), audio (Wav2Vec2), or strings (gte-base)
spotlight.show(..., embed=['colA', 'colB'])
- New DType for axis aligned bounding boxes (
bounding_box_dtype
). - New DType for Sequences of values. Supports bounding boxes and categories for now.
- New lens for labeled axis-aligned bounding boxes on images.
- New metrics: Levensthein distance, BLEU Score.
- New lenses for text: ROUGE & BLEU Score.
Spotlight 1.5.14
Fixes
- Fixed a problem when reading large binary data (e.g. audio files or images) from HuggingFace datasets.
Spotlight 1.6.0rc1
Features
- Add lens for visualizing axis-aligned bounding boxes with labels on images
- Create automatic embeddings for chosen columns (models
ViT
,Wav2Vec2
andGTE
) (parameterembed_columns
in show; parameters--embed-all
and--embed
in CLI)
Fixes
- Do not use
take
function ofpyarrow.Table
as lon as it is bugged (s. apache/arrow#25822 and https://issues.apache.org/jira/browse/ARROW-9773 for more)
Spotlight 1.5.13
Features
- Toggle scientific notation for numbers in global settings
- Set lens settings through Python Layout API
- Support embedding dtype length in Spotlight Dataset
- Support axis-aligned bounding boxes in Spotlight Dataset
Fixes
- Keyboard scroll in table widget
- Fix crash on external data in H5 datasets
Spotlight 1.5.12
Features
- Lens Settings are persisted in Backend.
Fixes
- Fixed infinite loading bug when fetching lazy lens values.
Spotlight 1.5.11
Bugfixes
- Reduce memory consumption at initial H5 table loading
Spotlight 1.5.10
Features
- Toggle autoplay the whole audio in audio lens
- Toggle looping the whole audio in audio lens
- Infer dtype from samples for arrays with fully undefined shape (no shape at all or all undefined dimensions)
Bugfixes
- Fix audio player ticks at scrolling
- Fix parsing layout from file
- Fix widget configs at serialization