Skip to content

Commit b6add26

Browse files
authored
Merge pull request #123 from PyLops/changelog
Update Changelog
2 parents 4b5283b + 7fa6087 commit b6add26

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.2.0
2+
- Added support for using CuPy arrays with PyLops-MPI.
3+
- Introduced the `pylops_mpi.signalprocessing.MPIFredholm1` and `pylops_mpi.waveeqprocessing.MPIMDC` operators.
4+
- Allowed the `UNSAFE_BROADCAST` partition to give users an option to handle overflow in broadcast scenarios.
5+
- Added a dottest function to perform dot tests on PyLops-MPI operators.
6+
- Created a tutorial for Multi-Dimensional Deconvolution (MDD).
7+
18
# 0.1.0
29
- Adapted `pylops_mpi.optimization.cg` and `pylops_mpi.optimization.cgls` to handle `pylops_mpi.StackedDistributedArray`.
310
- Added `pylops_mpi.MPIGradient` operator.

docs/source/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
Changelog
44
=========
55

6+
Version 0.2.0
7+
-------------
8+
9+
*Released on: 16/12/2024*
10+
11+
* Added support for using CuPy arrays with PyLops-MPI.
12+
* Introduced the :class:`pylops_mpi.signalprocessing.MPIFredholm1` and :class:`pylops_mpi.waveeqprocessing.MPIMDC` operators.
13+
* Allowed the ``UNSAFE_BROADCAST`` partition to give users an option to handle overflow in broadcast scenarios.
14+
* Added a dottest function to perform dot tests on PyLops-MPI operators.
15+
* Created a tutorial for Multi-Dimensional Deconvolution (MDD).
16+
617
Version 0.1.0
718
-------------
819

0 commit comments

Comments
 (0)