Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 30, 2024
1 parent 2f040d0 commit 31ac669
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## v0.3.2 (2024-08-30)

### Documentation

* docs: adjust size of plots ([`14bf018`](https://github.com/mbari-org/aipipeline/commit/14bf018afc4e027d20912f7634bc1677838ec31e))

* docs: updated with new metric plots and just recipes ([`0807a9e`](https://github.com/mbari-org/aipipeline/commit/0807a9e85ce62e82741efb324dbb62dc53d4e004))

### Fix

* fix: removed any augmented data for init vss and other minor improvements to plot names ([`2f040d0`](https://github.com/mbari-org/aipipeline/commit/2f040d0fd8ce8ca5625c6b3b3b891b0d3529d9e8))

### Unknown

* reduce cluster size for large image classes ([`20ad2c2`](https://github.com/mbari-org/aipipeline/commit/20ad2c2b1e175c0cfb760f849c93ba25762da19d))

## v0.3.1 (2024-08-28)

### Fix
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.3.1"
__version__ = "0.3.2"

0 comments on commit 31ac669

Please sign in to comment.