Renumics Spotlight Versions Save

Interactively explore unstructured datasets from your dataframe.

v1.6.8

1 month ago

Features

  • Mel scale for spectrogram lens
  • Automatic retry of failed lens updates

v1.6.7

2 months ago

Features

  • Builtin TLS support
  • Datasource for pyarrow datasets.
  • optional handlesNull attribute for lenses

Fixes

  • Fixed coloring on filtered similarity map

v1.6.6

2 months ago

Features

  • Add bounding box lens to Python layout API
  • Automatically infer categories when specifying sequence of category dtype in spotlight.show

Fixes

  • Fix allowed input column combinations to bounding box lens in UI
  • Allow to start Spotlight with dtype but without dataset

v1.6.5

3 months ago

Fixes

  • Support pandas.DataFrames with (possibly non-unique) multiindex columns and/or index
  • Show proper error when fail to load dataset instead of opening filebrowser immediately and possibly failing if is not allowed

v1.6.4

3 months ago

Fixes

  • Backup served pandas.DataFrame on spotlight.Viewer.close, so spotlight.Viewer.df is available after close.

v1.6.3

3 months ago

Features

  • Experimental support for arrow datasets in spotlight.show

v1.6.2

3 months ago

Fixes

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

v1.6.1

3 months ago

Fixes

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

v1.6.0

5 months ago

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.

v1.5.14

5 months ago

Fixes

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