Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.8.0 bug fixes and doc string fixes #327

Merged
merged 21 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ channels:
- conda-forge
- defaults
dependencies:
- python>=3.8
- python>=3.8,<3.12
- pip
- pandas>=1.0.0
- numpy>=1.21.0
- scipy
Expand All @@ -23,3 +24,4 @@ dependencies:
- NREL-rex>=0.2.63
- h5pyd>=0.7.0
- six>=1.13.0
- notebook
881 changes: 447 additions & 434 deletions examples/ADCP_Delft3D_TRTS_example.ipynb

Large diffs are not rendered by default.

194 changes: 94 additions & 100 deletions examples/PacWave_resource_characterization_example.ipynb

Large diffs are not rendered by default.

289 changes: 129 additions & 160 deletions examples/cdip_example.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/metocean_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# 1. Request Continuous Wind Data from NDBC\n",
"## 1. Request Continuous Wind Data from NDBC\n",
" \n",
"MHKiT can be used to request historical data from the National Data Buoy Center ([NDBC](https://www.ndbc.noaa.gov/)). This process is split into the following steps:\n",
"\n",
Expand Down Expand Up @@ -1098,7 +1098,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
"version": "3.9.17"
}
},
"nbformat": 4,
Expand Down
Loading
Loading