-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #333 from mrava87/master
Prepare for v1.18.0
- Loading branch information
Showing
4 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ channels: | |
- numba | ||
dependencies: | ||
- python>=3.6.4 | ||
- pip | ||
- numpy>=1.15.0 | ||
- scipy>=1.4.0 | ||
- pyfftw | ||
|