Skip to content

Commit

Permalink
Merge pull request #416 from mrava87/v1.18.x
Browse files Browse the repository at this point in the history
Prepare for v1.18.3
  • Loading branch information
mrava87 authored Jul 30, 2022
2 parents 17d77bf + d182267 commit 31048ec
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.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](https://github.com/PyLops/pylops/commit/7e596d4dad3793d6430204b7a9b214a9dc39616c)

# 1.18.2
* Refractored `pylops.utils.dottest`, and added two new optional input parameters
(``atol`` and ``rtol``)
Expand Down
17 changes: 17 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
Changelog
=========

Version 1.18.3
--------------

*Released on: 30/07/2022*

* Refractored :py:func:`pylops.utils.dottest`, and added two new optional input parameters
(`atol` and `rtol`)
* Added optional parameter `densesolver` to :py:func:`pylops.LinearOperator.div`

* Fixed :py:class:`pylops.optimization.basic.lsqr`, :py:class:`pylops.optimization.sparsity.ISTA`, and
:py:class:`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.
* Fix bug in :py:class:`pylops.waveeqprocessing.Deghosting` introduced in
commit `7e596d4 <https://github.com/PyLops/pylops/commit/7e596d4dad3793d6430204b7a9b214a9dc39616c>`_.


Version 1.18.2
--------------

Expand Down

0 comments on commit 31048ec

Please sign in to comment.