From 276b5f937358187f503d8f0cb1f5b6ec0d6c156d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 23 Oct 2024 22:47:21 +0000 Subject: [PATCH] 0.34.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ aipipeline/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 720db1f..0a46ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # CHANGELOG +## v0.34.1 (2024-10-23) + +### Performance Improvements + +* perf: load all detections if less than 100 total examples ([`7ec6053`](https://github.com/mbari-org/aipipeline/commit/7ec6053ce5f545690f79d4fb060abef28cd111d1)) + + ## v0.34.0 (2024-10-22) ### Features diff --git a/aipipeline/__init__.py b/aipipeline/__init__.py index 14b1602..ce4ba09 100644 --- a/aipipeline/__init__.py +++ b/aipipeline/__init__.py @@ -1,2 +1,2 @@ # aipipeline/__init__.py -__version__ = "0.34.0" +__version__ = "0.34.1"