Skip to content

v1.24.3

Compare
Choose a tag to compare
@hanjinliu hanjinliu released this 24 Dec 11:29
· 398 commits to main since this release

New Features

  • In Fourier transformation methods such as fft, power_spectra and local_dft, you can set double_precision=True to force float64 and complex128 calculation because single precision sometimes causes non-negligible errors.
  • Floating error in local_dft is minimized by considering periodicity of exponential function. The error between local_dft and fft are now completely even.

Bug Fixes

  • lowpass_filter, highpass_filter did not work on such as "tyx" and "zcyx" images.
  • __turediv__ was incompatible with complex images.
  • enhance_contrast was incompatible with float images.
  • LazyImgArray behaved in slightly different ways compared to ImgArray.

Others

  • Fixed some typings.
  • Add tests of major functions.