Skip to content

Releases: cvisionai/tator

1.2.4

08 Jan 21:37
70f5773
Compare
Choose a tag to compare
  • Fixes issue with token refresh when Keycloak is enabled.

1.2.3

05 Jan 18:43
da7ec51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...1.2.3

1.2.2

08 Dec 03:30
Compare
Choose a tag to compare
  • Fixes an issue that caused data loss on attribute renames for rows where the old key in the attributes field did not exist.
  • Fixes a UI issue where the track menu could not be accessed.

1.2.1

08 Nov 03:07
Compare
Choose a tag to compare
  • Revert change forcing use of internal host for algorithm workflows, which breaks some workflows
  • Prevent incorrect entity selection on patch

1.2.0

04 Nov 02:23
Compare
Choose a tag to compare

Release Notes

Annotation Page

Added Features

  • Added canvas applet framework (GitHub Issue: #1214, #1414)
  • Improved polygon drawing speeds (GitHub Issue: #1408)
  • Added “p” shortcut for pan (GitHub Issue: #1210)
  • Maintain aspect ratio with zoom (GitHub Issue: #1188)

Bugfixes

  • Fixed bug where the recently saved localization was not selected in the entity browser (GitHub Issue: #1383)
  • Fixed video canvas overlapping with other UI components (GitHub Issue: #1466)
  • Fixed time text not being centered (GitHub Issue: #1378)
  • Fixed cases where the localization was not higlighted in the video canvas (GitHub Issue: #1443)
  • Fixed coordinate display for images (GitHub Issue: #1406)
  • Fixed portrait mode images being erroneously stretched (GitHub Issue: #1360)
  • Fixed case where the save dialog was not visible (GitHub Issue: #1285)
  • Fixed not handling EXIF-based orientation data for images (GitHub Issue: #1178)
  • Fixed cases where the annotator’s filter UI was not displaying the correct metadata options (GitHub Issue: #1449)

Project Detail Page

Bugfixes

  • Fixed bug where != was erroneously displaying == in saved searches (GitHub Issue: #1438)

Localization Gallery

Bugfixes

  • Fixed video frame thumbnails not being shown in the side panel (GitHub Issue: #1393)

File Portal

Bugfixes

  • Fixed file list not filtering into separate pages by file type (GitHub Issue: #1246)

Project Settings Page

Bugfixes

  • Fixed bug where multiple memberships were not properly created (GitHub Issue: #1374)
  • Fixed bug where multiple invitations were not sent (GitHub Issue: #1266)

Miscellaneous

Added Features

  • Improved query time across REST endpoints (GitHub Issue: #1415, #1427)
  • Added backoff to chunked_create function in tator-py (GitHub Issue: #1420)
  • Added WoRMS configuration in REST endpoints (GitHub Issue: #1044)
  • Added elemental ID to filter UI options (GitHub Issue: #1351)

1.1.3

08 Sep 02:50
ae51d6a
Compare
Choose a tag to compare
  • Fixes an issue with playback of older videos
  • Makes modal dialogs scrollable

1.1.2

04 Sep 01:22
8a40004
Compare
Choose a tag to compare
  • Fixes backward incompatibility in tator-py

1.1.1

12 Aug 02:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

22 Jul 18:56
Compare
Choose a tag to compare

Tator v1.1.0 Release Notes:

Annotator Page

Added Features

  • Updated tooltips to video control buttons. (#1156)
  • Added keyboard shortcut (E) for localization edit/redraw. (#1288)
  • Added keyboard shortcut for skip 1 minute (CTRL + Right Arrow/Left Arrow). (#1281)
  • Updated timeline bar to always display a minimum size for all states. This ensures they are always visible. (#1196)
  • Updated annotation browser to stay hidden if toggled. Previously, if the user creates a localization or state, the browser will toggle open. (#1159)
  • Updated More/Less toggles in the annotation browser to apply when switching between media. (#1159)
  • Enabled CSS class-based styling to the attribute panel. (#1298)
  • Cleaned up miscellaneous annotation browser UI elements. (#1159)
  • Updated certain UI elements to be disabled during video playback. (#1029)

Bug Fixes

  • Fixed bug where applets were not loaded due to Keycloak associated logic (#1313)
  • Fixed bug where states (ie tracks) with thousands of associated localizations would cause an error. (#1160)
  • Fixed bug where a user deletes a localization associated with a state, its ID was not removed from the state’s localization ID list. (#1005)
  • Fixed bug where dialog boxes were opening at page top instead of screen top. (#1166)
  • Fixed bug where the cursor was not changing styles. (#1309)
  • Removed legacy Safe Mode. (#824)
  • Fixed track database access. (#44)
  • Fixed issue where username whitespace and case sensitivity would cause problems. (#1163)
  • Fixed filter UI using tator_user_sections instead of section IDs. (#1052)
  • Fixed bug where saved searches were not being applied to the filter UI. (#1054)

Project Detail Page

Added Features

  • Added section ID in the section’s header. (#1110)

Bug Fixes

  • Fixed bug with filter UI not displaying the filter condition pills. (#1260)

Backend

Added Features

  • Added fast decode option to SVT-AV1. (#1232)
  • Changed OSS Tator deployment to utilize Docker Compose. (#961)
  • Optimized transcoding for extra long video file inputs. (#1091)
  • Added additional pixel formats (yuv420p, yuv420p101e, yuv422p, yuv444p). (#847)
  • Added resource usage and HW preamble in transcoding process. (#928)
  • Added support for cross origin images. (#576)
  • Annotator folder moved into the tator-js submodule. (#1023)
  • Removed use of GraphQL. (#1147)
  • Added retry and backoff logic to CI steps. (#977)

Bug Fixes

  • Rotation metadata ignored to prevent the transcoding process from crashing. (#1332)
  • Fixed Affiliations endpoint response to match the spec. (#1311)
  • Fixed REST interface not showing all the endpoints. (#1270)

1.0.5

19 Jun 16:19
Compare
Choose a tag to compare
  • Add id as built-in attribute
  • Fix attribute queries for related searches
  • Fix issues with elemental IDs