Skip to content

1.9.11

Compare
Choose a tag to compare
@pgunn pgunn released this 05 Jul 16:03
49ad3e0

This:

  • Implements border_nan for other types of motion correction (thanks GBarnum)
  • Moves a few unnecessary dynamic imports into being static
  • Pins the minimal version of z5py and some other import issues to fix some oddities
  • Fixes some old code that never worked correctly in view_components()
  • Adds some warnings for not using APIs correctly
  • Fixes #990
  • Fixes some code in rolling_window() for some edge cases
  • Adjusts to tifffile 2022.04.22
  • Fixes an earlier refactor that broke a demo
  • Fixes(?) #983
  • Better handle file extensions
  • Readme improvements
  • Fixes for #959, #970, #971