Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/mbari-org/biotrack
Browse files Browse the repository at this point in the history
  • Loading branch information
danellecline committed Nov 13, 2024
2 parents 0973610 + 5ea0ecb commit ce0f0cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# CHANGELOG


## v0.1.3 (2024-11-13)

### Performance Improvements

- Replace keypoint with SIFT, increase default cost to 30, and example defaults more realistic
([`ed4eb5f`](https://github.com/mbari-org/biotrack/commit/ed4eb5f200ee87349321704c259be9262464a951))


## v0.1.2 (2024-11-13)


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.1.2"
__version__ = "0.1.3"
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.1.2"
version = "0.1.3"
description = "Tracker based on BioClip and CoTracker3 developed by MBARI"
authors = ["danellecline <[email protected]>"]
license = "Apache"
Expand Down

0 comments on commit ce0f0cb

Please sign in to comment.