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
buildjob to build the docker image.Updated
index.rst,installation.rst, andREADME.mdbased ondevel-jatic.Added automated scanning and testing of the
aukusdeployment container.
Documentation
Added warning to use Poetry only in a virtual environment per Poetry documentation.
Clarified that
poetry<2.0is currently required.
Tests
Added
skipifmarker fortest_notebooks.pyiftoolsextras is not installed.
Fixes
Fix docker-entrypoint to match previous code changes
Fix
jatic-perturbations.ipynberror with Albumentation’s gaussian blur.Removed
OptionalandUniontype hints.Update pytest and ruff configurations
Fix broken link in README
Add support for parsing non-consecutive class labels within the
JATICImageClassifieradapter.