- Added
prescaled
input parameter topylops_distributed.waveeqprocessing.MDC
andpylops_distributed.waveeqprocessing.Marchenko
- Added
dtype
parameter to theFFT
calls in the definition of thepylops_distributed.waveeqprocessing.MDD
operation. This ensure that the type of the real part ofG
input is enforced to the output vectors of the forward and adjoint operations. - Changed handling of
dtype
inpylops_distributed.signalprocessing.FFT
to ensure that the type of the input vector is retained when applying forward and adjoint. - Added
PBS
backend topylops_distributed.utils.backend.dask
- Added
pylops_distributed.Restriction
operator - Added
pylops_distributed.signalprocessing.Convolve1D
andpylops_distributed.signalprocessing.FFT2D
operators - Improved efficiency of
pylops_distributed.signalprocessing.Fredholm1
whensaveGt=False
- Adapted
pylops_distributed.optimization.cg.cg
andpylops_distributed.optimization.cg.cgls
solvers for complex numbers
- First official release.