What's Changed * Workflow refactor by TimMonko in https://github.com/TimMonko/napari-ndev/pull/40 * add PlateMapper class by TimMonko in https://github.com/TimMonko/napari-ndev/pull/41 * add helper functions
What's Changed * fix image concatenation in Image Utilities, pushed to main * update pytest skip for tox to increase codecov by TimMonko in https://github.com/TimMonko/napari-ndev/pull/39
What's Changed * Tests rescale by by TimMonko in https://github.com/TimMonko/napari-ndev/pull/37 * Memory clean up and exception handling by TimMonko in https://github.com/TimMonko/napari-ndev/pull/38 * Logging of batch info and progress by TimMonko in https://github.com/TimMonko/napari-ndev/pull/38 * Adds batch_predict tests by TimMonko in https://github.com/TimMonko/napari-ndev/pull/38 *
**Full Changelog**: https://github.com/TimMonko/napari-ndev/compare/v0.6.0...v0.6.1 * Saves labels now always as np.int32 instead of allowing OS to determine, sometimes problematically as np.int64, which is incompatible with aicsimageio OmeTiffWriter
0.6.0
What's Changed * Refactor and docs by TimMonko in https://github.com/TimMonko/napari-ndev/pull/34 * Adds ability to do napari layer training and prediction with APOC in the Batch APOC widget by TimMonko in https://github.com/TimMonko/napari-ndev/pull/34 * fix filename in utilities widget by TimMonko in https://github.com/TimMonko/napari-ndev/pull/35 * Rgb2 by TimMonko in https://github.com/TimMonko/napari-ndev/pull/36 * Makes working with RGB images possible in the Image Utilities Widget
Making this a new version integer because I'm proud of the work I've done in the past week. Hoping to step back from this a bit and focus on analysis, so this will help me feel accomplished.
What's Changed * change table widget to popout by TimMonko in https://github.com/TimMonko/napari-ndev/pull/31 * add beginning tests for apoc_container by TimMonko in https://github.com/TimMonko/napari-ndev/pull/32 * progress bars and tooltips by TimMonko in https://github.com/TimMonko/napari-ndev/pull/33