Skip to content

Commit 31048ec

Browse files
authored
Merge pull request #416 from mrava87/v1.18.x
Prepare for v1.18.3
2 parents 17d77bf + d182267 commit 31048ec

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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``)

docs/source/changelog.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
Changelog
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+
623
Version 1.18.2
724
--------------
825

0 commit comments

Comments
 (0)