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+
212
13+ # 0.1.0
314* Added `` pylops_distributed.Restriction `` operator
415* Added `` pylops_distributed.signalprocessing.Convolve1D ``
516 and `` pylops_distributed.signalprocessing.FFT2D `` operators
Original file line number Diff line number Diff 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+
723Version 0.1.0
824-------------
925
You can’t perform that action at this time.
0 commit comments