Releases: chanzuckerberg/cryoet-data-portal-backend
Releases · chanzuckerberg/cryoet-data-portal-backend
apiv2: v1.6.0
1.6.0 (2024-12-17)
Features
- Support for Per Section Alignment Parameters DB Import (#369) (ce2643c)
- Support grouping aggregate results by 1:many relationships (#376) (db82957)
Bug Fixes
- Adding is_visualization_default field to tomo ingestion (#350) (a65209f)
- Make sure we support multiple grants for a given funding agency. (#357) (b4441ea)
- remove tiltseries_id check from alignment importer (#374) (1a3a50c)
- Support running v2 db import via batch job. (#356) (a832d2f)
apiv2: v1.5.0
1.5.0 (2024-11-06)
Features
- Expand the Tomgram importer hash function to include processing software (#340) (3a92596)
- update apiv2 db ingestion to support new s3 schema (#324) (02441de)
Bug Fixes
- fixes for db ingestion (#334) (d142394)
- fixes for filtering on related fields. (#343) (9cf033a)
- Only read one alignment per run from the V1 api into the V2 api (#341) (3a7cacf)
apiv2: v1.4.0
1.4.0 (2024-10-16)
Features
- add frame & gain ingestion to db import (#308) (7a167d6)
- Support scraping deposition_types and annotation_method_links (#305) (740cd4c)
apiv2: v1.3.0
1.3.0 (2024-10-08)
Features
- Align v1 and v2 schemas better (#277) (2286dac)
- support importing s3 files into the v2 database (#275) (f04e5f3)
- track gain and mdoc files alongside runs (#280) (483eee8)
Bug Fixes
- add is_standardized back temporarily (#304) (dfe9a8b)
- Date fields on tomograms are net-new so they need to be nullable. (#301) (cf8d2e0)
- keep both
tomogram.is_canonical
and tomogram.is_portal_standard
(#303) (c65e2f6)
- make sure bool comparators don't require int input. (#278) (991d9fa)
- Make sure we're using DB connection pools properly. (#285) (169f8d8)
- schema changes to support synthetic datasets. (#282) (dfa24c0)
- support filtering entities by related object id's (#296) (6879a79)
- Update sync script to sync missing fields. (#281) (c4b7f81)
- use is_standardized rather than is_canonical (dfe9a8b)
- workaround for docker compose bugs. (#295) (78daec3)
apiv2: v1.2.0
1.2.0 (2024-09-11)
Features
apiv2: v1.1.0
1.1.0 (2024-09-10)
Features
apiv2: v1.0.0
1.0.0 (2024-09-06)
Bug Fixes