Ryan May
Ryan May
I think an argument can be made that we should just change it so that we're actually compatible with [C99](https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf). The spec specifically says: > All identifiers that begin with...
I'm +0.5 on skipping deprecation and just documenting in release notes since: 1. We never should have had `_FillValue`--this violates even the C89 standard. 2. The result of the change...
Any particular reason to use AppVeyor and not GitHub Actions?
@WardF The implicit cast is present in the test code. 0 is being passed to the netCDF-c library.
I would suggest that while #2316 addresses the fact that the test suite hangs on this configuration, it would be good to leave this issue open since no root cause...
> is that it is something like the one processor creating the block has to somehow pass (or copy) it to all the other processors before it can continue. Even...
I think the bisection/interpolation was an intentional feature of Cartopy, so we shouldn't just blindly remove it. How hard would it be to add an option (somewhere) to disable it?...
That seems reasonable.
Just a ping to any interested parties for comment (@QuLogic ) since the release of Shapely 2.0 is imminent.
If someone has plans to immediately implement some speed-ups, I'd entertain waiting. Otherwise, while I'm sure we'll catch some flack for being even slower, I think finally being able to...