From 95afe5ee63140e6d4ca884e98e569c6f535c3e24 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 14 Nov 2024 22:43:21 +0000 Subject: [PATCH] 0.38.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ aipipeline/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c226c96..9ef5508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.38.2 (2024-11-14) + +### Performance Improvements + +- Skip cluster in vss pipeline for < 2000 detections + ([`2591116`](https://github.com/mbari-org/aipipeline/commit/2591116f1c687bfb45a4a38f0436b433ae3aded9)) + + ## v0.38.1 (2024-11-12) ### Bug Fixes diff --git a/aipipeline/__init__.py b/aipipeline/__init__.py index eb2e03a..57addba 100644 --- a/aipipeline/__init__.py +++ b/aipipeline/__init__.py @@ -1,2 +1,2 @@ # aipipeline/__init__.py -__version__ = "0.38.1" +__version__ = "0.38.2"