Skip to content

Commit

Permalink
BREAKING CHANGE: adjust the data model to support tomograms of multip…
Browse files Browse the repository at this point in the history
…le sizes (#4)

* fix: update the client to support our new data model
* Update documentation for new data model
* Fix readme link
* fix: fix tests to reflect data model changes.
  • Loading branch information
jgadling committed Jun 8, 2023
1 parent 4451ae3 commit 60a0025
Show file tree
Hide file tree
Showing 8 changed files with 1,165 additions and 1,317 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Community Cryo-Electron Tomography Data Portal
CryoET Data Portal docs, tools, and api client.

[Please see our Landing Page here!](https://github.com/chanzuckerberg/cryoet-data-portal/)
[Please see our Landing Page here!](https://chanzuckerberg.github.io/cryoet-data-portal/)
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import importlib_metadata as metadata # type: ignore[no-redef]

from ._client import Client
from ._models import Annotation, AnnotationAuthor, Dataset, DatasetAuthor, DatasetFunding, Run, TiltSeries, Tomogram
from ._models import Annotation, AnnotationAuthor, Dataset, DatasetAuthor, DatasetFunding, Run, TiltSeries, Tomogram, TomogramVoxelSpacing

try:
__version__ = metadata.version("cryoet_data_portal")
Expand All @@ -29,4 +29,5 @@
"Run",
"TiltSeries",
"Tomogram",
"TomogramVoxelSpacing",
]
184 changes: 107 additions & 77 deletions client/python/cryoet_data_portal/src/cryoet_data_portal/_models.py

Large diffs are not rendered by default.

Loading

0 comments on commit 60a0025

Please sign in to comment.