Releases: hanjinliu/impy
Releases · hanjinliu/impy
v2.4.3
What's Changed
- Literal slicing by @hanjinliu in #29
- Add
shift
method. - Add "ndv" as a option for
imshow
. - Allow slicer as the
ref
input fordrift_correction
.
Full Changelog: v2.4.2...v2.4.3
v2.4.2
v2.4.1
v2.4.0
What's Changed
- Fix inefficient lazy imread and imsave by @hanjinliu in #27
- use
permissive=True
for mrc reader. - Return float32 if possible in
mean()
andstd()
.
Full Changelog: v2.3.2...v2.4.0
v2.3.2
v2.3.1
v2.3.0
v2.2.2
v2.2.1
What's New
- Read "interval_ms" metadata of tiff file.
- Improved
polar_pcc
andpolar_zncc
algorithm. has_nan
option inmap_coordinates
.- Experimental support of
.npy
and.npz
IO. - Experimental support of reading
.nd2
file. - Update for
skimage=0.20
.
Bug Fixes
- Bug fix in
lazy_imread
with wildcard. - Bug fix in output scale unit after
binning
. - Bug fix in imsave of mrc file.
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