Skip to content

Releases: Renumics/spotlight

Spotlight 1.6.11

05 Aug 14:22
5950f4d
Compare
Choose a tag to compare

Bugfixes

  • Fix audio player (crashing when media backend is not yet available)

Spotlight 1.6.10

12 Jul 05:35
75a685a
Compare
Choose a tag to compare

Features

  • Move Cleanlab and Cleanvision analyzers to extras and do not apply them if not installed (can be installed with pip install renumics-spotlight[analyzers])

Spotlight 1.6.9

07 Jun 11:30
505ab4c
Compare
Choose a tag to compare

Features

  • Allow starting Spotlight without TLS on non localhost: spotlight --host 0.0.0.0 --no-ssl ...

Spotlight 1.6.8

20 Mar 13:15
0146e2a
Compare
Choose a tag to compare

Features

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

Spotlight 1.6.7

28 Feb 09:39
53c03aa
Compare
Choose a tag to compare

Features

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

Fixes

  • Fixed coloring on filtered similarity map

Spotlight 1.6.6

20 Feb 16:13
eaea03f
Compare
Choose a tag to compare

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

Spotlight 1.6.5

14 Feb 17:12
a230e7b
Compare
Choose a tag to compare

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

Spotlight 1.6.4

12 Feb 16:19
fe6b4e6
Compare
Choose a tag to compare

Fixes

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

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.