Skip to content

Latest commit

 

History

History
269 lines (229 loc) · 14.3 KB

CHANGELOG.rst

File metadata and controls

269 lines (229 loc) · 14.3 KB

Change Log

This change log is for the main branch. It contains changes for each release, with the date and author of each change.

Current

New Features

Fixed

Changed

v0.2.2

New Features

Fixed

Changed

v0.2.1

New Features

Fixed

Changed

v0.2.0

Many of the features in this version were developed by Minh Hai Nguyen, Pierre Weiss, Florian Sarron, Julian Tachella and Matthieu Terris during the IDRIS hackathon.

New Features

  • Added a parameterization of the operators and noiselevels for the physics class
  • Added a physics.functional submodule
  • Modified the Blur class to handle color, grayscale, single and multi-batch images
  • Added a PhysicsGenerator class to synthetize parameters for the forward operators
  • Added the possibility to sum generators
  • Added a MotionBlur generator
  • Added a DiffractionBlur generator
  • Added a MaskGenerator for MRI
  • Added a SigmaGenerator for the Gaussian noise
  • Added a tour of blur operators
  • Added ProductConvolution expansions
  • Added a ThinPlateSpline interpolation function
  • Added d-dimensional histograms
  • Added GeneratorMixture to mix physics generators
  • Added the SpaceVarying blur class
  • Added the SpaceVarying blur generators
  • Added pytests and examples for all the new features
  • A few speed ups by carefully profiling the training codes
  • made sigma in drunet trainable
  • Added Trainer, Loss class and eval metric (LPIPS, NIQE, SSIM) (:gh:`181` by Julian Tachella) - 02/04/2024
  • PhaseRetrieval class (:gh:`176` by Zhiyuan Hu) - 20/03/2024
  • Added 3D wavelets (:gh:`164` by Matthieu Terris) - 07/03/2024
  • Added patch priors loss (:gh:`164` by Johannes Hertrich) - 07/03/2024
  • Added Restormer model (:gh:`185` by Antoine Regnier and Maxime SONG) - 18/04/2024
  • Added DIV2K built-in dataset (:gh:`203` by Maxime SONG) - 03/05/2024
  • Added Urban100 built-in dataset (:gh:`237` by Maxime SONG) - 07/06/2024
  • Added Set14 / CBSD68 / fastMRI buit-in datasets (:gh:`248` :gh:`249` :gh:`229` by Maxime SONG) - 25/06/2024

Fixed

  • Fixed the None prior (:gh:`233` by Samuel Hurault) - 04/06/2024
  • Fixed the conjugate gradient torch.nograd for teh demos, accelerated)
  • Fixed torch.nograd in demos for faster generation of the doc
  • Corrected the padding for the convolution
  • Solved pan-sharpening issues
  • Many docstring fixes
  • Fixed slow drunet sigma and batched conjugate gradient (:gh:`181` by Minh Hai Nguyen) - 02/04/2024
  • Fixed g dependence on sigma in optim docs (:gh:`165` by Julian Tachella) - 28/02/2024

Changed

v0.1.1

New Features

Fixed

Changed

v0.1.0

New Features

Fixed

Changed

Authors