You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Added pgvector extension
* feat: Added features field to the Classification model
* changed taxon and detection to autocomplete fields in the ClassificationAdmin model
* feat: added similar action to the ClassificationViewset
* chore: changed features vector field name to features_2048
* chore: changed features vector field name to features_2048
* feat: read features vector from processing service ClassificationResponse and save it to Classification object
* test: added tests for PGVector distance metrics
* updated docker-compose.ci.yml to use the same postgres image
* updated docker-compose.ci.yml to use the same postgres image as docker-compose.yml
* updated docker-compose.ci.yml to use the same postgres image as docker-compose.yml
* feat: Added support for clustering detections for source image collections
* feat: Allowed triggering collection detections clustering from admin page
* fix: show unobserved Taxa in view for now
* fix: create & update occurrence determinations after clustering
* feat: add unknown species filter to admin
* fix: circular import
* fix: update migration ordering
* Integrated Agglomerative clustering
* updated clustering request params
* fixed Agglomerative clustering
* fix: disable missing clustering algorithms
* fix: syntax when creating algorithm entry
* feat: command to create clustering job without starting it
* feat: increase default batch size
* fix: better algorithm name
* feat: allow sorting by OOD score
* feat: add unknown species and other fields to Taxon serializer
* fix: remove missing field
* fix: migration conflicts
* feat: fields for investigating occurrence classifications in admin
* fix: filter by feature extraction algorithm
* chore: Used a serializer to handle job params instead of reading them directly from the request objects
* set default ood threshold to 0.0
* test: added tests for clustering
* chore: migration for new algorithm type
* fix: remove cluster action in Event admin until its ready
* chore: move algorithm selection to dedicated function
* fix: update clustering tests and types
* chore: remove external network config in processing services
* feat: update GitHub workflows to run tests on other branches
* fix: hide unobserved taxa by default. todo: add frontend filter to toggle this
---------
Co-authored-by: Michael Bunsen <notbot@gmail.com>
0 commit comments