Releases: haesleinhuepf/napari-workflows
Releases · haesleinhuepf/napari-workflows
0.2.11
What's Changed
Full Changelog: 0.2.10...0.2.11
0.2.10
What's Changed
- Bugfix filenames turned into image names by @haesleinhuepf in #37
Full Changelog: 0.2.9...0.2.10
0.2.9
0.2.8
Bug fix
- Prevent more imports to fix downstream headless issues
0.2.7
Bug fixes
- An
import napari
statement broke execution in HPC / headless environments
0.2.6
New features
- The update worker of workflows can be paused programmatically (thanks to @jo-mueller)
0.2.4
New features
- make napari usage in generated notebooks optional
- added versions of python libraries to generated python code
0.2.3
New features
- Support for workflow steps with tuples (e.g. SurfaceData and PointsData) as input type
0.2.2
Bugfix
- Crash when function from napari-process-points-and-surfaces were in the workflow (#25 , thanks to @jo-mueller for reporting)
0.2.1
Bugfix:
- import was missing in generated notebook