|
3 | 3 | Changelog |
4 | 4 | ========= |
5 | 5 |
|
| 6 | +Version 2.1.0 |
| 7 | +------------- |
| 8 | + |
| 9 | +*Released on: 17/03/2023* |
| 10 | + |
| 11 | +* Added :class:`pylops.signalprocessing.DCT`, :class:`pylops.signalprocessing.NonStationaryConvolve1D`, |
| 12 | + :class:`pylops.signalprocessing.NonStationaryConvolve2D`, :class:`pylops.signalprocessing.NonStationaryFilters1D`, and |
| 13 | + :class:`pylops.signalprocessing.NonStationaryFilters2D` operators |
| 14 | +* Added :class:`pylops.waveeqprocessing.BlendingContinuous`, :class:`pylops.waveeqprocessing.BlendingGroup`, and |
| 15 | + :class:`pylops.waveeqprocessing.BlendingHalf` operators |
| 16 | +* Added `kind='datamodel'` to :class:`pylops.optimization.cls_sparsity.IRLS` |
| 17 | +* Improved inner working of :class:`pylops.waveeqprocessing.Kirchhoff` operator significantly |
| 18 | + reducing the memory usage related to storing traveltime, angle, and amplitude tables. |
| 19 | +* Improved handling of `haxes` in :class:`pylops.signalprocessing.Radon2D` and :class:`pylops.signalprocessing.Radon3D` operators |
| 20 | +* Added possibility to feed ND-arrays to :class:`pylops.TorchOperator` |
| 21 | +* Removed :class:`pylops.LinearOperator` inheritance and added `__call__` method to :class:`pylops.TorchOperator` |
| 22 | +* Removed `scipy.sparse.linalg.LinearOperator` and added :class:`abc.ABC` inheritance to :class:`pylops.LinearOperator` |
| 23 | +* All operators are now classes of `:class:`pylops.LinearOperator` type |
| 24 | + |
| 25 | + |
6 | 26 | Version 2.0.0 |
7 | 27 | ------------- |
8 | 28 |
|
@@ -98,7 +118,7 @@ Version 1.18.0 |
98 | 118 | * Extended :py:func:`pylops.Laplacian` to N-dimensional arrays |
99 | 119 | * Added `forward` kind to :py:class:`pylops.SecondDerivative` and |
100 | 120 | :py:func:`pylops.Laplacian` |
101 | | -* Added `chirp-sliding` kind to :py:func:`pylops.waveeqprocessing.seismicinterpolation.SeismicInterpolation` |
| 121 | +* Added `chirp-sliding` kind to :py:class:`pylops.waveeqprocessing.seismicinterpolation.SeismicInterpolation` |
102 | 122 | * Fixed bug due to the new internal structure of `LinearOperator` submodule introduced in `scipy1.8.0` |
103 | 123 |
|
104 | 124 |
|
|
0 commit comments