Skip to content

Releases: Renumics/spotlight

Spotlight 1.6.3

08 Feb 15:28
f80f304
Compare
Choose a tag to compare

Features

  • Experimental support for arrow datasets in spotlight.show

Spotlight 1.6.2

06 Feb 13:11
32aef9a
Compare
Choose a tag to compare

Fixes

  • Fix usage of boolean and integer pandas.DataFrame columns.

Spotlight 1.6.1

05 Feb 11:09
52a31c2
Compare
Choose a tag to compare

Fixes

  • Fix usage of boolean, integer and float pandas.DataFrame columns with new numpy versions.

Spotlight 1.6.0

14 Dec 13:30
d564fff
Compare
Choose a tag to compare

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

07 Dec 09:20
Compare
Choose a tag to compare

Fixes

  • Fixed a problem when reading large binary data (e.g. audio files or images) from HuggingFace datasets.

Spotlight 1.6.0rc1

05 Dec 11:58
b3b8d48
Compare
Choose a tag to compare
Spotlight 1.6.0rc1 Pre-release
Pre-release

Features

  • Add lens for visualizing axis-aligned bounding boxes with labels on images
  • Create automatic embeddings for chosen columns (models ViT, Wav2Vec2 and GTE) (parameter embed_columns in show; parameters --embed-all and --embed in CLI)

Fixes

Spotlight 1.5.13

22 Nov 16:17
331c831
Compare
Choose a tag to compare

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

17 Nov 12:44
3aa6d48
Compare
Choose a tag to compare

Features

  • Lens Settings are persisted in Backend.

Fixes

  • Fixed infinite loading bug when fetching lazy lens values.

Spotlight 1.5.11

16 Nov 12:48
55f6320
Compare
Choose a tag to compare

Bugfixes

  • Reduce memory consumption at initial H5 table loading

Spotlight 1.5.10

15 Nov 12:54
0c38378
Compare
Choose a tag to compare

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