Víctor Molina García

Results 63 comments of Víctor Molina García

@guziy With the latest `basemap` I am not able to reproduce it. If I type your first snippet in IPython, I get this: ``` (py38) vic@onyx:~$ python -m IPython --pylab=Tk...

@guziy The `basemap` conda package needs an update at some point, but I haven't still had time to learn a bit on how to refactor the `basemap` conda recipe appropriately...

The conda recipe is available in a separate repo: https://github.com/conda-forge/basemap-feedstock There were a couple of external attempts to update the recipe but they did not succeed or were closed before...

@wreckdump My current work is mostly focused in the packaging part: providing precompiled wheels is the main step to make `basemap` easier to install for an end user. Although I...

@wreckdump The stable release 1.3.0 is finally available in PyPI.

@crawforc3 Could you check if the problem persists? I cannot reproduce it with the latest version of `basemap` (note that you can install it now directly with `pip` because PyPI...

Ideally we should run `flake8` *also* in the examples. I remember that once I tried to run all of them and some were triggering errors (I cannot remember more details).

The latest stable release of `basemap` is out there for almost a week now (1.3.0). This version includes a signficant refactoring of the library into three parts, similarly to how...

Yes, the conda-forge recipe will need an update from version 1.3.0, since the package structure has changed. This development takes place in another repo in which I do not have...

Just for the record, I notified the need to update the conda recipe for `basemap` in conda-forge/basemap-feedstock/issues/87, but there is still no reply.