*Under active development, subject to API change*
Install this version of Pixano with `pip install pixano==0.5.0b1`
Added
- Add support for **datasets stored on Amazon S3 cloud storage** (pixano21, pixano29)
- Select **interactive segmentation models** with **dropdown menu** based on models found in directory (pixano12)
- Select **semantic search models** with **dropdown menu** based on embeddings found in dataset (pixano12)
- Add loading animation in frontend UI when loading or saving takes time (pixano15)
- Add option to load a list of category id and name pairs in Importers and to save it with Exporters (pixano11)
- Add new from_rle method to BBox type (pixano11)
- Add new file_name, width, and height properties to Image type (pixano11)
- Add GitHub actions to format, lint and test code (pixano2, pixano3, pixano4, pixano26)
- Add new unit tests and refactor existing tests (pixano11, pixano26)
Changed
- **Breaking:** Refactor Pixano Explorer and Annotator apps into a **single Pixano app** (pixano23, pixano27, pixano29)
- **Breaking:** Handle media files as **URI links instead of base 64 encodings** in Pixano API (pixano8)
- Drop support for datasets imported without copying media files, i.e. using the `portable=False` option
- Remove the `portable=False` option, users can now choose to either **copy or move the media files** to the dataset directory when using an Importer
- Refactor backend API with new endpoints, methods, data types, and more explicit error messages (pixano11, pixano12)
- Update Dataset and DatasetInfo classes with new methods
- Add new classes related to DatasetInfo (DatasetCategory, DatasetStat, DatasetTable)
- Add new class related to Dataset (DatasetItem)
- Add new classes related to DatasetItem (ItemEmbedding, ItemFeature, ItemObject, ItemView)
- Refactor Exporters, Importers, and InferenceModels using updated API
- Refactor frontend components into a single ImageWorkspace (pixano23)
- Format, lint, and refactor backend code and Jupyter notebooks with black and Pylint (pixano2, pixano26)
- Format, lint, and refactor frontend code, Markdown and YAML files with Prettier and eslint (pixano2, pixano7, pixano12)
- Replace deprecated frontend package shortid by nanoid (pixano12)
- Update README with a header listing main features (pixano2)
- Update documentation website API accent color
Fixed
- Multiple visual fixes in frontend UI (pixano12, pixano15)
- Fix retrieving category names with COCOImporter (pixano13)
- Fix type hints in backend code (pixano11)
- Fix pip commands in notebooks for Google Colab (pixano11)
- Fix broken link in CHANGELOG (pixano4)
- Fix documentation website API reference generation