v0.6.0

Add support for parsing non-consecutive (but sorted) class labels within the JATICImageClassifier adapter, Documentation improvements regarding poetry, and CI/CD improvements.

Updates / New Features

CI/CD

  • Added Dockerfile to the build job to build the docker image.

  • Updated index.rst, installation.rst, and README.md based on devel-jatic.

  • Added automated scanning and testing of the aukus deployment container.

Documentation

  • Added warning to use Poetry only in a virtual environment per Poetry documentation.

  • Clarified that poetry<2.0 is currently required.

Tests

  • Added skipif marker for test_notebooks.py if tools extras is not installed.

Fixes

  • Fix docker-entrypoint to match previous code changes

  • Fix jatic-perturbations.ipynb error with Albumentation’s gaussian blur.

  • Removed Optional and Union type hints.

  • Update pytest and ruff configurations

  • Fix broken link in README

  • Add support for parsing non-consecutive class labels within the JATICImageClassifier adapter.