Releases: TimMonko/napari-ndev
Releases · TimMonko/napari-ndev
Batch Utilities Widget
What's Changed
- Updates ReadMe to be more informative overall and include blurbs about each widget.
- Adds batch_utilities widget to easily crop, slice, and select channels of images in batch by @TimMonko in #18
- Bugfixes to other widgets by @TimMonko in #17
Full Changelog: v0.1.1...v0.2.0
v0.1.1
v0.1.0 add Batch widget for napari-workflow
What's Changed
- acquire metadata of input images, requiring aicsimage, to save output images with appropriate metadata (like physical pixel size and image dims) by @TimMonko in #9
- refactor and organize code by @TimMonko in #10
- add batch widget for napari-workflow @TimMonko in #10
Full Changelog: v0.0.5...v0.1.0
v0.0.5 Batch APOC Training and Prediction Widget
What's Changed
- change label layer to int32 before save for Batch Annotation widget by @TimMonko in #6
- fixes bug on Mac since by default labels generated are int64, which is incompatible with AICSImage.save - Batch training and prediction widgets by @TimMonko in #7
- utilizes accelerated pixel and object classifier
Full Changelog: v0.0.4...v0.0.5
v0.0.4 - AICSImage to save
Merge pull request #3 from TimMonko/non-default-save Update _widget.py