From 145883e0b933a51283d82d0f1d4709a24b428d00 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 18 Sep 2024 16:12:23 +0000 Subject: [PATCH] 1.11.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- sdcat/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ca056..90aedac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v1.11.0 (2024-09-18) + +### Feature + +* feat: add to cluster command option --skip-visualization since this takes some time and is not needed for prod ml workflows ([`48d1f19`](https://github.com/mbari-org/sdcat/commit/48d1f1955510ad2269def64dee9e14b96db36c0f)) + ## v1.10.5 (2024-09-13) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 998d7d4..1405b17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sdcat" -version = "1.10.5" +version = "1.11.0" description = "Sliced Detection and Clustering Analysis Toolkit - Developed by MBARI" authors = [ "Danelle Cline ", diff --git a/sdcat/__init__.py b/sdcat/__init__.py index 9cc0b23..823918a 100644 --- a/sdcat/__init__.py +++ b/sdcat/__init__.py @@ -1,2 +1,2 @@ # sdcat/__init__.py -__version__ = "1.10.5" \ No newline at end of file +__version__ = "1.11.0" \ No newline at end of file