Features
- Set columns for analysis with `spotlight.show(..., analyze=["column_a", "column_b"])`
- Lazy load strings in UI
- Add confusion matrix widget
- Add metrics widget
- Add word cloud widget
- Support .parquet, .feather and .orc files through pandas
- Support image datasets in huggingface ImageFolder format
- Specify root folder as `folder` argument to Spotlight
- New dtype notation in `spotlight.dtypes`
- Configurable layouts in `spotlight.layouts`.
Bugfixes
- Gracefully handle unsupported values in cleanvision analysis
- Fix split layouts in API and UI
- Fix column resizing in data table widget
- Fix handling of pandas categories in UI