Skip to content

Releases: mbari-org/sdcat

v1.10.3

03 Sep 16:00
Compare
Choose a tag to compare

v1.10.3 (2024-09-03)

Fix

  • fix: do not load the last cluster in exemplars (bbc3a9a)

v1.10.2

22 Aug 20:00
Compare
Choose a tag to compare

v1.10.2 (2024-08-22)

Fix

  • fix: trigger release with changes to init.py (e275d9c)

v1.10.1

22 Aug 18:57
Compare
Choose a tag to compare

v1.10.1 (2024-08-22)

Chore

  • chore: revert changes to author list (b7cd5a5)

Fix

  • fix: trigger release with changes to pyproject.toml to update version (6b7f641)

v1.10.0

22 Aug 18:30
Compare
Choose a tag to compare

v1.10.0 (2024-08-22)

Build

  • build: adjust test path (83119fb)

Chore

  • chore: moved tests to root of project (ccf2601)

Documentation

  • docs: added clustering table, transformer paper, and other minor revisions (56b4e17)

Feature

  • feat: added latest 30 and 18k models (673a7f6)

Fix

  • fix: better handling of testing log write permissions (728b145)

Performance

  • perf: removed color image normalization in preprocessing for SAHI and extract min_std and block_size for more flexible application across projects (d9d954a)

v1.9.4

05 Aug 19:22
Compare
Choose a tag to compare

v1.9.4 (2024-08-05)

Build

  • build: install cuda enabled torch (c01259b)

Documentation

  • docs: changing 2 parameters to ISIIS images (417bbf4)

Fix

  • fix: pass through device correctly for clustering (0996b8c)

Test

  • test: adjust plankton detections (25ce6bd)

  • test: adjust per changing for ISIIS images (de1ba65)

v1.9.3

31 Jul 03:10
Compare
Choose a tag to compare

v1.9.3 (2024-07-31)

Ci

  • ci: disable docker build until resolve issue with out of space (59e160f)

Fix

  • fix: skip over HDBSCAN for small cluster (cbf1ea3)

v1.9.2

31 Jul 02:12
Compare
Choose a tag to compare

v1.9.2 (2024-07-31)

Fix

  • fix: handle small cluster dataset reduction plot by switching to PCA and reduce build to only linux (16ab4de)

v1.9.1

31 Jul 01:20
Compare
Choose a tag to compare

v1.9.1 (2024-07-31)

Fix

  • fix: correct handling of single cluster (f6ede19)

v1.9.0

31 Jul 00:01
Compare
Choose a tag to compare

v1.9.0 (2024-07-31)

Ci

  • ci: switch to entrypoint (02d4eb2)

Documentation

  • docs: minor update to intro (ec75265)

Feature

  • feat: added support for arg --cluster-selection-method eof/leaf to support small clusters which work better with eof (6480ac2)

v1.8.4

29 Jul 17:13
Compare
Choose a tag to compare

v1.8.4 (2024-07-29)

Performance

  • perf: migrated to transformers library with batch size of 8, moved some imports to only where needed for some speed-up, and removed unused activation maps. (c5fe725)

Unknown

  • Merge pull request #14 from mbari-org/vitbatch

perf: transformer batching (427931e)