3
3
Changelog
4
4
=========
5
5
6
+ Version 1.3.0
7
+ -------------
8
+
9
+ *Released on: 24/02/2018 *
10
+
11
+ * Added ``fftw `` engine to :py:class: `pylops.signalprocessing.FFT ` operator
12
+ * Added :py:func: `pylops.optimization.sparsity.ISTA ` and
13
+ :py:func: `pylops.optimization.sparsity.FISTA ` sparse solvers
14
+ * Added possibility to broadcast (handle multi-dimensional arrays)
15
+ to :py:class: `pylops.Diagonal ` and :py:func: `pylops..Restriction ` operators
16
+ * Added possibility :py:class: `pylops.signalprocessing.Interp ` operator
17
+ * Added possibility :py:class: `pylops.Spread ` operator
18
+ * Added possibility :py:class: `pylops.signalprocessing.Radon2D ` operator
19
+
20
+
6
21
Version 1.2.0
7
22
-------------
8
23
9
24
*Released on: 13/01/2018 *
10
25
11
- * Added :py:class : `pylops.LinearOperator.eigs ` and :py:class : `pylops.LinearOperator.cond `
26
+ * Added :py:func : `pylops.LinearOperator.eigs ` and :py:func : `pylops.LinearOperator.cond `
12
27
methods to estimate estimate eigenvalues and conditioning number using scipy wrapping of
13
28
`ARPACK <http://www.caam.rice.edu/software/ARPACK/ >`_
14
29
* Modified default ``dtype `` for all operators to be ``float64 `` (or ``complex128 ``)
@@ -22,11 +37,11 @@ Version 1.2.0
22
37
:py:class: `pylops.Regression ` when ``order=1 ``
23
38
* Modified :py:class: `pylops.MatrixMult ` operator to work with both
24
39
numpy ndarrays and scipy sparse matrices
25
- * Added :py:class : `pylops.avo.prestack.PrestackInversion ` routine
40
+ * Added :py:func : `pylops.avo.prestack.PrestackInversion ` routine
26
41
* Added possibility to have a data weight via ``Weight `` input parameter
27
- to :py:class : `pylops.optimization.leastsquares.NormalEquationsInversion `
28
- and :py:class : `pylops.optimization.leastsquares.RegularizedInversion ` solvers
29
- * Added :py:class : `pylops.optimization.sparsity.IRLS ` solver
42
+ to :py:func : `pylops.optimization.leastsquares.NormalEquationsInversion `
43
+ and :py:func : `pylops.optimization.leastsquares.RegularizedInversion ` solvers
44
+ * Added :py:func : `pylops.optimization.sparsity.IRLS ` solver
30
45
31
46
32
47
Version 1.1.0
0 commit comments