Skip to content

Commit

Permalink
0.7.6
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 17, 2024
1 parent 09e9e42 commit fab4296
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# CHANGELOG


## v0.7.6 (2024-12-17)

### Build System

- Added missing transformer dep
([`4300da1`](https://github.com/mbari-org/biotrack/commit/4300da1287ad55b25b37e69cf6d32fffbecce808))

### Chores

- Change device id to gpu id kwargs
([`f743694`](https://github.com/mbari-org/biotrack/commit/f743694d072d7be46d3767e03c4a119adb169049))

- Renamed model arg to vits_model
([`0aa0c4b`](https://github.com/mbari-org/biotrack/commit/0aa0c4ba7ced52ae1a89d16f9195d19024d6488a))

### Performance Improvements

- Reduce to top 5 gcam for spped-up and slight mods of args for use in aipipeline
([`09e9e42`](https://github.com/mbari-org/biotrack/commit/09e9e4222e6bf773f88a0aab601d938aa25a5354))


## v0.7.5 (2024-12-12)


Expand Down
2 changes: 1 addition & 1 deletion biotrack/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# biotrack/__init__.py
__version__ = "0.7.5"
__version__ = "0.7.6"
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 = "biotrack"
version = "0.7.5"
version = "0.7.6"
description = "Tracker based on BioClip and CoTracker3 developed by MBARI"
authors = ["danellecline <[email protected]>"]
license = "CC-BY-NC-SA-4.0"
Expand Down

0 comments on commit fab4296

Please sign in to comment.