Releases: PyLops/pylops-distributed
Releases · PyLops/pylops-distributed
v0.2.0
- Added
prescaledinput parameter topylops_distributed.waveeqprocessing.MDC
andpylops_distributed.waveeqprocessing.Marchenko - Added
dtypeparameter to theFFTcalls in the definition of the
pylops_distributed.waveeqprocessing.MDDoperation. This ensure that the type
of the real part ofGinput is enforced to the output vectors of the
forward and adjoint operations. - Changed handling of
dtypeinpylops_distributed.signalprocessing.FFT
to ensure that the type of the input vector is retained when applying forward and adjoint. - Added
PBSbackend topylops_distributed.utils.backend.dask
v0.1.0
- Added
pylops_distributed.Restrictionoperator - Added
pylops_distributed.signalprocessing.Convolve1D
andpylops_distributed.signalprocessing.FFT2Doperators - Improved efficiency of
pylops_distributed.signalprocessing.Fredholm1when
saveGt=False - Adapted
pylops_distributed.optimization.cg.cgand
pylops_distributed.optimization.cg.cglssolvers for
complex numbers