Skip to content

Releases: chanzuckerberg/napari-cryoet-data-portal

0.5.0

22 Nov 14:30
9dcd268
Compare
Choose a tag to compare

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

05 Sep 18:03
761a2ca
Compare
Choose a tag to compare

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

21 May 20:24
ce940d2
Compare
Choose a tag to compare

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

01 Apr 15:51
8f5c5c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

0.3.0

31 Jan 22:45
e285545
Compare
Choose a tag to compare

What's Changed

  • Upgrade to cryoet-data-portal client v3.0 by @jgadling in #28

New Contributors

Full Changelog: v0.2.1...v0.3.0

0.2.1

15 Dec 01:23
ad618c2
Compare
Choose a tag to compare

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

01 Dec 18:23
966a523
Compare
Choose a tag to compare

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

14 Aug 17:41
2f0bff4
Compare
Choose a tag to compare

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.