-
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
Changelog entry for v0.9.0 #2469
Conversation
Co-authored-by: Michael Grund <[email protected]>
Co-authored-by: Dongdong Tian <[email protected]>
Co-authored-by: Wei Ji <[email protected]>
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.
Thanks @maxrjones! Hopefully someone can take another look before we merge this. I've got a crazy weekend schedule, but will try to help out as much as I can on Monday NZ time (which is practically Sunday UTC).
I put March 31 on the release issue, but if you prefer we wait until Sunday UTC (April 02) that's totally fine with me. I could update the dates in this PR. I originally suggested Friday expecting to be away this weekend, but that's actually not the case. |
Co-authored-by: Wei Ji <[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 except minor edits.
Co-authored-by: Yvonne Fröhlich <[email protected]> Co-authored-by: Dongdong Tian <[email protected]>
The last couple commits have led to failures on the windows CI. Does anyone know if those are a barrier to releasing on this commit? |
Seems to be just on the WIndows - Python 3.8 build. Let's try a simple re-run first in case it's just a random failure. |
Ok, builds pass now. Feel free to ship it @maxrjones 🚀🚀🚀 |
Description of proposed changes
This PR adds the changelog entry for v0.9.0.
Preview at https://pygmt-dev--2469.org.readthedocs.build/en/2469/changes.html
Related to issue #2424
Previous release v0.8.0 at #2272
TODO
doc/changes.md
CITATION.cff
git shortlog HEAD...v0.1.2 -sne
).Fixes #
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