File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 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
+
2
12
13
+ # 0.1.0
3
14
* Added `` pylops_distributed.Restriction `` operator
4
15
* Added `` pylops_distributed.signalprocessing.Convolve1D ``
5
16
and `` pylops_distributed.signalprocessing.FFT2D `` operators
Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ Changelog
4
4
=========
5
5
6
6
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
+
7
23
Version 0.1.0
8
24
-------------
9
25
You can’t perform that action at this time.
0 commit comments