Skip to content

Release v0.3.6

Choose a tag to compare

@tachella tachella released this 09 Nov 16:41
· 163 commits to main since this release
534ccdd

New Features

  • Add dataset for patch sampling from (large) nD images without loading entire images into memory (#806 by Vicky De Ridder)
  • Add support for 3D CNNs (#869 by Vicky De Ridder)
  • Add support for complex dtypes in WaveletDenoiser, WaveletDictDenoiser and WaveletPrior (#738 by Chaithya G R)
  • dinv.io functions for loading DICOM, NIFTI, COS, GEOTIFF etc. (#768 by Andrew Wang)

Changed

  • load_np_url now returns tensors, load_url helper function moved to io (#768 by Andrew Wang)
  • utils/signal.py renamed to signals.py to avoid stdlib conflict (#768 by Andrew Wang)
  • utils.get_data_home now creates folder if not exist (#768 by Andrew Wang)

Fixed

  • Blur physics objects now put new filters to physics device regardless of input filter device (#844 by Vicky De Ridder)
  • Set14HR dataset now downloads from a different source (and has slightly different folderstructure), since old link broke. (#845 by Vicky De Ridder)
  • LsdirHR dataset now downloads from a different source (since old link broke) and correctly contains the specific folder images, instead of everything in root (#866 by Vicky De Ridder)
  • Fix typo in docstring of ItohFidelity and SpatialUnwrapping demo (#860 by Brayan Monroy)
  • Fix unhandled import error in CBSD68 if datasets is not installed (#868 by Johannes Hertrich)
  • Add support for complex signals in PSNR (#738 by Jérémy Scanvic)