Skip to content

Releases: mbari-org/sdcat

v1.29.1

14 Feb 03:21

Choose a tag to compare

v1.29.1 (2026-02-14)

Documentation

  • docs: correct CHANGE formatting which was munged with b464677 commit (1d9d5e2)

Fix

  • fix: ray, cleanvision (#28)

This fixes issues with clean vision not including low information/dark cleaning, cleaner ray startup/shutdown, and adds rich library to display more visually appealing text progress (31aaafb)

v1.29.0

27 Jan 20:10

Choose a tag to compare

v1.29.0 (2026-01-27)

Feature

  • feat: added support for --skip-existing in sdcat detect command and bumped to python3.12 (13a5958)

v1.28.0

21 Jan 01:03

Choose a tag to compare

v1.28.0 (2026-01-21)

Feature

  • feat: rfdetr supports

This adds support for running RF-DETR models from huggingface. For an example, see the MBARI UAV project repo here: https://huggingface.co/MBARI-org/rf-detrLarge-uavs-detectv0. Also now supports defining the detection model in the config.ini file in the detect section, etc..

[detect] 
# Detection model
model = MBARI-org/rf-detrLarge-uavs-detectv0
``` ([`b464677`](https://github.com/mbari-org/sdcat/commit/b464677b916ab71b4e4e5c8cdd8873aa09febf3f))

v1.27.11

14 Dec 15:26

Choose a tag to compare

v1.27.11 (2025-12-14)

Fix

  • fix: handle cuda or cuda:1, cuda:0 device arguments (a60337d)

Unknown

v1.27.10

05 Sep 00:02

Choose a tag to compare

v1.27.10 (2025-09-05)

Documentation

  • docs: minor correction to JSON (c84c260)

  • docs: minor reformatting (13a0371)

  • docs: minor reformatting (c09d411)

  • docs: added more detail on visualization examples and analysis (3460cf3)

  • docs: some reorg of order & reformatting in README.md for clarity; better description of batching (f0d5260)

  • docs: typo (f33c384)

  • docs: minor addition to badge and intro (62de3ff)

Fix

  • fix: handle out of bounds cluster merge (4681cdd)

Unknown

v1.27.9

03 Jul 18:59

Choose a tag to compare

v1.27.9 (2025-07-03)

Bug Fixes

  • Triggering release with README.md minor changes moving performance to separate section and usage (5e93945)

Detailed Changes: v1.27.8...v1.27.9

v1.27.8

24 Jun 19:13

Choose a tag to compare

v1.27.8 (2025-06-24)

Performance Improvements

  • Add support for rotated exemplar merge; this is a performance enhancement that can reduce total clusters by merging clusters based on the median of the exemplar and its rotated variant (798df04)

Detailed Changes: v1.27.7...v1.27.8

v1.27.7

23 Jun 16:50

Choose a tag to compare

v1.27.7 (2025-06-23)

Bug Fixes

  • Added missing changelog for build and triggering release to generate (297e63a)

Detailed Changes: v1.27.6...v1.27.7

v1.27.6

23 Jun 16:09

Choose a tag to compare

v1.27.6 (2025-06-23)

Chores

  • Remove debugging characters (5e29c2c)

Performance Improvements

  • More aggressive duplicate removal and add low-information removal with cleanvision (dbc52d1)

  • Mostly a refactor and ruff format but remove reassigning exemplars after noise assignment which should never be different (09c871b)


Detailed Changes: v1.27.5...v1.27.6

v1.27.5

20 Jun 22:03

Choose a tag to compare

v1.27.5 (2025-06-20)

Bug Fixes

  • Disable verbose mode for rapids; verbose mode causes and exit condition (58a9b4a)

Detailed Changes: v1.27.4...v1.27.5