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

⬆️ Bump pygmt from 0.1.1 to 0.1.2 #142

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps pygmt from 0.1.1 to 0.1.2.

Release notes

Sourced from pygmt's releases.

v0.1.2

DOI

Highlights

  • Patch release in preparation for the SciPy 2020 sprint session
  • Last version to support GMT 6.0, future PyGMT versions will require GMT 6.1 or newer

New Features

  • Wrap grdcut (#492)
  • Add show_versions() function for printing debugging information used in issue reports (#466)

Enhancements

  • Change load_earth_relief()'s default resolution to 01d (#488)
  • Enhance text with extra functionality and aliases (#481)

Documentation

  • Add gallery example for grdview (#502)
  • Turn all short aliases into long form (#474)
  • Update the plotting example using the colormap generated by pygmt.makecpt (#472)
  • Add instructions to view the test coverage reports locally (#468)
  • Update the instructions for testing pygmt install (#459)

Bug Fixes

  • Fix a bug when passing data to GMT in Session.open_virtual_file() (#490)

Maintenance

  • Temporarily expect failures for some grdcontour and grdview tests (#503)
  • Fix several failures due to updates of earth relief data (#498)
  • Unpin pylint version and fix some lint warnings (#484)
  • Separate tests of gmtinfo and grdinfo (#461)
  • Fix the test for GMT_COMPATIBILITY=6 (#454)
  • Update baseline images for updates of earth relief data (#452)
  • Simplify PyGMT Release process (#446)

Contributors

Changelog

Sourced from pygmt's changelog.

Release v0.1.2 (2020/07/07)

Digital Object Identifier for the Zenodo archive

Highlights:

  • Patch release in preparation for the SciPy 2020 sprint session
  • Last version to support GMT 6.0, future PyGMT versions will require GMT 6.1 or newer

New Features:

  • Wrap grdcut (#492)
  • Add show_versions() function for printing debugging information used in issue reports (#466)

Enhancements:

  • Change load_earth_relief()'s default resolution to 01d (#488)
  • Enhance text with extra functionality and aliases (#481)

Documentation:

  • Add gallery example for grdview (#502)
  • Turn all short aliases into long form (#474)
  • Update the plotting example using the colormap generated by pygmt.makecpt (#472)
  • Add instructions to view the test coverage reports locally (#468)
  • Update the instructions for testing pygmt install (#459)

Bug Fixes:

  • Fix a bug when passing data to GMT in Session.open_virtual_file() (#490)

Maintenance:

  • Temporarily expect failures for some grdcontour and grdview tests (#503)
  • Fix several failures due to updates of earth relief data (#498)
  • Unpin pylint version and fix some lint warnings (#484)
  • Separate tests of gmtinfo and grdinfo (#461)
  • Fix the test for GMT_COMPATIBILITY=6 (#454)
  • Update baseline images for updates of earth relief data (#452)
  • Simplify PyGMT Release process (#446)

Contributors:


Commits
  • bedb48d Changelog entry for v0.1.2 (#504)
  • fccb45c Temporarily expect failures for some grdcontour and grdview tests (#503)
  • 294aee8 Add gallery example for grdview (#502)
  • cda1fe8 Fix several failures due to updates of earth relief data (#498)
  • f7b6d6c Wrap grdcut (#492)
  • 0afaa69 Unpin pylint version and fix some lint warnings (#484)
  • 516e799 Fix a bug when passing data to GMT in Session.open_virtual_file() (#490)
  • eaf81bb Change load_earth_relief()'s default resolution to 01d (#488)
  • 86c46f0 Enhance text with extra functionality and aliases (#481)
  • 0267dd1 Turn all short aliases into long form (#474)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 12, 2020
@weiji14 weiji14 merged commit 1e86a9a into dev-dependencies Aug 12, 2020
@weiji14 weiji14 deleted the dependabot/pip/dev-dependencies/pygmt-0.1.2 branch August 12, 2020 03:12
weiji14 pushed a commit that referenced this pull request Sep 15, 2020
Bumps [pygmt](https://github.com/GenericMappingTools/pygmt) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/GenericMappingTools/pygmt/releases)
- [Changelog](https://github.com/GenericMappingTools/pygmt/blob/master/doc/changes.rst)
- [Commits](GenericMappingTools/pygmt@v0.1.1...v0.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant