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

MHKiT v0.8.2 #347

Merged
merged 7 commits into from
Aug 13, 2024
Merged

MHKiT v0.8.2 #347

merged 7 commits into from
Aug 13, 2024

Commits on Jul 3, 2024

  1. Improve Reynolds stress ADCP estimation notebook discussion V2 (#326)

    * tke updates
    
    * Fix shear velocity functions
    
    * More detail for tke shear production
    
    * Don't rotate heading beyond 360 degrees
    
    * Fix some typos in notebook
    
    * Rename deprecated function
    jmcvey3 authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    da22c8e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Improve surface_elevation internal method selection (#340)

    * Test: Determine method using input frequency index
    
    * Feat: Use sum of sines if ifft is not computable
    
    This change allows `surface_elevation` to return a result if the user
    inputs a spectrum with a frequency index that does not have a zero
    frequency.
    
    If the non zero frequency index condition is found when the method is
    `ifft` we warn the user and change the method to `sum_of_sines`
    
    * Fix: Use previously found frequency index
    
    S.index may not exist for some input datasets, but f[0] does and we
    should use the value of f[0] here.
    
    * Test: Warn when using ifft with a non zero frequency
    
    * Lint
    simmsa authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    cf877b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. ipython notebook test (#330)

    This PR adds a Github action to test the example notebooks as part of or CD pipeline. Additionally a timeout is added to which notebooks will fail if they exceed the given time.
    ssolson authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    2c49815 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Update NOAA Request function (#332)

    Fixes #223
    jmcvey3 authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b2b903d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Speed up Wind Toolkit tests (#338)

    This PR addresses #315 by:
    - Changes the data called by the Wind Toolkit tests so that they run faster
    - Updates the .csv files that the tests compare against
    - Updates a few descriptions in the metocean example, fixes a sorting issue, reduces the data downloaded there
    - Tests in hindcast match the notebooks and use the same cache.
    akeeste authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    fec6c2e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. matplotlib >=3.8 (#345)

    Bug fix by removing matplotlib version check needed for < 3.8.0
    ssolson authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    62b85fb View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. MHKiT version increase for new release (#346)

    *MHKiT  v0.8.2
    ssolson authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    09b9d7f View commit details
    Browse the repository at this point in the history