Skip to content

v1.24.4

Compare
Choose a tag to compare
@hanjinliu hanjinliu released this 09 Jan 10:21
· 390 commits to main since this release

Bug Fixes

  • Fourier transformation fft and ifft returned wrong results if image has axes other than spatial dimensions.

Changes

  • impy.random is no longer an Random object but now its a submodule. No API change.
  • New random functions, random_uint8 and random_uint16, for easier random image generation.
  • Clearer error handling in imsave.
  • Set scale_unit to "px" if exception happened.