Skip to content

Commit

Permalink
Merge pull request #91 from PyLops/v_0_0_2
Browse files Browse the repository at this point in the history
Prepare for v0.0.2
  • Loading branch information
mrava87 authored Apr 13, 2024
2 parents 2d2b184 + 3eacee1 commit 9b1e047
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# 0.0.2
- Adapted `pylops_mpi.optimization.cg` and `pylops_mpi.optimization.cgls` to handle `pylops_mpi.StackedDistributedArray`.
- Added `pylops_mpi.MPIGradient` operator.
- Added `pylops_mpi.MPIStackedLinearOperator`, `pylops_mpi.MPIStackedBlockDiag`, and `pylops_mpi.MPIStackedVStack` operators.
- Added `pylops_mpi.StackedDistributedArray`.

# 0.0.1
- First official release of PyLops-MPI.
- First official release of PyLops-MPI.
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.0.2
-------------

*Released on: 15/04/2024*

* Adapted :func:`pylops_mpi.optimization.basic.cg` and :func:`pylops_mpi.optimization.basic.cgls` to handle :class:`pylops_mpi.StackedDistributedArray`.
* Added :class:`pylops_mpi.basicoperators.MPIGradient` operator.
* Added :class:`pylops_mpi.MPIStackedLinearOperator`, :class:`pylops_mpi.basicoperators.MPIStackedBlockDiag`, and :class:`pylops_mpi.basicoperators.MPIStackedVStack` operators.
* Added :class:`pylops_mpi.StackedDistributedArray`.


Version 0.0.1
-------------

Expand Down

0 comments on commit 9b1e047

Please sign in to comment.