Skip to content

Commit

Permalink
0.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 May 14, 2024
1 parent 59dcc06 commit f99d657
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v0.12.1 (2024-05-14)

### Performance

* perf: use best available torch backend for embedding

Automatically detect and use the best available backend for PyTorch. This is used to specify the device on which to compute the embeddings. Currently, this searches in order:
1. CUDA
2. MPS

If no device is available, this process will fall back on the CPU. ([`59dcc06`](https://github.com/mbari-org/vars-gridview/commit/59dcc06eaeaa6db7e833c55caf7d8871fdbbab73))


## v0.12.0 (2024-05-10)

### Feature
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 = "vars-gridview"
version = "0.12.0"
version = "0.12.1"
description = "VARS GridView is a tool for reviewing and correcting VARS localizations in bulk."
authors = [
"Kevin Barnard <kbarnard@mbari.org>",
Expand Down

0 comments on commit f99d657

Please sign in to comment.