Release: Prepare MHKiT-Python v1.1.0#449
Conversation
This reverts commit 84fcd86.
|
There are intermittent issues with the NLR hindcast api at developer.nlr.gov. An separate issue was opened outside of MHKiT: NatLabRockies/developer.nlr.gov#484 As this issue is unrelated to MHKiT, but affects the upcoming release, I'm going to work towards a patch that yields a user facing warning when the hindcast access is degraded or not working. Additionally, the hindcast tests are going to be temporarily bypassed until this issue is resolved. There is a way to access the data directly without the NLR api, but that work is outside of the scope of this PR, but should be included in a patch release on 1.1. |
The reverted changes don't fix any underlying NOAA api issues and add unnecessary complexity.
Historically mhkit ran coveralls on every PR and push. Lately coveralls has been unreliable and the coveralls step is failing to upload causing the actions to fail. Coveralls is used for badges, and the badge used in MHKiT is from the main branch. This change reduces the number of uploads to coveralls to the bare minimum to determine if the coverage will upload before a merge into main, and when code is merged into main
Actions warning: ``` The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see actions/runner-images#14167 ```
|
@akeeste, this is ready for review. I enabled the NOAA tests and they worked this morning so the issue appears intermittent. The hindcast api calls to developer.nlr.gov are still failing so the hindcasts are disabled. I need to update the PR comment to add the changes I made, but otherwise this is good to go from my perspective. |
This PR prepares MHKiT v1.1 release.
Release Notes
MHKiT v1.1.0
Added
Updates/Improvements
Fixed
TODO (This PR):