Skip to content

Commit

Permalink
added two notebooks, ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks committed Apr 6, 2022
1 parent aee9cbf commit 71a5397
Show file tree
Hide file tree
Showing 7 changed files with 704 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Changelog

## 0.5.4 — coming soon
## 0.5.4 — 6 April 2022

- Fixed small issue with the Klauder wavelet not working when `autocorrelation` was `False`.
- Changed the names of the `convolve` arguments to `arr` and `v` to better match NumPy.
- The version number is now correctly stored in the `__version__` attribute.
- Added a User Guide notebook on [making wavelets](https://code.agilescientific.com/bruges/userguide/Making_wavelets.html).
- Added a User Guide notebook on [seismic attributes](https://code.agilescientific.com/bruges/userguide/Seismic_attributes.html).

## 0.5.3 — 21 February 2022

Expand Down
2 changes: 1 addition & 1 deletion docs/_userguide/Making_wavelets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
"\n",
"You need to specify four frequencies when defining an Ormsby wavelet: the low-cut, the low-pass, the high-pass, and the high-cut. Together, these define a trapezoidal spectrum. \n",
"\n",
"Here's an example:"
"Here's an example: "
]
},
{
Expand Down
603 changes: 603 additions & 0 deletions docs/_userguide/Seismic_attributes.ipynb

Large diffs are not rendered by default.

97 changes: 92 additions & 5 deletions docs/_userguide/Wedge_models.ipynb

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def setup(app):

myst_enable_extensions = ["dollarmath", "amsmath"]

# MyST notebook execution
jupyter_execute_notebooks = 'force'
execution_timeout = 120

# Apidoc automation
# https://pypi.org/project/sphinxcontrib-apidoc/
# The apidoc extension and this code automatically update apidoc.
Expand Down
Binary file added docs/data/F3_seismic.npy
Binary file not shown.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ User guide
userguide/Quick_start_wedge.ipynb
userguide/Making_wavelets.ipynb
userguide/Wedge_models.ipynb
userguide/Seismic_attributes.ipynb


API reference
Expand Down

0 comments on commit 71a5397

Please sign in to comment.