Skip to content

Commit

Permalink
Merge pull request #123 from PyLops/changelog
Browse files Browse the repository at this point in the history
Update Changelog
  • Loading branch information
mrava87 authored Dec 18, 2024
2 parents 4b5283b + 7fa6087 commit b6add26
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.2.0
- Added support for using CuPy arrays with PyLops-MPI.
- Introduced the `pylops_mpi.signalprocessing.MPIFredholm1` and `pylops_mpi.waveeqprocessing.MPIMDC` operators.
- Allowed the `UNSAFE_BROADCAST` partition to give users an option to handle overflow in broadcast scenarios.
- Added a dottest function to perform dot tests on PyLops-MPI operators.
- Created a tutorial for Multi-Dimensional Deconvolution (MDD).

# 0.1.0
- Adapted `pylops_mpi.optimization.cg` and `pylops_mpi.optimization.cgls` to handle `pylops_mpi.StackedDistributedArray`.
- Added `pylops_mpi.MPIGradient` operator.
Expand Down
11 changes: 11 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
Changelog
=========

Version 0.2.0
-------------

*Released on: 16/12/2024*

* Added support for using CuPy arrays with PyLops-MPI.
* Introduced the :class:`pylops_mpi.signalprocessing.MPIFredholm1` and :class:`pylops_mpi.waveeqprocessing.MPIMDC` operators.
* Allowed the ``UNSAFE_BROADCAST`` partition to give users an option to handle overflow in broadcast scenarios.
* Added a dottest function to perform dot tests on PyLops-MPI operators.
* Created a tutorial for Multi-Dimensional Deconvolution (MDD).

Version 0.1.0
-------------

Expand Down

0 comments on commit b6add26

Please sign in to comment.