v2.2.0
New Features
-
New methods in
ImgArray
min
,max
,std
,sum
,mean
: Basic reduction with support of string axis.np.cross
now supportsImgArray
input with string axis.as_rgba
: convert an image into a RGBA image.
-
New methods in
LazyImgArray
radon
,iradon
: Lazy Radon transformation and its inverse.wiener
,lucy
: Deconvolution (reverted by dropping support of tiled deconvolution).
-
New class:
BigImgArray
(see docs).
Changes
- Support
like
argument in many array constructors, such asip.array
andip.random.normal
. - Return
self
instead ofNone
forset_scale
. Similarly, new methodset_axes
can be used instead ofaxes
property. - Don't use
dask.core.Array
preparing for the newerdask
version. - Use
da.store
to cacheLazyImgArray
into a memory map. - Use generic wrapper and call
scipy.fft
inside dask FFT.
Bug Fixes
ImgArray.iradon
ImgArray.transpose