Skip to content

Commit

Permalink
Merge pull request #337 from MHKiT-Software/develop
Browse files Browse the repository at this point in the history
# MHKiT v0.8.1
MHKiT v0.8.1, includes bug fixes in the example notebooks and fixes the dependencies to requirements updates prior to Numpy 2.0.0.

Fixes MHKIT v0.8.0 installation issues (#334) by fixing the dependencies.
- #335

Fixes bugs in MHKiT example notebooks
- #327
  • Loading branch information
ssolson authored Jun 30, 2024
2 parents 83a9d6d + 089766b commit 24674f1
Show file tree
Hide file tree
Showing 22 changed files with 387,904 additions and 388,632 deletions.
10 changes: 6 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ channels:
- conda-forge
- defaults
dependencies:
- python>=3.8
- python>=3.8,<3.12
- pip
- pandas>=1.0.0
- numpy>=1.21.0
- scipy
- numpy>=1.21.0, <2.0.0
- scipy<=1.13.1
- matplotlib
- requests
- lxml
Expand All @@ -16,10 +17,11 @@ dependencies:
- beautifulsoup4
- xarray
- h5py>=3.6.0
- netcdf4>=1.5.8
- netcdf4>=1.5.8, <=1.6.5
- pip:
- pecos>=0.3.0
- fatpack
- 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

0 comments on commit 24674f1

Please sign in to comment.