Skip to content

Commit

Permalink
⬆️ Bump pygmt from 0.1.2-36-g4939ee2a to 0.2.0
Browse files Browse the repository at this point in the history
Bumps [pygmt](https://github.com/GenericMappingTools/pygmt) from 0.1.2-36-g4939ee2a to 0.2.0.
  - [Release notes](https://github.com/GenericMappingTools/pygmt/releases)
  - [Changelog](https://github.com/GenericMappingTools/pygmt/blob/master/doc/changes.rst)
  - [Commits](GenericMappingTools/pygmt@v0.1.2-36-g4939ee2a...v0.2.0)

This includes several enhancements such as 'Sensible array outputs for pygmt info' (GenericMappingTools/pygmt#575) and 'Allow passing in pandas dataframes to x2sys_cross' (GenericMappingTools/pygmt#591) that will make our crossover analysis work and figure generation easier! Also edited Github Actions workflow to only run Docker build on Pull Requests when ready to review or when review is requested (i.e. not when PR is in draft mode).
  • Loading branch information
weiji14 committed Sep 15, 2020
1 parent b4240c9 commit 49faebd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
types: [review_requested, ready_for_review]

jobs:
build:
Expand Down
14 changes: 6 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ numcodecs = "^0.7.1"
pointcollection = {git = "https://github.com/SmithB/pointCollection.git", rev = "d7d1b8d88aea3e79abc77c3386a0619abc8dba0c"}
pydap = "^3.2.2"
pyepsg = "^0.4.0"
pygmt = {git = "https://github.com/GenericMappingTools/pygmt.git", rev = "v0.1.2-36-g4939ee2a"}
pygmt = "^0.2.0"
python = "^3.8"
pyproj = "^2.6.0"
scikit-learn = "^0.23.2"
Expand Down

0 comments on commit 49faebd

Please sign in to comment.