Skip to content

Releases: haesleinhuepf/napari-workflows

0.2.0

15 May 11:57
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

New features

  • Backend for undo/redo functionality (big thanks to @Cryaaa !)
  • More coding hints in generated notebook code

0.1.8

20 Apr 17:02
Compare
Choose a tag to compare
0.1.8 Pre-release
Pre-release

Bug fix:

  • Generated Jupyter notebooks should not check if "viewer" is in globals() (thanks to @ndobaria for reporting the issue)

0.1.7

26 Mar 15:37
Compare
Choose a tag to compare
0.1.7 Pre-release
Pre-release

New features

  • Special code when exporting jupyter notebooks

0.1.6

20 Mar 11:24
Compare
Choose a tag to compare
0.1.6 Pre-release
Pre-release

New features

  • In code generation, variable names are shorter (image1_gb instead of image_Result_of_Gaussian_blur)
  • comment headlines can be used to generate jupyter notebooks in the napari-assistant

Bug fixes

  • code is generated in the right order

0.1.5

10 Feb 22:04
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release

Bug fixes:

  • Removed debug traces when the dims slider was moved
  • Removed viewer from output when printing a workflow (Thanks to @Cryaaa)

0.1.4

06 Feb 15:51
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

New features

0.1.2

01 Jan 15:13
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

This is just a maintenance update

New features

  • Minor documentation update
  • Running test
  • Code coverage

0.1.1

24 Dec 14:12
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

First release

New features

  • Workflow data structure
  • WorkflowManager for managing workflows on a technial level in napari