Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
d9b6a66
input output files
jmcvey3 Jul 14, 2021
3d34dd0
Code update
jmcvey3 Jul 14, 2021
99e1d30
Test reformatting
jmcvey3 Jul 23, 2021
46b7fc6
Testing paths
jmcvey3 Jul 28, 2021
82207e3
dependency switch from h5netcdf to netcdf4
jmcvey3 Jul 29, 2021
f5b773f
Code cleanup
jmcvey3 Aug 11, 2021
6ecb908
Test import fix
jmcvey3 Aug 19, 2021
2d4eb05
Minor docstring edits
jmcvey3 Aug 20, 2021
d52a26d
Add dolfyn test data
jmcvey3 Aug 20, 2021
6a76378
Test fixes for mhkit
jmcvey3 Aug 25, 2021
7855a12
Removing uneeded test files, improving consistency
jmcvey3 Aug 27, 2021
01859e2
Not sure why these files didn't upload
jmcvey3 Aug 27, 2021
b3d57b3
Organizational changes and clarifications. Request for additional cla…
ssolson Oct 13, 2021
9edf63b
Merge branch 'MHKiT-Software:master' into dolfyn-IO
jmcvey3 Nov 22, 2021
0f589d7
Dolfyn codebase updates
jmcvey3 Nov 22, 2021
1636ee9
Dolfyn example notebooks update
jmcvey3 Nov 22, 2021
c675b11
Testing updates
jmcvey3 Nov 23, 2021
ea067a7
Update example datafile
jmcvey3 Dec 3, 2021
2857690
Latest dolfyn v0.13.0 updates
jmcvey3 Jan 6, 2022
1172acc
Name change
jmcvey3 Jan 13, 2022
1d8b2a3
input output files
jmcvey3 Jul 14, 2021
533a27c
Code update
jmcvey3 Jul 14, 2021
256ec53
Organizational changes and clarifications. Request for additional cla…
ssolson Oct 13, 2021
7643e75
Dolfyn codebase updates
jmcvey3 Nov 22, 2021
8ec0658
fix bug and make faster. Un-hard-code default seed/phase.
cmichelenstrofer Nov 9, 2021
fba7b72
fix tests
cmichelenstrofer Nov 16, 2021
b241a2a
delete commented out tests
cmichelenstrofer Nov 22, 2021
c292df3
retrigger checks
cmichelenstrofer Nov 22, 2021
c6ecfc8
Checkpoint push
jmcvey3 Jan 19, 2022
690c146
New dolfyn data files
jmcvey3 Jan 19, 2022
cfc7053
Reorganize dolfyn testing
jmcvey3 Jan 19, 2022
c6f59ad
Merge branch 'MHKiT-Software:master' into dolfyn-IO
jmcvey3 Jan 19, 2022
517656a
pytest install for warnings tests
jmcvey3 Jan 20, 2022
69c779e
Final update for IO
jmcvey3 Feb 23, 2022
11a6822
Merge branch 'MHKiT-Software:master' into dolfyn-IO
jmcvey3 Feb 23, 2022
6d6a178
Remove future updates
jmcvey3 Feb 23, 2022
c0142f1
Ensure file compression runs
jmcvey3 Feb 23, 2022
c4b4da9
Update numpy dependency
jmcvey3 Feb 23, 2022
73db61e
Merge commit 'refs/pull/126/head' of github.com:MHKiT-Code-Hub/mhkit-…
rpauly18 Feb 25, 2022
7946e44
trying numpy v1.22
rpauly18 Feb 25, 2022
a803d06
changing numpy requirements
rpauly18 Feb 25, 2022
11538e0
Remake unittest test cases
jmcvey3 Mar 1, 2022
3a0d54d
Save format options
jmcvey3 Mar 16, 2022
59d7d18
Merge branch 'MHKiT-Software:master' into dolfyn-IO
jmcvey3 Mar 16, 2022
0404bb4
Add dolfyn view to notebooks
jmcvey3 Mar 21, 2022
7cdf240
Merge branch 'dolfyn-IO' of https://github.com/jmcvey3/MHKiT-Python i…
jmcvey3 Mar 21, 2022
b541d19
Merge branch 'master' of https://github.com/MHKiT-Software/MHKiT-Pyth…
jmcvey3 Mar 23, 2022
cfefd9b
Merge branch 'MHKiT-Software-master' into dolfyn-IO
jmcvey3 Mar 23, 2022
dd25889
Decode remaining binary ad2cp variables
jmcvey3 Mar 23, 2022
d9b4827
DOLfYN 1.0.0 dependency
jmcvey3 Mar 25, 2022
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
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
python -m pip install --upgrade pip wheel
pip install h5pyd --upgrade
pip install nose
pip install pytest
pip install coveralls
pip install .

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ $ cat .gitignore
.DS_Store
.DS_Store?
.gitignore
.vscode

# Exemptions
!**/examples/data/wave/*.mat
Expand Down
Loading