-
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.8.0 #2272
Conversation
@GenericMappingTools/pygmt-maintainers I have started to update the information regarding the release:
|
Nice catch. The example file on the CFF homepage (https://citation-file-format.github.io/) also uses
Paul is still at the University of Hawaii, no? |
Thanks for this background information. Meaning I should remove the
I was wondering, whether his change to Norway (please see this comment GenericMappingTools/website#141 (comment)) influences his affiliation. |
I am not sure about the compatibility versions for the I copyed the release draft to the |
Ping @PaulWessel to check if his affiliation has changed. |
No change. |
For the order of authors of this release, I think you can move your name after Liam and keep the order of other names untouched.
We follow the NEP 29 policy, so for this release, we support Python>=3.8 and NumPy>=1.20 (The minimum supported versions are also shown in https://github.com/GenericMappingTools/pygmt/blob/main/pyproject.toml) |
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
PR #2172 adds support for |
The badge reflects supported Python versions of the latest release on PyPI. So it will show Python 3.11 after we make the release. |
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 two minor changes.
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
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.
Wonderful, thanks again @yvonnefroehlich! Just a few minor changes.
After this is merged, do you want to make the release following https://github.com/GenericMappingTools/pygmt/blob/v0.7.0/doc/maintenance.md#pushing-to-pypi-and-updating-the-documentation?
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! Thanks all for the great work!
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 after @weiji14's comments!
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
@yvonnefroehlich, just checking if you have permission to merge? If not, I can merge this PR. Edit: Just realized that the |
Description of proposed changes
This PR adds the changelog entry for v0.8.0.
Preview at https://pygmt-dev--2272.org.readthedocs.build/en/2272/changes.html
Related to issue #2244
Previous release v0.7.0 at #1981
Changelog made by following the instructions at https://github.com/GenericMappingTools/pygmt/blob/main/doc/maintenance.md#updating-the-changelog
TODO
doc/changes.md
CITATION.cff
git shortlog HEAD...v0.1.2 -sne
).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