Releases: chanzuckerberg/cryoet-data-portal
Releases · chanzuckerberg/cryoet-data-portal
v3.0.1
v2.0.0
This version of the Python API represents a breaking change from v1, which was mostly needed to accommodate handling multiple annotation types and formats. See more details below.
What's New
- Added
AnnotationFileto allow multiple annotation files inAnnotation.files. - Added
TomogramAuthorto describe multiple authors inTomogram.authors. Dataset- Added
cell_component_nameandcell_component_id. - Added
key_photo_urlandkey_photo_thumbnail_url.
- Added
DatasetAuthor- Added
author_list_order.
- Added
Tomogram- Added
key_photo_urlandkey_photo_thumbnail_url. - Added
offset_x,offset_y, andoffset_z. - Added
affine_transformation_matrix. - Added
type. - Added
neuroglancer_config.
- Added
Annotation- Added
shapeandformatarguments toAnnotation.download.
- Added
Breaking Changes
- Tomogram
- Removed downsampled MRC volume URLs:
https_mrc_scale1,https_mrc_scale2,s3_mrc_scale1,s3_mrc_scale2. - Removed
binningkeyword argument fromTomogram.download_mrcfile.
- Removed downsampled MRC volume URLs:
- Annotation
- Removed annotation path URLs:
https_annotations_path,s3_annotations_pathand moved toAnnotationFile.https_pathandAnnotationFile.s3_path. - Removed
shape_typeand moved toAnnotationFile. - Removed
object_width,object_weight, andobject_diameter.
- Removed annotation path URLs:
Full changelog: v1.0.1...v2.0.0
v3.0.0
What's Changed
- Set up a full local test infrastructure for testing the CLI by @jgadling in #410
- [breaking] Updates the client to return lists instead of generators for all find() and n:many relationships by @jgadling in #412
New Contributors
- @aganders3 made their first contribution in #294
Full Changelog: v2.0.0...v3.0.0
v1.0.1
fix: Fix model get_by_id
Full Changelog: v1.0.0...v1.0.1