Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into acoustics_module
  • Loading branch information
ssolson committed Sep 13, 2024
2 parents 7252d9f + d364d56 commit 53961e7
Show file tree
Hide file tree
Showing 51 changed files with 401,788 additions and 400,874 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Py 3.10, 3.11 | Windows Mac Linux
name: Py 3.10, 3.11, 3.12 | Windows Mac Linux

on:
push:
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
fail-fast: false
matrix:
os: ${{fromJson(needs.set-os.outputs.matrix_os)}}
python-version: ['3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']
env:
PYTHON_VER: ${{ matrix.python-version }}

Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
fail-fast: false
matrix:
os: ${{fromJson(needs.set-os.outputs.matrix_os)}}
python-version: ['3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']

steps:
- uses: conda-incubator/setup-miniconda@v3
Expand All @@ -260,6 +260,10 @@ jobs:
python -m pip install --upgrade pip wheel
pip install coverage pytest coveralls .

- name: Install setuptools for Python 3.12
if: matrix.python-version == '3.12'
run: pip install setuptools

- name: Run pytest & generate coverage report
shell: bash -l {0}
run: |
Expand Down Expand Up @@ -291,7 +295,7 @@ jobs:
fail-fast: false
matrix:
os: ${{fromJson(needs.set-os.outputs.matrix_os)}}
python-version: ['3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4
Expand Down
26 changes: 13 additions & 13 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ channels:
- conda-forge
- defaults
dependencies:
- python>=3.8,<3.12
- python>=3.10
- pip
- pandas>=1.0.0
- numpy>=1.21.0, <2.0.0
- scipy<=1.13.1
- matplotlib>=3.8.0
- numpy>=2.0.0
- pandas>=2.2.2
- scipy>=1.14.0
- xarray>=2024.6.0
- scikit-learn>=1.5.1
- h5py>=3.11.0
- h5pyd>=0.18.0
- statsmodels>=0.14.2
- requests
- beautifulsoup4
- numexpr>=2.10.0
- lxml
- scikit-learn
- statsmodels
- bottleneck
- beautifulsoup4
- xarray
- h5py>=3.6.0
- netcdf4>=1.5.8, <=1.6.5
- pip:
- netCDF4>=1.7.1.post1
- matplotlib>=3.9.1
- pecos>=0.3.0
- fatpack
- NREL-rex>=0.2.63
- h5pyd>=0.7.0
- six>=1.13.0
- notebook
331 changes: 168 additions & 163 deletions examples/ADCP_Delft3D_TRTS_example.ipynb

Large diffs are not rendered by default.

258 changes: 141 additions & 117 deletions examples/Delft3D_example.ipynb

Large diffs are not rendered by default.

76 changes: 38 additions & 38 deletions examples/PacWave_resource_characterization_example.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 53961e7

Please sign in to comment.