Skip to content

Latest commit

 

History

History
402 lines (199 loc) · 9.58 KB

CHANGELOG.md

File metadata and controls

402 lines (199 loc) · 9.58 KB

CHANGELOG

v0.15.0 (2024-12-05)

Bug Fixes

  • Handle errors when creating embedding model in MainWindow (ac8f4b4)

Features

  • Add new intensity and hue variance sort methods (b13875b)

v0.14.0 (2024-11-13)

Features

  • Add bulk input for UUIDs in query filters #81 (d0420eb)

v0.13.0 (2024-10-02)

Documentation

Features

  • Add LaplacianVarianceSort for sorting by sharpness (a8e2dee)

  • Added a new sorting method called LaplacianVarianceSort to the SortMethod class in sort_methods.py. - This sorting method calculates the Laplacian variance of the grayscale ROI of each RectWidget and uses it as the sorting key. - The Laplacian variance is calculated using the cv2.Laplacian function from the OpenCV library. - The SortDialog class in SortDialog.py was updated to include the new sorting method.

v0.12.1 (2024-05-14)

Performance Improvements

  • Use best available torch backend for embedding (59dcc06)

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.

v0.12.0 (2024-05-10)

Features

Requires a CUDA-enabled GPU.

v0.11.0 (2023-12-21)

Bug Fixes

  • Grab focus in login dialog on startup (0995775)

  • Open into log directory in macOS (aa6d37d)

  • Update observation UUID constraint (946779f)

Features

  • Add button to open log directory (a87b78e)

v0.10.0 (2023-12-14)

Bug Fixes

  • Add all localizations from the same video into S2 (99ea7a0)

  • Reset to recorded timestamp sort on new query (a8144cc)

Features

  • Add verifier and verified query filters (d94ab98)

v0.9.0 (2023-12-13)

Bug Fixes

  • Add error dialog when saving localizations fails (cf92bb3)

  • Maintain sort across updates (29e6483)

Related to #49

  • Maintain sort options in dialog, don't auto re-sort (abfd1b9)

Chores

Features

  • Add "hide unverified" button (52b477d)

Closes #55

Closes #63

v0.8.1 (2023-12-12)

Bug Fixes

  • Fix parsing of native timestamp with tzoffset (2cf39f2)

  • Run 'open -a' command when showing in S2 (5cf7307)

On macOS, call 'open -a' to open Sharktopoda 2 (or bring it to the forefront if it's already open) when showing a localization. (#42)

  • Turn off touch events re: macOS QTBUG-103935 (3bfc0d7)

Set attribte WA_AcceptTouchEvents to false in GraphicsViews. See QTBUG-103935 for details.

This resolves the "qt.pointer.dispath: Skipping QEventPoint" message spam issue in the terminal.

Chores

  • Add macOS codesign identity/bundle ident (2a9b03d)

v0.8.0 (2023-12-05)

Bug Fixes

  • Bring S2 video window top-level (340601a)

Invoke the show command in Sharktopoda 2 when a localization is shown. Closes #42

Code Style

  • Improve spacing, borders in grid view (f95787a)

Closes #41

Features

Closes #53

v0.7.0 (2023-12-04)

Bug Fixes

  • Fix default value assign in SettingProxy init (e7b27e8)

  • Make annotation detail info read-only (45516f0)

Chores

Features

  • Add Sharktopoda autoconnect setting (4ab6463)

Defaults to on.

  • Add un/verify buttons, refactor label logic (551857c)

v0.6.0 (2023-12-01)

Bug Fixes

  • Enable manifest file indentation (94f9541)

Chores

  • Pin poetry-publish to semantic-release tag (eb8cb62)

Features

  • Add cache controller and settings UI (22a0e15)

  • Integrate initial image caching (62637f5)

v0.5.4 (2023-11-30)

Bug Fixes

  • Fix observation observer value parsing (06802fd)

Previously, the "Observation observer" field in the details list was being incorrectly populated.

Chores

  • Fix Poetry publish in CI (d4cefba)

Code Style

  • Update window title to include version (c6a50d5)

e.g. "VARS GridView v0.5.4"

v0.5.3 (2023-11-30)

Bug Fixes

  • Pin TDS version back to 7.0 (dd64838)

pymssql with TDS 7.3 parses datetime2 as datetime, leading to a drop in timestamp resolution (100 ns -> ~3 ms). This causes incorrect frames to occasionally be grabbed from Beholder.

v0.5.2 (2023-11-29)

Bug Fixes

Chores

  • Update CI workflow to include poetry publishing (777066d)

Remove pyinstaller build/release for now

v0.5.1 (2023-11-28)

Bug Fixes

  • Sharktopoda resize calculation (f5a7716)

v0.5.0 (2023-11-27)

v0.4.8 (2023-11-27)

v0.4.7 (2023-11-21)

v0.4.6 (2023-11-20)

v0.4.5 (2023-11-16)

v0.4.4 (2023-11-16)

v0.4.3 (2023-11-14)

v0.4.2 (2023-11-13)

v0.4.1 (2023-11-13)

v0.4.0 (2023-11-13)

v0.3.17 (2023-11-13)

v0.3.16 (2023-11-07)

v0.3.15 (2023-11-07)

v0.3.14 (2023-10-04)

v0.3.13 (2023-10-04)

v0.3.12 (2023-10-04)

v0.3.11 (2023-10-04)

v0.3.10 (2023-09-26)

v0.3.9 (2023-09-25)

v0.3.8 (2023-09-25)

v0.3.7 (2023-08-22)

v0.3.6 (2023-08-22)

v0.3.5 (2023-08-21)

v0.3.4 (2023-08-18)

v0.3.3 (2023-08-18)

v0.3.2 (2023-08-01)

v0.3.1 (2023-08-01)

v0.3.0 (2023-06-15)

v0.2.8 (2023-06-13)

v0.2.7 (2023-06-08)

v0.2.6 (2023-06-08)

v0.2.5 (2023-03-24)

v0.2.4 (2023-03-22)

v0.2.3 (2023-03-22)

v0.2.2 (2023-03-13)

v0.2.1 (2023-02-17)

v0.2.0 (2023-02-17)

v0.1.1 (2023-02-03)

v0.1.0 (2022-11-08)