Releases: mbari-org/sdcat
Releases · mbari-org/sdcat
v1.10.3
v1.10.3 (2024-09-03)
Fix
- fix: do not load the last cluster in exemplars (
bbc3a9a
)
v1.10.2
v1.10.2 (2024-08-22)
Fix
- fix: trigger release with changes to init.py (
e275d9c
)
v1.10.1
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
v1.10.0 (2024-08-22)
Build
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
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
v1.9.3
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
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
v1.9.1 (2024-07-31)
Fix
- fix: correct handling of single cluster (
f6ede19
)
v1.9.0
v1.9.0 (2024-07-31)
Ci
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
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
)