-
Notifications
You must be signed in to change notification settings - Fork 245
Changelog entry for v0.10.0 #2651
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
Changes from 13 commits
be43a3e
4ff58f1
3b5cc79
a65f4a7
915504c
aabf710
99b971f
c92613d
f4d6ca0
ea18595
6f1360a
f079908
81dfe9d
6337593
a984cde
852b025
a8b8ae7
a7c3222
01a9764
a45f323
144570c
f14c40a
72db599
7ea7cfa
b6100a3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -180,7 +180,7 @@ Developers". Feel free to cite our work in your research using the following Bib | |
|
|
||
| .. code-block:: | ||
|
|
||
| @software{pygmt_2023_7772533, | ||
| @software{pygmt_2023_8303186, | ||
| author = {Uieda, Leonardo and | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we keep the same order list for the authors? Output of commits made on main branch at 1d8c0fd to first commit at e3c542a (
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Based on the counts of commits, I think we should at least make two changes:
As for the order between Leo and me, I'm not sure about this, considering that Leo created this package.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Ok with this. I've been meaning to ask @yvonnefroehlich if she would like to be a maintainer actually, she's been helping a lot with the documentation and doing a lot of good quality reviews lately.
I don't think either of them have made a commit since 2021 (< v0.4.1), so not sure why we should change the order now... Liam did do quite a bit of work on the ROSES 2021 and 2020 videos, and I it was somewhat agreed at #1414 (comment) to keep the order this way?
Leo said at #1594 (comment) that he was happy for you to go first, and I'd say you deserve it more now 🙂 But we can also leave it if you feel shy, and put your name first on the paper 😉
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Yes, she's well qualified.
Sounds reasonable. Let's keep it unchanged.
Aha, I didn't realize that. It's my honor to be listed as the first one. BTW, you're really good at digging history 😉
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok, done at 852b025
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
First of all thanks a lot for this positive feedback, @weiji14 and @seisman 😊. I'm glad to hear this! I am really thankful for contributing to this project; I learned a lot. So, I would be pleased to become a maintainer of PyGMT. Hopefully the other @GenericMappingTools/pygmt-maintainers are also fine with this. Just one comment regarding the commit list above: Looking at the commit numbers of the single contributors at https://github.com/GenericMappingTools/pygmt/graphs/contributors there is partly a significant difference to
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
No worries, feel free to help out as much (or as little) as you can, PhD comes first of course! If you can open up a PR to modify team.md, we can continue on from there.
Yes, it might be that GitHub includes co-authored commits, whereas
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| Tian, Dongdong and | ||
| Leong, Wei Ji and | ||
|
|
@@ -200,12 +200,12 @@ Developers". Feel free to cite our work in your research using the following Bib | |
| Quinn, Jamie and | ||
| Wessel, Paul}, | ||
| title = {{PyGMT: A Python interface for the Generic Mapping Tools}}, | ||
| month = mar, | ||
| month = sep, | ||
| year = 2023, | ||
| publisher = {Zenodo}, | ||
| version = {0.9.0}, | ||
| doi = {10.5281/zenodo.7772533}, | ||
| url = {https://doi.org/10.5281/zenodo.7772533} | ||
| version = {0.10.0}, | ||
| doi = {10.5281/zenodo.8303186}, | ||
| url = {https://doi.org/10.5281/zenodo.8303186} | ||
| } | ||
|
|
||
| To cite a specific version of PyGMT, go to our Zenodo page at | ||
|
|
@@ -264,7 +264,12 @@ Compatibility with GMT/Python/NumPy versions | |
| - >=6.3.0 | ||
| - >=3.9 | ||
| - >=1.22 | ||
| * - `v0.9.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.9.0>`_ (latest release) | ||
| * - `v0.10.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.10.0>`_ (latest release) | ||
| - `v0.10.0 Documentation <https://www.pygmt.org/v0.10.0>`_ | ||
| - >=6.3.0 | ||
| - >=3.9 | ||
| - >=1.22 | ||
| * - `v0.9.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.9.0>`_ | ||
| - `v0.9.0 Documentation <https://www.pygmt.org/v0.9.0>`_ | ||
| - >=6.3.0 | ||
| - >=3.8 | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.