Víctor Molina García
Víctor Molina García
It seems that `fpm` is expecting version numbers only in the format "X.Y.Z", with the minor and patch versions being optional. However, [semantic versioning](https://semver.org/) allows to have additional data after...
In the context of fixing current issues within `basemap`, one easy step is to use static analysis tools, since they can catch the most evident problems. I open this issue...
This pull request adds the default values for GMT 5.4.5 as they appear in a self-compiled GMT 5.4.5 under Ubuntu 20.04. At least the `TIME_LANGUAGE` parameter has been renamed as...
This pull request brings the syntax changes required for compatibility between Python 2 and Python 3. I started doing these changes by myself to later realise that `gmtpy` is already...
Fixes #7.
This is the traceback: ```sh vic@onyx:/mnt/vic/Documents/Coding/GitHub/python-gmtpy$ python examples/example5.py gmt: Warning: Parameter TIME_LANGUAGE is deprecated. Use GMT_LANGUAGE instead. Please see http://gmt.soest.hawaii.edu/doc/5.4.5/GMT_Docs.html#new-features-in-gmt-5 for more information. gmt: Warning: Parameter PAGE_COLOR is deprecated. Use...
When trying to execute `gsync`, the library loops continuously asking to type the received code from the provided Google link, and this is caused because the credentials are not stored...
This pull request fixes the following issues: 1. Issue #107: the setup file is modified to ensure that the versions of the dependencies stay consistent. If we let Python download...
The current [`setup.py`](../blob/eea02c1a297103cd17a6b3c971078242c950c9f7/setup.py) in `master` branch provides a dependency configuration that is inconsistent, so a manual installation will fail if the user has an old version of `httplib2`, e.g. 0.9.2:...