v2.2.2
Changes
- All the array classes are now generic.
- Allow list/tuple input in
set_scale
. - Overload
np.diff
andnp.gradient
to allow string axis input. - Support sequence input in
rescale
.
Bug Fixes
- Fix wrong results of
iradon
with odd number pixel sizes.