-
Notifications
You must be signed in to change notification settings - Fork 15
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
Resolve Nwm client IndexError: invalid index to scalar variable. (#180) #182
Conversation
… introduced by h5netcdf==0.14.0
@aaraney How do we merge this? Is it possible to merge just the first two commits, make a release, then go back and merge the last 3 commits, and then make another new release? |
I think this has to be two separate PRs. One that pins the old to |
@jarq6c, sorry im just now getting back to this. Its been one of those weeks.
I assume that you mean releases to Pypi? If so, I plan on checking out the commit that bumps to the certain version and building from that point in the history. If you were talking about a release on GitHub / git, we can just tag a certain commit with version information and release note information. Does that answer your questions? If not, what am I missing? |
Merge the PR, make the tags based on the commments on this PR, and point the Pypi releases to those tags. |
Thanks for the clarification! |
Tag relevant commits without a release. |
Tag is here: https://github.com/NOAA-OWP/hydrotools/releases/tag/nwm-client-5.0.1.post1 Newest release to-date is here: https://pypi.org/project/hydrotools.nwm-client/5.0.3/ |
Thanks for getting this merged in, @jarq6c! |
See #180 for bug report. This PR lays the groundwork for two new releases of the
hydrotools.nwm_client
. The first release,5.0.1-post1
, pinsh5netcdf<=0.13.0
. This was done to support users who would like to use the software but are dependent on ah5netcdf<=0.13.0
. The second release is5.0.2
, this pinsh5netcdf>=0.14.0
.5.0.2
also includes a patch that fixes theIndexError
propagating fromh5netcdf==0.14.0
.fixes #180.
Guidance
h5netcdf<=0.13.0
, usehydrotools.nwm_client==5.0.1-post1
hydrotools.nwm_client>=5.0.2
Changes
IndexError: invalid index to scalar variable.
present inhydrotools.nwm_client<=5.0.1
Checklist