v1.3.4
Bug fixes:
- Snapshot node: removed depricated numpy function
np.asscalar
. Improved docstring to mention zarr storage options - Moved two sources from tests to gunpowder.
GPArraySource
andGPGraphSource
which make it easy to provide data directly to your pipeline by providing a simple array or graph along with their associated key. - remove many references to depricated
scipy.ndimage
submodules (measurements
,morphology
,interpolation
). - Simplify the
RandomLocation
provide
method since it doesn't need the same features as theBatchFilter
it inherits from. - Fix subsampling in the
DeformAugment
. Add tests to cover this behavior