File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 1.18.3
2+ * Fixed `` pylops.optimization.basic.lsqr `` , `` pylops.optimization.sparsity.ISTA `` , and
3+ `` pylops.optimization.sparsity.FISTA `` to work with cupy arrays. This change was required
4+ by how recent cupy versions handle scalars, which are not converted directly into float types,
5+ rather kept as cupy arrays.
6+ * Fixed bug in `` pylops.waveeqprocessing.Deghosting `` introduced in
7+ commit [ 7e596d4] ( https://github.com/PyLops/pylops/commit/7e596d4dad3793d6430204b7a9b214a9dc39616c )
8+
19# 1.18.2
210* Refractored ` pylops.utils.dottest ` , and added two new optional input parameters
311 (`` atol `` and `` rtol `` )
Original file line number Diff line number Diff line change 33Changelog
44=========
55
6+ Version 1.18.3
7+ --------------
8+
9+ *Released on: 30/07/2022 *
10+
11+ * Refractored :py:func: `pylops.utils.dottest `, and added two new optional input parameters
12+ (`atol ` and `rtol `)
13+ * Added optional parameter `densesolver ` to :py:func: `pylops.LinearOperator.div `
14+
15+ * Fixed :py:class: `pylops.optimization.basic.lsqr `, :py:class: `pylops.optimization.sparsity.ISTA `, and
16+ :py:class: `pylops.optimization.sparsity.FISTA ` to work with cupy arrays. This change was required
17+ by how recent cupy versions handle scalars, which are not converted directly into float types,
18+ rather kept as cupy arrays.
19+ * Fix bug in :py:class: `pylops.waveeqprocessing.Deghosting ` introduced in
20+ commit `7e596d4 <https://github.com/PyLops/pylops/commit/7e596d4dad3793d6430204b7a9b214a9dc39616c >`_.
21+
22+
623Version 1.18.2
724--------------
825
You can’t perform that action at this time.
0 commit comments