Hi all,
We’re pleased to announce the release of pyGPlates 1.0.0rc1.
Note: This is a pre-release of version 1.0.0. Version 1.0.0 will be released in January 2025 and will have the same functionality. This pre-release is mainly to ensure there are no issues with the new pip support.
PyGPlates can now be installed using conda or pip. Please see the installation instructions in the pyGPlates documentation.
Note: The old method of manually installing pre-compiled binaries is no longer supported (that’s now handled by conda and pip). But older versions of pyGPlates can still be found on the download page.
Find out what’s new in this release at:
https://www.gplates.org/news/2024-12-13-PyGPlates-1-0-0rc1-released/
PyGPlates documentation and tutorials are available at:
http://www.gplates.org/docs.html
–
John Cannon, GPlates Developer - http://www.gplates.org
Hi all,
We’re pleased to announce the release of pyGPlates 1.0.0.
Note: This is the official 1.0.0 release. The last release (in December) was 1.0.0rc1 (a release candidate).
Find out what’s new in this release at:
PyGPlates documentation and tutorials are available at:
Please note that if you’re using conda
and already have pyGPlates 0.39
installed then, to upgrade to version 1.0
, you may need to run:
conda install pygplates=1.0
You might also get a bunch of warnings like:
warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
…but it appears to solve the dependencies (and upgrade pyGPlates).
Unfortunately, just running the following command does not upgrade pyGPlates (and does not give a warning that there’s a more recent version available):
conda update pygplates
It might be because pyGPlates 1.0
is quite new and using very recent versions of dependency libraries.
PS: If you’re wondering why pygplates 0.39
was on conda, it was the initial test version. And also other packages needed pyGPlates as their dependency on conda (like GPlately
).