Skip to content

Releases: cvisionai/tator

1.2.7

12 Apr 19:55
4ad4e04
Compare
Choose a tag to compare

What's Changed

  • [Hotfix] Fix UI load issue on projects with many metadata types by @bctcvai in #1612

Full Changelog: 1.2.6...1.2.7

1.2.6

10 Apr 16:08
Compare
Choose a tag to compare

What's Changed

  • Various Keycloak fixes
  • Esoteric selection bug in annotator caused by making annotations while a video is playing
  • Backports to tator-py to fix test ordering issues

Full Changelog: 1.2.5...1.2.6

1.2.5

19 Jan 20:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.4...1.2.5

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