Skip to content

v0.4.7

Choose a tag to compare

@tlambert03 tlambert03 released this 27 Oct 13:32
· 11 commits to develop since this release
  • added alpha support for napari viewer. If napari is installed in the environment, it will be enabled as an option in the config "preview type" section. napari is in rapid development, so this should be considered experimental, and you should aim to keep napari up to date.

    To install the most recent napari release:
    pip install napari
    To install the bleeding edge master branch on github:
    pip install git+git://github.com/napari/napari.git

  • allow for no compression binaries to be installed, but deactivate compression checkbox if so

  • fix OTF filepattern searching, (otf search was missing OTFs named according to the documentation)

  • change behavior of "ditch partial files"... should decrease frequency of confusing error message.

  • (hopefully) fixed issue on OSX, where cudaDeconv could not find shared libraries.