Skip to content

Commit 24674f1

Browse files
authored
Merge pull request #337 from MHKiT-Software/develop
# 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
2 parents 83a9d6d + 089766b commit 24674f1

22 files changed

+387904
-388632
lines changed

environment.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python>=3.8
6+
- python>=3.8,<3.12
7+
- pip
78
- pandas>=1.0.0
8-
- numpy>=1.21.0
9-
- scipy
9+
- numpy>=1.21.0, <2.0.0
10+
- scipy<=1.13.1
1011
- matplotlib
1112
- requests
1213
- lxml
@@ -16,10 +17,11 @@ dependencies:
1617
- beautifulsoup4
1718
- xarray
1819
- h5py>=3.6.0
19-
- netcdf4>=1.5.8
20+
- netcdf4>=1.5.8, <=1.6.5
2021
- pip:
2122
- pecos>=0.3.0
2223
- fatpack
2324
- NREL-rex>=0.2.63
2425
- h5pyd>=0.7.0
2526
- six>=1.13.0
27+
- notebook

examples/ADCP_Delft3D_TRTS_example.ipynb

Lines changed: 447 additions & 434 deletions
Large diffs are not rendered by default.

examples/PacWave_resource_characterization_example.ipynb

Lines changed: 94 additions & 100 deletions
Large diffs are not rendered by default.

examples/cdip_example.ipynb

Lines changed: 129 additions & 160 deletions
Large diffs are not rendered by default.

examples/metocean_example.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"cell_type": "markdown",
4141
"metadata": {},
4242
"source": [
43-
"# 1. Request Continuous Wind Data from NDBC\n",
43+
"## 1. Request Continuous Wind Data from NDBC\n",
4444
" \n",
4545
"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",
4646
"\n",
@@ -1098,7 +1098,7 @@
10981098
"name": "python",
10991099
"nbconvert_exporter": "python",
11001100
"pygments_lexer": "ipython3",
1101-
"version": "3.9.12"
1101+
"version": "3.9.17"
11021102
}
11031103
},
11041104
"nbformat": 4,

0 commit comments

Comments
 (0)