Releases: Renumics/spotlight
Releases · Renumics/spotlight
Spotlight 1.5.0rc1
Features
- Support Hugging Face 🤗 datasets in
spotlight.show
- Show original file name when converted to pandas
Spotlight 1.4.0
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
Features
- Configurable layouts in
spotlight.layouts
.
Spotlight 1.4.0rc1
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
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
Bugfixes
- Added
httpx
to dependencies
Spotlight 1.3.0rc7
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
- Spotlight automatically guesses dtypes
- Fully support sequences from arrays in Pandas DataFrames
Spotlight 1.3.0rc5
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
- Start Spotlight from scripts without a protected entry point (
if __name__ == __main__:
) - Set (default) layout via environment variable
SPOTLIGHT_LAYOUT