question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Release PyGMT 0.1.0

See original GitHub issue

Release: v0.1.0 Scheduled Date: 2020/05/03

Before release:

Release:

  • Make a tag and push it to github
git tag x.x.x
git push --tags

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:


  • Party 🎉 (don’t tick before all other checkboxes are ticked!)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (10 by maintainers)

github_iconTop GitHub Comments

3reactions
weiji14commented, May 6, 2020

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.

1reaction
seismancommented, May 7, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found