Skip to content

Commit

Permalink
Merge pull request #269 from mrava87/master
Browse files Browse the repository at this point in the history
Prepare for v1.16.0
  • Loading branch information
mrava87 authored Dec 11, 2021
2 parents 31c0b69 + a0ad4e9 commit 223e103
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.16.0
* Added `pylops.utils.estimators` module for trace estimation
* Added `x0` in `pylops.optimization.sparsity.ISTA` and
`pylops.optimization.sparsity.FISTA` to handle non-zero initial guess
* Modified `pylops.optimization.sparsity.ISTA` and
`pylops.optimization.sparsity.FISTA` to handle multiple right hand sides
* Modified creation of `haxis` in `pylops.signalprocessing.Radon2D` and
`pylops.signalprocessing.Radon3D` to allow for uncentered spatial axes
* Fixed `_rmatvec` for explicit in `pylops.LinearOperator._ColumnLinearOperator`

# 1.15.0
* Added ``pylops.signalprocessing.Shift`` operator.
* Added option to choose derivative kind in
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,5 @@ A list of video tutorials to learn more about PyLops:
* Lyubov Skopintseva, lskopintseva
* Francesco Picetti, fpicetti
* Alan Richardson, ar4
* BurningKarl, BurningKarl
* BurningKarl, BurningKarl
* Nick Luiken, NickLuiken
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
displayName: 'Mac'

pool:
vmImage: 'macOS-10.14'
vmImage: 'macOS-latest'

variables:
NUMBA_NUM_THREADS: 1
Expand Down
16 changes: 15 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,21 @@
Changelog
=========

Version 1.14.0
Version 1.16.0
--------------

*Released on: 11/12/2021*

* Added `pylops.utils.estimators` module for trace estimation
* Added `x0` in `pylops.optimization.sparsity.ISTA` and
`pylops.optimization.sparsity.FISTA` to handle non-zero initial guess
* Modified `pylops.optimization.sparsity.ISTA` and
`pylops.optimization.sparsity.FISTA` to handle multiple right hand sides
* Modified creation of `haxis` in `pylops.signalprocessing.Radon2D` and
`pylops.signalprocessing.Radon3D` to allow for uncentered spatial axes
* Fixed `_rmatvec` for explicit in `pylops.LinearOperator._ColumnLinearOperator`

Version 1.15.0
--------------

*Released on: 23/10/2021*
Expand Down
3 changes: 2 additions & 1 deletion docs/source/credits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ Contributors
* `Lyubov Skopintseva <https://github.com/lskopintseva>`_, lskopintseva
* `Francesco Picetti <https://github.com/fpicetti>`_, fpicetti
* `Alan Richardson <https://github.com/ar4>`_, ar4
* `BurningKarl <https://github.com/BurningKarl>`_, BurningKarl
* `BurningKarl <https://github.com/BurningKarl>`_, BurningKarl
* `Nick Luiken <https://github.com/NickLuiken>`_, NickLuiken

0 comments on commit 223e103

Please sign in to comment.