-
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.2.1 #683
Conversation
@weiji14 I've drafted a changelog for v0.2.1 release. Please see if you want to make some changes. |
* `Dongdong Tian <https://github.com/seisman>`__ | ||
* `Wei Ji Leong <https://github.com/weiji14>`__ | ||
* `Conor Bacon <https://github.com/hemmelig>`__ | ||
* `carocamargo <https://github.com/carocamargo>`__ |
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.
@carocamargo Thanks again for your contribution to the PyGMT project. We're going to release PyGMT v0.2.1 soon. Please let us know if you want to use the github username or real name here.
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.
Btw, If you want your name to be on the author list at Zenodo (https://zenodo.org/record/4025418), please also open up a Pull Request to add your name to https://github.com/GenericMappingTools/pygmt/edit/master/AUTHORS.md (and provide us with your ORCID and affiliation). Also cc @hemmelig on this.
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.
@seisman, I think we can go on and finish off this PR and cut a release. Could you run the sed
command and handle these two tasks in this PR too?
- Add a new entry in doc/_static/version_switch.js for documentation switcher
- Update citation information https://github.com/GenericMappingTools/pygmt#citing-pygmt
doc/changes.rst
Outdated
Tutorials & Gallery | ||
|
||
* Add tutorial for pygmt.config (`#482 <https://github.com/GenericMappingTools/pygmt/pull/482>`__) | ||
* Add an example for different line styles (#604, #664) |
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.
* Add an example for different line styles (#604, #664) | |
* Add an example for different line styles (`#604 <https://github.com/GenericMappingTools/pygmt/pull/604>`__, `#664 <https://github.com/GenericMappingTools/pygmt/pull/664>`__) |
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.
Nice catch. I believe it also means we should update our sed
command.
Co-authored-by: Wei Ji <[email protected]>
Co-authored-by: Wei Ji <[email protected]>
FYI, I also updated the release draft information at https://github.com/GenericMappingTools/pygmt/releases/tag/untagged-835457ed8c763a4fb621. |
Description of proposed changes
Preview: https://pygmt-git-changelog-v021.gmt.vercel.app/changes.html
For reference, the previous changelog is at #599.
Changelog made by following the instructions at https://github.com/GenericMappingTools/pygmt/blob/master/MAINTENANCE.md#updating-the-changelog. The changelog itself includes the following sections:
TODO:
sed -i.bak -E 's$\(#([0-9]*)\)$(`#\1 <https://github.com/GenericMappingTools/pygmt/pull/\1>`__)$g' changes.rst
Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.Notes
/format
in the first line of a comment to lint the code automatically