From fab429663d5b5cce9c9282b726d9455cda5f8ad9 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 17 Dec 2024 21:25:47 +0000 Subject: [PATCH] 0.7.6 Automatically generated by python-semantic-release --- CHANGELOG.md | 21 +++++++++++++++++++++ biotrack/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef8ec4e..7940657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # CHANGELOG +## v0.7.6 (2024-12-17) + +### Build System + +- Added missing transformer dep + ([`4300da1`](https://github.com/mbari-org/biotrack/commit/4300da1287ad55b25b37e69cf6d32fffbecce808)) + +### Chores + +- Change device id to gpu id kwargs + ([`f743694`](https://github.com/mbari-org/biotrack/commit/f743694d072d7be46d3767e03c4a119adb169049)) + +- Renamed model arg to vits_model + ([`0aa0c4b`](https://github.com/mbari-org/biotrack/commit/0aa0c4ba7ced52ae1a89d16f9195d19024d6488a)) + +### Performance Improvements + +- Reduce to top 5 gcam for spped-up and slight mods of args for use in aipipeline + ([`09e9e42`](https://github.com/mbari-org/biotrack/commit/09e9e4222e6bf773f88a0aab601d938aa25a5354)) + + ## v0.7.5 (2024-12-12) diff --git a/biotrack/__init__.py b/biotrack/__init__.py index 42e0232..02e5dd6 100644 --- a/biotrack/__init__.py +++ b/biotrack/__init__.py @@ -1,2 +1,2 @@ # biotrack/__init__.py -__version__ = "0.7.5" \ No newline at end of file +__version__ = "0.7.6" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 07db131..96d16f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "biotrack" -version = "0.7.5" +version = "0.7.6" description = "Tracker based on BioClip and CoTracker3 developed by MBARI" authors = ["danellecline "] license = "CC-BY-NC-SA-4.0"