From 168d6d8159ddf16960e5b6cfe740725ac9ff94ab Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 5 Sep 2024 00:19:54 +0000 Subject: [PATCH] 0.5.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 24 ++++++++++++++++++++++++ aipipeline/__init__.py | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c023f6..d63d0f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # CHANGELOG +## v0.5.0 (2024-09-05) + +### Feature + +* feat: plot names in centroids of each class ([`8c5dd39`](https://github.com/mbari-org/aipipeline/commit/8c5dd39b7009df173f77235e4be006ca2c9ecb48)) + +* feat: working download_crop_pipeline.py with updates for voc-cropper:0.4.3 ([`76ee970`](https://github.com/mbari-org/aipipeline/commit/76ee970b3cfb02509d4cabeecf7bb4ddb886c9e9)) + +* feat: add override for download crop pipeline for various arguments ([`7a307db`](https://github.com/mbari-org/aipipeline/commit/7a307dbdf7a24596161f3ace683a8f042372bf68)) + +* feat: add console log to vss accuracy, get class names from redis not config, and handle empty predictions ([`cc5a517`](https://github.com/mbari-org/aipipeline/commit/cc5a5179d67ce95a938bad039f087b120b14b5af)) + +* feat: add more checks for required keys in config ([`4446d1d`](https://github.com/mbari-org/aipipeline/commit/4446d1dab81da79a221c6d0aa59156d8e95b02e7)) + +### Fix + +* fix: flag missing exemplar file, break after load and other refactoring ([`7acc573`](https://github.com/mbari-org/aipipeline/commit/7acc573aa60333b4409a93e5cbb46de19168dbe7)) + +### Performance + +* perf: better handling of missing classes and bump low exemplars to 10 ([`f486fdd`](https://github.com/mbari-org/aipipeline/commit/f486fdd3c6461d8427bf7743b38657ee52256a58)) + +* perf: report correct number augmented labels and change from 1 to 2 batch clusters ([`a990b70`](https://github.com/mbari-org/aipipeline/commit/a990b708324143b0fb73651cb43129d95d5a8b0a)) + ## v0.4.0 (2024-08-31) ### Feature diff --git a/aipipeline/__init__.py b/aipipeline/__init__.py index 693e72a..33d6eba 100644 --- a/aipipeline/__init__.py +++ b/aipipeline/__init__.py @@ -1,2 +1,2 @@ # aipipeline/__init__.py -__version__ = "0.4.0" +__version__ = "0.5.0"