v1.18.3
- Fixed
pylops.optimization.basic.lsqr
,pylops.optimization.sparsity.ISTA
, and
pylops.optimization.sparsity.FISTA
to work with cupy arrays. This change was required
by how recent cupy versions handle scalars, which are not converted directly into float types,
rather kept as cupy arrays. - Fixed bug in
pylops.waveeqprocessing.Deghosting
introduced in
commit 7e596d4