Skip to content

v1.3.4

Compare
Choose a tag to compare
@pattonw pattonw released this 13 Jun 23:36
· 79 commits to main since this release

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 and GPGraphSource 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 the BatchFilter it inherits from.
  • Fix subsampling in the DeformAugment. Add tests to cover this behavior