Skip to content

v1.9.1

Choose a tag to compare

@mrava87 mrava87 released this 25 May 10:30
· 1602 commits to master since this release
50916c5
  • Changed internal behaviour of pylops.sparsity.OMP when
    niter_inner=0. Automatically reverts to Matching Pursuit algorithm.
  • Changed handling of dtype in pylops.signalprocessing.FFT and
    pylops.signalprocessing.FFT2D to ensure that the type of the input
    vector is retained when applying forward and adjoint.
  • Added dtype parameter to the FFT calls in the definition of the
    pylops.waveeqprocessing.MDD operation. This ensure that the type
    of the real part of G input is enforced to the output vectors of the
    forward and adjoint operations.