Skip to content

Releases: haesleinhuepf/napari-workflows

0.2.11

14 Aug 11:47
Compare
Choose a tag to compare
0.2.11 Pre-release
Pre-release

What's Changed

  • use stackview.insight to display results in notebooks by @thawn in #40

Full Changelog: 0.2.10...0.2.11

0.2.10

04 Nov 08:03
5bd0c3f
Compare
Choose a tag to compare
0.2.10 Pre-release
Pre-release

What's Changed

Full Changelog: 0.2.9...0.2.10

0.2.9

22 Jun 14:26
Compare
Choose a tag to compare
0.2.9 Pre-release
Pre-release

What's Changed

  • fix IndexError for layer names with double underscores by @thawn in #35

New Contributors

  • @thawn made their first contribution in #35

Full Changelog: 0.2.8...0.2.9

0.2.8

24 Nov 14:26
Compare
Choose a tag to compare
0.2.8 Pre-release
Pre-release

Bug fix

  • Prevent more imports to fix downstream headless issues

0.2.7

24 Nov 12:34
Compare
Choose a tag to compare
0.2.7 Pre-release
Pre-release

Bug fixes

  • An import napari statement broke execution in HPC / headless environments

0.2.6

06 Oct 06:41
Compare
Choose a tag to compare
0.2.6 Pre-release
Pre-release

New features

  • The update worker of workflows can be paused programmatically (thanks to @jo-mueller)

0.2.4

17 Sep 15:16
Compare
Choose a tag to compare
0.2.4 Pre-release
Pre-release

New features

  • make napari usage in generated notebooks optional
  • added versions of python libraries to generated python code

0.2.3

01 Jun 15:54
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

New features

  • Support for workflow steps with tuples (e.g. SurfaceData and PointsData) as input type

0.2.2

01 Jun 15:05
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

Bugfix

  • Crash when function from napari-process-points-and-surfaces were in the workflow (#25 , thanks to @jo-mueller for reporting)

0.2.1

15 May 13:00
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Bugfix:

  • import was missing in generated notebook