Skip to content

Commit

Permalink
Merge pull request #333 from mrava87/master
Browse files Browse the repository at this point in the history
Prepare for v1.18.0
  • Loading branch information
mrava87 authored Feb 19, 2022
2 parents 2c48eb4 + 6dc9010 commit c989a89
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.18.0
* Added `NMO` example to gallery
* Extended `pylops.basicoperators.Laplacian` to N-dimensional arrays
* Added `forward` kind to `pylops.basicoperators.SecondDerivative` and
`pylops.basicoperators.Laplacian`
* Added `chirp-sliding` kind to `pylops.waveeqprocessing.seismicinterpolation.SeismicInterpolation`
* Fixed bug due to the new internal structure of `LinearOperator` submodule introduced in `scipy1.8.0`

# 1.17.0
* Added `pylops.utils.describe.describe` method
* Added `fftengine` to `pylops.waveeqprocessing.Marchenko`
Expand Down Expand Up @@ -235,7 +243,7 @@
* Added ``niter`` option to ``pylops.LinearOperator.eigs` method
* Added ``show`` option to ``pylops.optimization.sparsity.ISTA`` and
``pylops.optimization.sparsity.FISTA`` solvers
* Added ``pylops.waveequprocessing.seismicinterpolation``,
* Added ``pylops.waveeqprocessing.seismicinterpolation``,
``pylops.waveequprocessing.waveeqdecomposition` and
``pylops.waveequprocessing.lsm`` submodules
* Added tests for ``engine`` in various operators
Expand Down
10 changes: 10 additions & 0 deletions MIGRATION_V1_V2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Migrating PyLops codes from V1 to V2

This file is intended to guide users willing to convert their codes from PyLops v1 to PyLops v2.

In the following we provide a detailed description of all the breaking changes introduced in v2, which
should be used as a checklist when converting a piece of code using PyLops from v1 to v2.

- XX
- XX
- XX
13 changes: 13 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
Changelog
=========

Version 1.18.0
--------------

*Released on: 19/02/2022*

* Added `NMO` example to gallery
* Extended :py:func:`pylops.Laplacian` to N-dimensional arrays
* Added `forward` kind to :py:class:`pylops.SecondDerivative` and
:py:func:`pylops.Laplacian`
* Added `chirp-sliding` kind to :py:func:`pylops.waveeqprocessing.seismicinterpolation.SeismicInterpolation`
* Fixed bug due to the new internal structure of `LinearOperator` submodule introduced in `scipy1.8.0`


Version 1.17.0
--------------

Expand Down
1 change: 1 addition & 0 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ channels:
- numba
dependencies:
- python>=3.6.4
- pip
- numpy>=1.15.0
- scipy>=1.4.0
- pyfftw
Expand Down

0 comments on commit c989a89

Please sign in to comment.