Skip to content

Releases: Renumics/spotlight

Spotlight 1.5.7

10 Nov 16:09
8780c13
Compare
Choose a tag to compare

Bugfixes

  • Scrolling in inspector widget
  • Fix loading plugins

Spotlight 1.5.6

10 Nov 13:27
0b5a010
Compare
Choose a tag to compare

Features

  • Add bounding_box dtype for AABBs
  • Add generic sequence dtype
  • Drag and drop columns between some widgets

Spotlight 1.5.5

02 Nov 10:46
6b66e8f
Compare
Choose a tag to compare

Features

  • Transfer errors through websockets and show them in UI
  • Do not cache frontend files
  • Rouge score lens
  • Switch between continuous and discrete coloring of ints
  • Rebuild old-style H5 datasets using dataset.rebuild()
  • Use filter on confusion matrix widget
  • Mel scale for spectrogram

Bugfixes

  • Always open browser on localhost
  • Spectrogram decibel colors
  • Do not fail when no simple converter is available (for data grid appearance)
  • Explicitly fail when data source is not supported
  • Appearance of ns-datetimes
  • Do not reuse viewer when a new port is given

Spotlight 1.5.4

25 Oct 12:18
0bb6ce5
Compare
Choose a tag to compare

Features

  • Show optional windows in sequence lens in inspector widget
  • Mark renumics.spotlight.dataset.descriptors as deprecated

Bugfixes

  • Sequence lens settings icon placement
  • F1 metric in metrics widget
  • Place by scalar column in similarity map widget
  • Serialize PCA result properly

Spotlight 1.5.3

18 Oct 11:37
398b482
Compare
Choose a tag to compare

Features

  • Determine filetype for URLs
  • Move pycatch22 to descriptors extra

Spotlight 1.5.2

12 Oct 09:08
7d1c1aa
Compare
Choose a tag to compare

Bugfixes

  • Fixed color and scale selects in similarity map

Spotlight 1.5.1

11 Oct 10:04
017bb9c
Compare
Choose a tag to compare

Bugfixes

  • Prefer layout given in spotlight.show over the last used in browser for the dataset

Spotlight 1.5.0

09 Oct 14:01
936e107
Compare
Choose a tag to compare

Features

  • Support Hugging Face 🤗 datasets in spotlight.show
  • Show original file name when converted to pandas
  • Always show data in inspector and table if possible
  • Do not choose string and int columns for histogram by default

Bugfixes

  • Respect hidden and order flags while serving H5 datasets
  • Fix rendering error due to similarity map legend

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