-
Notifications
You must be signed in to change notification settings - Fork 232
Changelog entry for v0.13.0 #3425
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 10 commits
36025ab
9070e08
1d46493
2e907d3
2bc9b43
2c8eb47
fb1ecd5
2044273
1b2e2ae
ad71316
c7bfbbd
7d3ac63
03b20dd
a15a6cf
60f3f0b
fec04a7
6531d60
ec9c2da
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 | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -1,5 +1,93 @@ | ||||||||||||||||||||||||||||
# Changelog | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
## Release v0.13.0 (2024/09/05) | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
[](https://doi.org/10.5281/zenodo.13679420) | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
### Highlights | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
* 🎉 **Thirteenth minor release of PyGMT** 🎉 | ||||||||||||||||||||||||||||
* Add new document section "Technical Reference" and document the supported encodings and fonts | ||||||||||||||||||||||||||||
seisman marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||||||||||||||||||||||||
* Tutorial for "Draping a dataset on top of a topographic surface" ([#3316](https://github.com/GenericMappingTools/pygmt/pull/3316)) | ||||||||||||||||||||||||||||
* Tutorial for "Typesetting non-ASCII characters" ([#3389](https://github.com/GenericMappingTools/pygmt/pull/3389)) | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
### New Features | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
* Wrap the GMT API function GMT_Read_Data to read data into GMT data containers ([#3324](https://github.com/GenericMappingTools/pygmt/pull/3324)) | ||||||||||||||||||||||||||||
* Wrap GMT's standard data type GMT_IMAGE for images ([#3338](https://github.com/GenericMappingTools/pygmt/pull/3338)) | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
### Enhancements | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
* pygmt.x2sys_cross: Refactor to use virtualfiles for output tables [BREAKING CHANGE: Dummy times in 3rd and 4th columns now have np.timedelta64 type] ([#3182](https://github.com/GenericMappingTools/pygmt/pull/3182)) | ||||||||||||||||||||||||||||
|
categories: | |
- title: 'New Features' | |
label: 'feature' | |
- title: 'Enhancements' | |
label: 'enhancement' | |
- title: 'Deprecations' | |
label: 'deprecation' | |
- title: 'Bug Fixes' | |
label: 'bug' | |
- title: 'Documentation' | |
label: 'documentation' | |
- title: 'Maintenance' | |
label: 'maintenance' |
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.
Common changelog uses a prefix like **Breaking**
or **<subsystem> (breaking):**
for highlighting breaking changes, see https://github.com/vweevers/common-changelog?tab=readme-ov-file#244-prefixes. Maybe we could follow that instead of adding a new label/section?
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.
Sounds good. Changes in 7d3ac63.
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.
Didn't want to bring this up so soon, but since Paul passed away, I'm wondering what the convention was in keeping his name on the citation list? Do we remove his name now, keep his name on for a couple more releases, or remove it after his funding/grants run out? See e.g. https://academia.stackexchange.com/questions/116845/dead-author-ethical-guidelines
Uh oh!
There was an error while loading. Please reload this page.
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.
Personally, I prefer to keep Paul's name at least in the period of the funding.
The link you provided only discussed the topic for journal articles, but here it's software and may be slightly different.
Anyway, we should keep this in mind and may need to revisit it later.
Edit: Probably should ask for comments from the GMT steering community. Will do it later.