Skip to content

Spotlight 1.4.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@druzsan druzsan released this 19 Sep 15:01
· 732 commits to main since this release
be9f877

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

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