From 5101993f0af92249baf36a25fd6bfd4b921d0b6d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 15 Nov 2024 20:28:27 +0000 Subject: [PATCH] 0.39.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 18 ++++++++++++++++++ aipipeline/__init__.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ef5508..ad1d3e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # CHANGELOG +## v0.39.0 (2024-11-15) + +### Bug Fixes + +- Add missing dependency + ([`c118d35`](https://github.com/mbari-org/aipipeline/commit/c118d35269a9a1eeb268f6fc341a4d1686def297)) + +### Documentation + +- Updated recipes + ([`a0bb70c`](https://github.com/mbari-org/aipipeline/commit/a0bb70ca4a06349aa42ffc1758db4663850dd607)) + +### Features + +- **bio**: Added two-stage strided track pipeline + ([`1a9cc1b`](https://github.com/mbari-org/aipipeline/commit/1a9cc1b87cab28a7dd3d8b30efcc56a6f1791f2b)) + + ## v0.38.2 (2024-11-14) ### Performance Improvements diff --git a/aipipeline/__init__.py b/aipipeline/__init__.py index 57addba..b65a946 100644 --- a/aipipeline/__init__.py +++ b/aipipeline/__init__.py @@ -1,2 +1,2 @@ # aipipeline/__init__.py -__version__ = "0.38.2" +__version__ = "0.39.0"