-
Notifications
You must be signed in to change notification settings - Fork 224
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
Figure.psconvert: Add new aliases and deprecate parameter "icc_gray" (remove in v0.8.0) #1673
Conversation
I'm not fully sure which parts need to be changed here @GenericMappingTools/pygmt-maintainers . Every change that was introduced in GenericMappingTools/gmt#5583? |
I would also update |
I agree, however, it seems like |
Co-authored-by: Wei Ji <[email protected]>
Co-authored-by: Dongdong Tian <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one suggestion to check that the FutureWarning is emitted in the unit test, otherwise all good.
Co-authored-by: Wei Ji <[email protected]>
…(remove in v0.8.0) (GenericMappingTools#1673) Co-authored-by: Wei Ji <[email protected]> Co-authored-by: Dongdong Tian <[email protected]>
Description of proposed changes
This PR updates the psconvert -A syntax to account for GMT 6.3 change made at GenericMappingTools/gmt#5583.
Preview at https://pygmt-git-update-psconvert-syntax-gmt.vercel.app/api/generated/pygmt.Figure.psconvert.html
Part of #1644
Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.Slash Commands
You can write slash commands (
/command
) in the first line of a comment to performspecific operations. Supported slash commands are:
/format
: automatically format and lint the code/test-gmt-dev
: run full tests on the latest GMT development version