Skip to content

Commit

Permalink
Merge pull request #94 from PyLops/v0_1_0
Browse files Browse the repository at this point in the history
minor: fix version number to release
  • Loading branch information
mrava87 authored Apr 13, 2024
2 parents 5933cc3 + fba4539 commit c5f041c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.0.2
# 0.1.0
- 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.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
Changelog
=========

Version 0.0.2
Version 0.1.0
-------------

*Released on: 15/04/2024*
*Released on: 13/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.
Expand Down

0 comments on commit c5f041c

Please sign in to comment.