Features - Builtin TLS support - Datasource for pyarrow datasets. - optional `handlesNull` attribute for lenses
Fixes - Fixed coloring on filtered similarity map
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 without `dataset`
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
1.6.4
Fixes
- Backup served `pandas.DataFrame` on `spotlight.Viewer.close`, so `spotlight.Viewer.df` is available after close.
1.6.3
Features
- Experimental support for arrow datasets in `spotlight.show`
1.6.2
Fixes
- Fix usage of boolean and integer `pandas.DataFrame` columns.