Skip to content

Commit

Permalink
1.12.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 29, 2024
1 parent b7e913e commit 141ef19
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# CHANGELOG


## v1.12.1 (2024-10-29)

### Performance Improvements

* perf: always run saliency on multiproc regardless of cpu or gpu as it is not gpu enabled ([`b7e913e`](https://github.com/mbari-org/sdcat/commit/b7e913e855899c90c89eaa3f32d6156a8ffc6849))


## v1.12.0 (2024-10-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdcat"
version = "1.12.0"
version = "1.12.1"
description = "Sliced Detection and Clustering Analysis Toolkit - Developed by MBARI"
authors = [
"Danelle Cline <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion sdcat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# sdcat/__init__.py
__version__ = "1.12.0"
__version__ = "1.12.1"

0 comments on commit 141ef19

Please sign in to comment.