Skip to content

Commit

Permalink
doc: prepare for release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Dec 11, 2024
1 parent 9ed06e3 commit ed2215a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
Changelog
=========

# 2.4.0
* Added `pylops.signalprocessing.FourierRadon2d` and
`pylops.signalprocessing.FourierRadon3d` operators
* Added `pylops.PyTensorOperator` operator
* Added `pylops.ToCupy` operator
* Added `pylops.utils.seismicevents.parabolic3d` method
* Fix bug in `pylops.Restriction` when passing iava as cupy array

# 2.3.1
* Fixed bug in `pylops.utils.backend` (see [Issue #606](https://github.com/PyLops/pylops/issues/606))

# 2.3.0

* Added `pylops.JaxOperator`, `pylops.signalprocessing.DWTND`, and `pylops.signalprocessing.DTCWT` operators.
* Added `updatesrc` method to `pylops.waveeqprocessing.AcousticWave2D`.
* Added `verb` to `pylops.signalprocessing.Sliding1D.sliding1d_design`, `pylops.signalprocessing.Sliding2D.sliding2d_design`, `pylops.signalprocessing.Sliding3D.sliding3d_design`, `pylops.signalprocessing.Patch2D.patch2d_design`, and `pylops.signalprocessing.Patch3D.patch3d_design`.
Expand All @@ -29,7 +36,6 @@ is now unmantained and merged into `cupy`).


# 2.2.0

* Added `pylops.signalprocessing.NonStationaryConvolve3D` operator
* Added nd-array capabilities to `pylops.basicoperators.Identity` and `pylops.basicoperators.Zero`
* Added second implementation in `pylops.waveeqprocessing.BlendingContinuous` which is more
Expand Down
14 changes: 13 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@
Changelog
=========

Version 2.4.0
-------------

*Released on: 11/12/2024*

* Added :py:class:`pylops.signalprocessing.FourierRadon2d` and
:py:class:`pylops.signalprocessing.FourierRadon3d` operators
* Added :py:class:`pylops.PyTensorOperator` operator
* Added :py:class:`pylops.ToCupy` operator
* Added :py:class:`pylops.utils.seismicevents.parabolic3d` method
* Fix bug in :py:class:`pylops.Restriction` when passing iava as cupy array


Version 2.3.1
-------------

Expand Down Expand Up @@ -511,7 +523,7 @@ Version 1.3.0
* Added :py:func:`pylops.optimization.sparsity.ISTA` and
:py:func:`pylops.optimization.sparsity.FISTA` sparse solvers
* Added possibility to broadcast (handle multi-dimensional arrays)
to :py:class:`pylops.Diagonal` and :py:func:`pylops..Restriction` operators
to :py:class:`pylops.Diagonal` and :py:class:`pylops.Restriction` operators
* Added :py:class:`pylops.signalprocessing.Interp` operator
* Added :py:class:`pylops.Spread` operator
* Added :py:class:`pylops.signalprocessing.Radon2D` operator
Expand Down

0 comments on commit ed2215a

Please sign in to comment.