v1.24.4
Bug Fixes
- Fourier transformation
fft
andifft
returned wrong results if image has axes other than spatial dimensions.
Changes
impy.random
is no longer anRandom
object but now its a submodule. No API change.- New random functions,
random_uint8
andrandom_uint16
, for easier random image generation. - Clearer error handling in
imsave
. - Set
scale_unit
to"px"
if exception happened.