Releases: Renumics/spotlight
Releases · Renumics/spotlight
Spotlight 1.6.13
Spotlight 1.6.12
Bugfixes
- Fix usage of
av
13.0.0 and later for audio writing
Spotlight 1.6.11
Bugfixes
- Fix audio player (crashing when media backend is not yet available)
Spotlight 1.6.10
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
Features
- Allow starting Spotlight without TLS on non localhost:
spotlight --host 0.0.0.0 --no-ssl ...
Spotlight 1.6.8
Features
- Mel scale for spectrogram lens
- Automatic retry of failed lens updates
Spotlight 1.6.7
Features
- Builtin TLS support
- Datasource for pyarrow datasets.
- optional
handlesNull
attribute for lenses
Fixes
- Fixed coloring on filtered similarity map
Spotlight 1.6.6
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 withoutdataset
Spotlight 1.6.5
Fixes
- Support
pandas.DataFrame
s 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
Fixes
- Backup served
pandas.DataFrame
onspotlight.Viewer.close
, sospotlight.Viewer.df
is available after close.