Skip to content

Commit 0dcee2d

Browse files
authored
Merge pull request #13 from mrava87/master
Prepare for v0.2.0
2 parents 6f09b2b + ab1b66d commit 0dcee2d

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
# 0.1.0
1+
# 0.2.0
2+
* Added ``prescaled`` input parameter to ``pylops_distributed.waveeqprocessing.MDC``
3+
and ``pylops_distributed.waveeqprocessing.Marchenko``
4+
* Added ``dtype`` parameter to the ``FFT`` calls in the definition of the
5+
``pylops_distributed.waveeqprocessing.MDD`` operation. This ensure that the type
6+
of the real part of ``G`` input is enforced to the output vectors of the
7+
forward and adjoint operations.
8+
* Changed handling of ``dtype`` in ``pylops_distributed.signalprocessing.FFT``
9+
to ensure that the type of the input vector is retained when applying forward and adjoint.
10+
* Added ``PBS`` backend to ``pylops_distributed.utils.backend.dask``
11+
212

13+
# 0.1.0
314
* Added ``pylops_distributed.Restriction`` operator
415
* Added ``pylops_distributed.signalprocessing.Convolve1D``
516
and ``pylops_distributed.signalprocessing.FFT2D`` operators

docs/source/changelog.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ Changelog
44
=========
55

66

7+
Version 0.2.0
8+
-------------
9+
10+
*Released on: 06/06/2020*
11+
12+
* Added ``prescaled`` input parameter to :class:`pylops_distributed.waveeqprocessing.MDC`
13+
and :class:`pylops_distributed.waveeqprocessing.Marchenko`
14+
* Added ``dtype`` parameter to the ``FFT`` calls in the definition of the
15+
:class:`pylops_distributed.waveeqprocessing.MDD` operation. This ensure that the type
16+
of the real part of ``G`` input is enforced to the output vectors of the
17+
forward and adjoint operations.
18+
* Changed handling of ``dtype`` in :class:`pylops_distributed.signalprocessing.FFT`
19+
to ensure that the type of the input vector is retained when applying forward and adjoint.
20+
* Added ``PBS`` backend to :func:`pylops_distributed.utils.backend.dask`
21+
22+
723
Version 0.1.0
824
-------------
925

0 commit comments

Comments
 (0)