Skip to content

Releases: Renumics/spotlight

Spotlight 1.5.0rc1

27 Sep 08:38
4921392
Compare
Choose a tag to compare
Spotlight 1.5.0rc1 Pre-release
Pre-release

Features

  • Support Hugging Face 🤗 datasets in spotlight.show
  • Show original file name when converted to pandas

Spotlight 1.4.0

21 Sep 07:46
e78a0ee
Compare
Choose a tag to compare

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

Spotlight 1.4.0rc2

20 Sep 07:49
69fa300
Compare
Choose a tag to compare
Spotlight 1.4.0rc2 Pre-release
Pre-release

Features

  • Configurable layouts in spotlight.layouts.

Spotlight 1.4.0rc1

19 Sep 15:01
be9f877
Compare
Choose a tag to compare
Spotlight 1.4.0rc1 Pre-release
Pre-release

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

Spotlight 1.3.0

08 Aug 11:47
9672bb0
Compare
Choose a tag to compare

Features

  • New Data Issues Widget
  • Start Spotlight from scripts without a protected entry point (if __name__ == __main__:)
  • Set (default) layout via environment variable SPOTLIGHT_LAYOUT
  • Spotlight automatically guesses dtypes
  • Fully support sequences from arrays in Pandas DataFrames
  • Support for windows in array lens
  • Show truncated string in table
  • Remove spotlight-notebook
  • Allow custom dtypes for h5 datasets
  • Explicit typing and functional creation for inspector lenses in renumics.spotlight.layout
  • Color spectrogram by decibels

Bugfixes

  • Layout parsing in Python API
  • Make Spotlight stoppable on Windows
  • Kill all subprocesses on exit
  • Filter by strings containing regex-specific characters works
  • Show category names in histogram (instead of codes)
  • Fix histogram hover highlight
  • Faster mesh coloring

Spotlight 1.3.0rc8

04 Aug 11:41
618bc2b
Compare
Choose a tag to compare
Spotlight 1.3.0rc8 Pre-release
Pre-release

Bugfixes

  • Added httpx to dependencies

Spotlight 1.3.0rc7

02 Aug 13:27
0c129ce
Compare
Choose a tag to compare
Spotlight 1.3.0rc7 Pre-release
Pre-release

Features

  • Support windows in array lens
  • Show truncated string in table
  • Remove spotlight-notebook
  • Allow custom dtypes for h5 datasets
  • Explicite typing and functional creation for inspector lenses in renumics.spotlight.layout
  • Color spectrogram by decibels

Bugfixes

  • Filter by strings containing regex-specific characters works
  • Show category names in histogram (instead of codes)
  • Fix histogram hover highlight
  • Faster mesh coloring

Spotlight 1.3.0rc6

19 Jul 09:41
0b0577a
Compare
Choose a tag to compare
Spotlight 1.3.0rc6 Pre-release
Pre-release
  • Spotlight automatically guesses dtypes
  • Fully support sequences from arrays in Pandas DataFrames

Spotlight 1.3.0rc5

13 Jul 11:52
cc86fd2
Compare
Choose a tag to compare
Spotlight 1.3.0rc5 Pre-release
Pre-release

Fixes

  • Make Spotlight stoppable on Windows
  • Kill all subprocesses on exit
  • Analyse issues if desired
  • Analyze image columns imported from HuggingFace datasets

Spotlight 1.3.0rc4

12 Jul 09:46
62df89d
Compare
Choose a tag to compare
Spotlight 1.3.0rc4 Pre-release
Pre-release
  • Start Spotlight from scripts without a protected entry point (if __name__ == __main__:)
  • Set (default) layout via environment variable SPOTLIGHT_LAYOUT