:tada: [GMT 6.5.0](https://github.com/GenericMappingTools/gmt/releases/tag/6.5.0) has been released! It is installable from the [conda-forge channel](https://anaconda.org/conda-forge/gmt/files) using the following command: `mamba install -c conda-forge gmt=6.5.0` <!-- Please add specific checklist items for the tests, xfail pytest markers, and deprecated syntax that need to be updated. --> **To-Do for bumping the GMT version in CI**: - [x] Bump the GMT version in CI (1 PR) #2962 - [x] Update `environment.yml` - [x] Update `ci/requirements/docs.yml` - [x] Update `.github/workflows/benchmarks.yml` - [x] Update `.github/workflows/cache_data.yaml` - [x] Update `.github/workflows/ci_doctests.yaml` - [x] Update `.github/workflows/ci_docs.yml` - [x] Update `.github/workflows/ci_tests.yaml` - [x] Add the legacy GMT version to `.github/workflows/ci_tests_legacy.yaml` - [x] Update GMT 6.x minor version for `extlinks` urls in `doc/conf.py` - [x] Update GMT 6.x minor version in `.github/workflows/check-links.yml` - [x] Fix failing tests (1 or more PRs) - [x] Fix [xfail](https://docs.pytest.org/en/stable/skipping.html#xfail-mark-test-functions-as-expected-to-fail) pytest markers on tests that are now xpass - [x] Fix links to GMT documentation (renaming "cookbook" to "reference"): #2990
🎉 GMT 6.5.0 has been released! It is installable from the conda-forge channel using the following command:
mamba install -c conda-forge gmt=6.5.0To-Do for bumping the GMT version in CI:
environment.ymlci/requirements/docs.yml.github/workflows/benchmarks.yml.github/workflows/cache_data.yaml.github/workflows/ci_doctests.yaml.github/workflows/ci_docs.yml.github/workflows/ci_tests.yaml.github/workflows/ci_tests_legacy.yamlextlinksurls indoc/conf.py.github/workflows/check-links.yml