Skip to content

Commit 859283b

Browse files
authoredFeb 24, 2019
Merge pull request #52 from mrava87/master
Added changelog for version v1.3.0
2 parents 4ebc670 + 4e1f1e8 commit 859283b

File tree

2 files changed

+29
-5
lines changed

2 files changed

+29
-5
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.3.0
2+
* Added ``fftw`` engine to ``FFT`` operator
3+
* Added ``ISTA`` and ``FISTA`` sparse solvers
4+
* Added possibility to broadcast (handle multi-dimensional arrays)
5+
to ``Diagonal`` and ``Restriction`` operators
6+
* Added possibility ``Interp`` operator
7+
* Added possibility ``Spread`` operator
8+
* Added possibility ``Radon2D`` operator
9+
110
# 1.2.0
211
* Added ``eigs`` and ``cond`` methods to ``LinearOperator``
312
to estimate eigenvalues and conditioning number using scipy wrapping of

‎docs/source/changelog.rst

+20-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,27 @@
33
Changelog
44
=========
55

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+
621
Version 1.2.0
722
-------------
823

924
*Released on: 13/01/2018*
1025

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`
1227
methods to estimate estimate eigenvalues and conditioning number using scipy wrapping of
1328
`ARPACK <http://www.caam.rice.edu/software/ARPACK/>`_
1429
* Modified default ``dtype`` for all operators to be ``float64`` (or ``complex128``)
@@ -22,11 +37,11 @@ Version 1.2.0
2237
:py:class:`pylops.Regression` when ``order=1``
2338
* Modified :py:class:`pylops.MatrixMult` operator to work with both
2439
numpy ndarrays and scipy sparse matrices
25-
* Added :py:class:`pylops.avo.prestack.PrestackInversion` routine
40+
* Added :py:func:`pylops.avo.prestack.PrestackInversion` routine
2641
* 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
3045

3146

3247
Version 1.1.0

0 commit comments

Comments
 (0)