Skip to content

Commit

Permalink
Merge pull request #13 from mrava87/master
Browse files Browse the repository at this point in the history
Prepare for v0.2.0
  • Loading branch information
mrava87 authored Jun 6, 2020
2 parents 6f09b2b + ab1b66d commit 0dcee2d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# 0.1.0
# 0.2.0
* Added ``prescaled`` input parameter to ``pylops_distributed.waveeqprocessing.MDC``
and ``pylops_distributed.waveeqprocessing.Marchenko``
* Added ``dtype`` parameter to the ``FFT`` calls in the definition of the
``pylops_distributed.waveeqprocessing.MDD`` operation. This ensure that the type
of the real part of ``G`` input is enforced to the output vectors of the
forward and adjoint operations.
* Changed handling of ``dtype`` in ``pylops_distributed.signalprocessing.FFT``
to ensure that the type of the input vector is retained when applying forward and adjoint.
* Added ``PBS`` backend to ``pylops_distributed.utils.backend.dask``


# 0.1.0
* Added ``pylops_distributed.Restriction`` operator
* Added ``pylops_distributed.signalprocessing.Convolve1D``
and ``pylops_distributed.signalprocessing.FFT2D`` operators
Expand Down
16 changes: 16 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Changelog
=========


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

*Released on: 06/06/2020*

* Added ``prescaled`` input parameter to :class:`pylops_distributed.waveeqprocessing.MDC`
and :class:`pylops_distributed.waveeqprocessing.Marchenko`
* Added ``dtype`` parameter to the ``FFT`` calls in the definition of the
:class:`pylops_distributed.waveeqprocessing.MDD` operation. This ensure that the type
of the real part of ``G`` input is enforced to the output vectors of the
forward and adjoint operations.
* Changed handling of ``dtype`` in :class:`pylops_distributed.signalprocessing.FFT`
to ensure that the type of the input vector is retained when applying forward and adjoint.
* Added ``PBS`` backend to :func:`pylops_distributed.utils.backend.dask`


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

Expand Down

0 comments on commit 0dcee2d

Please sign in to comment.