From 4fc5fd2dbea39a784c6b0afe532da6992dedc314 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 11 Oct 2024 22:34:17 +0000 Subject: [PATCH] 0.16.4 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 5ec6500..04f2215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # CHANGELOG +## v0.16.4 (2024-10-11) + +### Performance Improvements + +* perf(bio): clean-up frame grabs and only run on < 200 meters ([`729f337`](https://github.com/mbari-org/aipipeline/commit/729f33755b0523964bb765b9b0389a8de3c65938)) + + ## v0.16.3 (2024-10-11) ### Performance Improvements diff --git a/aipipeline/__init__.py b/aipipeline/__init__.py index 7a2a88a..1012642 100644 --- a/aipipeline/__init__.py +++ b/aipipeline/__init__.py @@ -1,2 +1,2 @@ # aipipeline/__init__.py -__version__ = "0.16.3" +__version__ = "0.16.4"