The GMT team is pleased to announce the 6.7.0 release via GitHub Releases. It is the first release in this new crazy AI world and already benefits of it (see Changelog), with lots of bug fixes and PostScript improvements (spheres, polygon color gradients) and a new supplement for Tsunami modeling. A reminder that we no longer provide a Mac .dmg version. Mac users must use Homebrew, MacPorts or build GMT by their own. If you find any bugs please report issues on GitHub or if you are not sure you can post general questions on our Q & A Forum.
Hello, does gmt 6.7.0 support pygmt It seems to report an error
Thanks, great news!
Are there plans to release gmt 6.7.0 conda package? The newest package here gmt - conda-forge | Anaconda.org is a 24-days-old dev build.
Until that moment version 6.7.0 does not really exist for users who do not keep their own gmt build environment.
GMT 6.7.0 is now available on conda-forge.
Thanks!
Hi again,
I ran into a problem, installing gdal-netcdf demands downgrade of gmt to 6.6.0 (also a downgrade of libnetcdf)
is this something gmt team is able to solve? Thanks again.
$ conda install libgdal-netcdf --dry-run
Channels:
- conda-forge
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: done
## Package Plan ##
environment location: /home/mkononets/miniforge3/envs/gmt-test
added / updated specs:
- libgdal-netcdf
The following packages will be downloaded:
package | build
---------------------------|-----------------
libgdal-hdf4-3.13.2 | h7567225_1 594 KB conda-forge
libgdal-hdf5-3.13.2 | h94b8f8c_1 769 KB conda-forge
libgdal-netcdf-3.13.2 | h74e55a6_1 788 KB conda-forge
libnetcdf-4.10.0 |nompi_he3e3c8e_205 961 KB conda-forge
------------------------------------------------------------
Total: 3.0 MB
The following NEW packages will be INSTALLED:
libgdal-hdf4 conda-forge/linux-64::libgdal-hdf4-3.13.2-h7567225_1
libgdal-hdf5 conda-forge/linux-64::libgdal-hdf5-3.13.2-h94b8f8c_1
libgdal-netcdf conda-forge/linux-64::libgdal-netcdf-3.13.2-h74e55a6_1
The following packages will be DOWNGRADED:
gmt 6.7.0-h55ccab7_0 --> 6.6.0-hd7ae41c_8
libnetcdf 4.10.1-nompi_he3e3c8e_201 --> 4.10.0-nompi_he3e3c8e_205
DryRunExit: Dry run. Exiting.
Install an old version of libgdal-netcdf may work: conda install libgdal-netcdf=3.13.1
Nope, the downgrade of gmt is sill required:
$ conda install libgdal-netcdf=3.13.1 --dry-run
Channels:
- conda-forge
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: done
## Package Plan ##
environment location: /home/mkononets/miniforge3/envs/gmt-test
added / updated specs:
- libgdal-netcdf=3.13.1
The following NEW packages will be INSTALLED:
libgdal-hdf4 conda-forge/linux-64::libgdal-hdf4-3.13.1-h796c181_8
libgdal-hdf5 conda-forge/linux-64::libgdal-hdf5-3.13.1-h133e136_8
libgdal-netcdf conda-forge/linux-64::libgdal-netcdf-3.13.1-hc2d81f4_8
The following packages will be DOWNGRADED:
gmt 6.7.0-h55ccab7_0 --> 6.6.0-h55ccab7_9
libgdal-core 3.13.2-h8fccf12_1 --> 3.13.1-hd345f60_8
libgdal-jp2openjp~ 3.13.2-h89f6f66_1 --> 3.13.1-h55bb2a4_8
DryRunExit: Dry run. Exiting.
Should be good after Bump build number for rerender by akrherz · Pull Request #1232 · conda-forge/gdal-feedstock · GitHub is merged. Need to wait.
Thanks!