*Under active development, subject to API change*
Install this version of Pixano with `pip install pixano==0.4.0`
Added
- UI: Add a **dataset dashboard** in Pixano Explorer with dataset information and statistics
- UI: Add a **labels hierarchy** to group them by source, by view, and by category in item view
- UI: Add label category ID on hover in side panel and label toolbar in item view
- Add **labeling tool** for **classification** in Pixano Annotator
- Add **delete tool** for clearing current annotations in Pixano Annotator
Changed
- **Breaking:** Replace ObjectAnnotation by new and better-defined **PixanoTypes**, and add notebook for creating a custom PixanoType
- **Breaking:** Update dataset **storage format** to **lancedb**, using .lance files instead of .parquet, and with separate tables for media, annotations, and embeddings
- **Design overhaul** of both Pixano Explorer and Annotator apps
- Refactor UI code and merge common code of Pixano Explorer and Annotator apps
- Refactor Python code and add unit tests
- Change thumbnails from 3x2 images to 4x2 images in dataset importer
- Generate API references automatically on the Pixano documentation website using mkdocs plugins
Fixed
- UI: Fix category colors in item view
- UI: Fix item annotations to scale with zoom in item view
- UI: Fix displaying item information in item view
- UI: Fix clearing user inputs in item view if either segmentation model or embeddings are missing
- UI: Fix notebook integration by replacing JavaScript pop-ups by integrated windows
- UI: Fix displaying multi-view datasets in Pixano Annotator
- Fix saving annotations to file from Pixano Annotator
- Fix portable option in dataset import to copy files instead of moving them
- Fix imports and dependency versions for Pixano apps and UI components