-
Notifications
You must be signed in to change notification settings - Fork 12
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 #28 from fpicetti/devel_fp
Preparation of release v0.1.5
- Loading branch information
Showing
86 changed files
with
16,033 additions
and
9,893 deletions.
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
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,20 @@ | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- jupyter | ||
- numpy>=1.15 | ||
- scipy>=1.4 | ||
- numba | ||
- matplotlib | ||
- imageio | ||
- dask | ||
- dask-jobqueue | ||
- dask-kubernetes | ||
- bokeh>=2.1.1 | ||
- pylops | ||
- pip | ||
- pip: | ||
- gputil | ||
- torch>=1.7 # here for automatic cuda installation | ||
- functorch |
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,23 @@ | ||
channels: | ||
- conda-forge | ||
- defaults | ||
- rapidsai | ||
dependencies: | ||
- jupyter | ||
- numpy>=1.15 | ||
- scipy>=1.4 | ||
- numba | ||
- matplotlib | ||
- imageio | ||
- dask | ||
- dask-jobqueue | ||
- dask-kubernetes | ||
- bokeh>=2.1.1 | ||
- pylops | ||
- cupy # if cuda driver is correctly compiled | ||
- cusignal # to use cupy signal | ||
- pip | ||
- pip: | ||
- gputil | ||
- torch>=1.7 # here for automatic cuda installation | ||
- functorch |
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,23 @@ | ||
channels: | ||
- conda-forge | ||
- defaults | ||
- rapidsai | ||
dependencies: | ||
- jupyter | ||
- numpy>=1.15 | ||
- scipy>=1.4 | ||
- numba | ||
- matplotlib | ||
- imageio | ||
- dask | ||
- dask-jobqueue | ||
- dask-kubernetes | ||
- bokeh>=2.1.1 | ||
- pylops | ||
- cupy | ||
- cusignal | ||
- pip | ||
- pip: | ||
- gputil | ||
- torch>=1.7 # here for automatic cuda installation | ||
- occamypy |
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,24 @@ | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- jupyter | ||
- numpy>=1.15 | ||
- scipy>=1.4 | ||
- numba | ||
- matplotlib | ||
- imageio | ||
- dask | ||
- dask-jobqueue | ||
- dask-kubernetes | ||
- bokeh>=2.1.1 | ||
- pylops | ||
- cython # for the tomography example | ||
- pip | ||
- pip: | ||
- gputil | ||
- torch>=1.7 # here for automatic cuda installation | ||
- functorch | ||
- git+https://github.com/devitocodes/devito.git # for the LS-RTM example | ||
- git+https://github.com/malcolmw/[email protected] # for the tomography example | ||
- occamypy |
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 |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.1.4" | ||
__version__ = "0.1.5" |
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
Oops, something went wrong.