Skip to content

v1.24.1

Compare
Choose a tag to compare
@hanjinliu hanjinliu released this 11 Nov 01:31
· 413 commits to main since this release

Changes

  • License is changed to BSD 3-Clause.
  • Add reset button in plane clip.
  • The angle axis "<" are all changed to "a".
  • img.shape now returns namedtuple (AxesShape) object.
  • Update table widget etc. for the latest napari.
  • New low-pass filter methods.
  • Force float32 in FFT based filters.
  • Use np.memmap and tempfile in LazyImgArray's release and imsave methods and the performance is largely improved.
  • ScaleDict support __setitem__ and __setattr__.
  • Update typings.
  • Removed label_multiostu and slic methods because they are unstable.
  • Update setup.py for PyPI.

Bug Fixes

  • ifft was not correct.
  • Some correlation functions were not compatible with cupy.