Filipe

Results 342 comments of Filipe
trafficstars

BTW @WeatherGod a new release would be nice :wink:

@WeatherGod I am not sure if `twine` uploads the source distribution of only the wheels. I usually do this for a release: - create a branch and tag for the...

I agree with @jenshnielsen! It would be nice to split basemap into a data `basemap` and `basemap-data` packages. (We are doing that in conda-forge BTW, when you install `basemap` you...

Thanks for letting me know @molinav. I'm not actively maintaining the basemap-feedstock anymore but I can help out when there is a new release.

@beneduzi the data shipped with basemap is dangerously outdated outside USA and Europe. I do not recommend you to use that. You can download updated shapefiles and plot them yourself,...

@WeatherGod v1.1.0 still uses GSHHG 2.3.6, no? As far as I can tell that still does not correctly represent South America. See http://nbviewer.jupyter.org/gist/ocefpaf/93dbaf0fce23ed5c6d4e37fc34a07142

> Yes, it is using GSHHG 2.3.6. v2.3.7 was released back in June, and its Yep. Just tested v2.3.7 and it still has the same issue. > I would suggest...

What we have in https://github.com/nco/nco/blob/master/conda.recipe/run_test.bat#L7 seems to work: https://ci.appveyor.com/project/czender/nco/build/1.0.276#L1007

Ah OK. I did not recall that we removed some commands.

:+1: for `--nbval-continue-on-error`. IMO the default should be False but that would break the current code and maybe we are already used to continuing and, to stop, we will need...