Releases: chanzuckerberg/napari-cryoet-data-portal
0.5.0
What's Changed
- Update the plugin to use the new Python client by @andy-sweet in #35
Full Changelog: v0.4.1...v0.5.0
0.4.1
What's Changed
- Fix color choice based on object ID by @uermel in #32
- Only rescale points for older napari versions by @andy-sweet in #33
- Increase timeouts for tests that open and load data by @andy-sweet in #34
New Contributors
Full Changelog: v0.4.0...v0.4.1
0.4.0
What's Changed
- Load dense segmentation and oriented-point annotations by @andy-sweet in #21
- Fix point offset and scale issue with scaled data
Full Changelog: v0.3.1...v0.4.0
0.3.1
What's Changed
- Use image scale for points annotations by @andy-sweet in #29
Full Changelog: v0.3.0...v0.3.1
0.3.0
0.2.1
This patch release makes a small but important bug fix to support the new CryoET data portal schema that is now live and in production.
What's Changed
- Update usage of GraphQL client to match new schema by @andy-sweet in #20
Full Changelog: v0.2.0...v0.2.1
Note
This is still in development and the small public API is not stable yet, hence the major version number of 0. New releases will typically increment the minor version number and could represent breaking changes as the API is not stable. Occasionally there may be a need for quick bug fix releases, which will increment the patch version number and will not include breaking changes.
0.2.0
This release makes a few small changes from the initial release.
New features
- Query datasets, runs, voxel spacings, and tomograms by ID for faster listings (#13).
- Add a check-box to prevent clearing existing layers when opening tomograms (#15).
Bug fixes
- Fixed small image offset issue of different multi-scale levels (#11).
This is still in development and the small public API is not stable yet, hence the major version number of 0. New releases will typically increment the minor version number and could represent breaking changes as the API is not stable. Occasionally there may be a need for quick bug fix releases, which will increment the patch version number and will not include breaking changes.
0.1.0
This is the initial public release of the napari cryoET data portal plugin and includes the following functionality.
- List datasets and tomogram runs from the portal in an interactive tree.
- Show searchable metadata of datasets and tomograms.
- Click on a run to quickly open a low resolution tomogram and its annotations.
- API for reading tomograms and annotations as napari layers.
- Provide sample data examples.
This is still in development and the small public API is not stable yet, hence the major version number of 0.