Skip to content

Releases: TimMonko/napari-ndev

Batch Utilities Widget

30 Mar 13:37
e0babfd
Compare
Choose a tag to compare

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

08 Mar 15:26
eae461e
Compare
Choose a tag to compare

What's Changed

  • Update _widget.py by @TimMonko in #14
    • Add ability to keep original images with workflow widget
    • Adds setting location of classifier directory for training widget

Full Changelog: v0.1.0...v0.1.1

v0.1.0 add Batch widget for napari-workflow

02 Mar 13:13
923c113
Compare
Choose a tag to compare

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

11 Feb 01:53
de91d41
Compare
Choose a tag to compare

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

03 Feb 23:14
fb329c7
Compare
Choose a tag to compare
Merge pull request #3 from TimMonko/non-default-save

Update _widget.py

v0.0.3

31 Jan 17:29
Compare
Choose a tag to compare

deploy API fix

v0.0.2

31 Jan 17:00
Compare
Choose a tag to compare

Fixed test widget, since didn't realize this failed pytest earlier. Tox may just pass on most systems as long as pytest is ok

v0.0.1

30 Jan 14:49
Compare
Choose a tag to compare
to main release despite tests