Releases: TimMonko/napari-ndev
Releases · TimMonko/napari-ndev
Small changes to underlying functions
What's Changed
- Workflow channel fix and cropping fix by @TimMonko in #23
- This might not actually be a fix, and I edited out the "fix" conflict. This is from months ago, so it's a lesson to have better testing (or any testing, for that matter)
Full Changelog: v0.3.0...v0.3.1
New website/documentation
What's Changed
- Docs by @TimMonko in #21
- See https://timmonko.github.io/napari-ndev
Future
- Include examples and tutorial documentation for users
Full Changelog: v0.2.1...v0.3.0
Scene Selection in Utilities Widget
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