File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 33Changelog
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+
617Version 0.1.0
718-------------
819
You can’t perform that action at this time.
0 commit comments