Release PyGMT 0.1.0
See original GitHub issueRelease: v0.1.0 Scheduled Date: 2020/05/03
Before release:
- Reserve a DOI on Zenodo (@leouieda @seisman)
- Update Changelog (@weiji14 #420)
- Update installation instructions from PyPI and conda-forge (@weiji14 #421)
Release:
- Make a tag and push it to github
git tag x.x.x
git push --tags
- Go to GitHub Release and make a release (https://github.com/GenericMappingTools/pygmt/releases/tag/v0.1.0)
- Announce release on the GMT forum and website (News)
After release:
- Create branch 0.x for bug-fixes if this is a minor release (i.e. create branch 0.1 after 0.1.0 is released)
- Commit changes to Github
3rd party update:
- Update conda-forge pygmt-feedstock (@moorepants https://github.com/conda-forge/staged-recipes/pull/11468)
- Party 🎉 (don’t tick before all other checkboxes are ticked!)
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (10 by maintainers)
Top Results From Across the Web
Changelog - PyGMT
Seventh minor release of PyGMT. Wrapped 3 GMT modules. Added two new PyGMT tutorials and EGU 2022 short course to external resources page...
Read more >A Python interface for the Generic Mapping Tools - PyGMT
In particular, a new modern execution mode that greatly simplifies figure creation. These features are not available in the 5.4 version of GMT....
Read more >Changelog — PyGMT
Fifth minor release of PyGMT. Wrapped 12 GMT modules. Standardized and reorder table inputs to be 'data, x, y, z' across functions (#1479)....
Read more >Installing - PyGMT
PyGMT requires Generic Mapping Tools (GMT) version 6 as a minimum, which is the latest released version that can be found at this...
Read more >Installing - PyGMT
You can also run pip install pygmt[all] to install pygmt with all of its optional dependencies. ... To upgrade the installed stable release...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Cool, the conda-forge package is up at https://anaconda.org/conda-forge/pygmt, woohoo! Really appreciate all your effort @moorepants 🙌 !!
Currently only Linux/MacOS packages with Python 3.6 and 3.7. I’ve just merged in https://github.com/conda-forge/pygmt-feedstock/pull/1 so Python 3.8 should be available shortly.
I added the news of PyGMT v0.1.0 release to the GMT main site (https://github.com/GenericMappingTools/website/pull/53), and created the 0.1 branch (https://github.com/GenericMappingTools/pygmt/tree/0.1) for further bug fixes. The 0.1 branch is protected like master branch.