Skip to content

Commit

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


## v0.17.0 (2024-10-16)

### Features

* feat: added support for updating the saliency attribute for any project with variable block size, std, and rescaling; run with just compute-saliency uav --scale-percent 50 --min-std 2.0 --block-size 39 --voc-search-pattern <path to your voc/*.xml> ([`6bcb0e4`](https://github.com/mbari-org/aipipeline/commit/6bcb0e4d1b7c216c3758adf24eb20ad289e73507))


## v0.16.6 (2024-10-12)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion aipipeline/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# aipipeline/__init__.py
__version__ = "0.16.6"
__version__ = "0.17.0"

0 comments on commit 5c09111

Please sign in to comment.