Skip to content
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

Upgrade gmt from 6.0.0rc1 to 6.0.0rc4 #327

Merged
merged 6 commits into from
Oct 1, 2019

Commits on Sep 19, 2019

  1. Configuration menu
    Copy the full SHA
    38c3de7 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Bad fix for test_begin_end by ending global session

    Workaround for flaky test where ending the 'global' GMT session calls `psconvert` which fails due to not having some '-F' argument. See also GenericMappingTools#327 (comment).
    weiji14 committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    57efa55 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Bump minimum required version to 6.0.0rc4 and stop using psbasemap

    Change minimum required GMT version from 6.0.0rc1 to 6.0.0rc4. Also switched to using modern mode `basemap` instead of `psbasemap`, and `coast` instead of `pscoast`.
    weiji14 committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    166655f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Revert "Bad fix for test_begin_end by ending global session"

    This reverts commit 57efa55.
    weiji14 committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    d377320 View commit details
    Browse the repository at this point in the history
  2. Refresh installation documentation links and use conda-forge again

    Bringing back the conda-forge way of installing GMT binaries as we anticipate the release of GMT 6. Note though that PyGMT still isn't tested to work on Windows. Switched to using `conda activate` instead of `source activate` which is cross-platform and available for conda>=4.6. Also updated some http links to use https if possible, pointing some anaconda ones to new locations.
    weiji14 committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    26538e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    92ef045 View commit details
    Browse the repository at this point in the history