-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
V4.5.0 #26
V4.5.0 #26
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
@ocefpaf it's a big job I'm afraid. c99 syntax now seems to be used throughout (which Are there any plans to retire Python 2.7 on Windows at least? I know the next major |
No plans yet but it seems is time to start preparing for that. I don't think it is worth working around this one.
I saw that and I guess it will be the Python 2.7 killer for the Python GIS community. (I actually welcomed it :-) |
@WardF @DennisHeimbigner can you take a look at that failing URL above? |
Ok, the problem is this.
meaning its type is unsigned 8-bit.
|
Ok, I got what I believe is the underlying scripps_pier-2016.nc |
@DennisHeimbigner That link works fine on 4.4.1.1--is there any reason to think it working was a bug in the C library? |
The addition of _FillValue and _Unsigned is in thredds 4.x but not in 5.x.
|
1 is preferable because netCDF-c worked just fine on this data in 4.4.1.1--let's not lose sight of the fact that 4.5.0 breaks on a URL that worked fine in the last version, and so far I haven't heard a justification for that behavior. Therefore, I assume that means this is a bug in 4.5.0. 😁 |
I agree that preserving previous behavior is preferable unless it was a blatant bug. @DennisHeimbigner I feel like we're going to have 4.5.1 out pretty quickly, would this take much to fix on the library side? |
I believe that the 4.4.1.1 behavior is wrong, but since the dap2 translation is already |
re: conda-forge/libnetcdf-feedstock#26 (Note: note conda-forge, not Unidata). Revert dap2 code to 4.4.1.1. behavior so that attribute values are forced into a specific range. Current behavior generates error if an attribute value is out of range.
Should be fixed by Unidata/netcdf-c#512 |
Commit 0eaf9a6 implements Unidata/netcdf-c#512 and it seems to be working 🎉 Thanks for understanding and fixing this @DennisHeimbigner. It would be hard to request tons of data providers out there to update their servers 😬 |
re: conda-forge/libnetcdf-feedstock#26 (Note: note conda-forge, not Unidata). Revert dap2 code to 4.4.1.1. behavior so that attribute values are forced into a specific range. Current behavior generates error if an attribute value is out of range.
One of the external URLs tests is failing, but it still passes with the older version, and Windows fails across the board for
Python <3.5
(that is expected from Unidata/netcdf-c#347, sadly no action was taken on that one 😒)@gillins do you think that patching Windows is a low hanging fruit?
@dopplershift do you have any idea why that
returns
with
v4.5.0
?