Skip to content

v0.32.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 17:36
· 3488 commits to master since this release
b42ceab

GMT v0.32.0

Diff since v0.31.0

Closed issues:

  • Register 0.30.1 (#539)

Merged pull requests:

  • Add a new method to mat2grid that uses a GMTgrid as template (#573) (@joa-quim)
  • Fix bug when parsing 'colorfile' kwarg in 'gdaldem color-relief' (#575) (@joa-quim)
  • Catch possible attempt to pass a CPT and an image to GMT. (#576) (@joa-quim)
  • Add a gamma correction function. (#577) (@joa-quim)
  • Strengthen the interface between GMTimages and GDAL datasets (#578) (@joa-quim)
  • Add option to texture_img() to return a [-1 1] intensity grid (#581) (@joa-quim)
  • Fix one cpt4dcw() method that did not re-transmit the kwargs. (#582) (@joa-quim)
  • Let the 'opts' be given in a single string as well. (#583) (@joa-quim)
  • Add more test to gdal_utils.jl functions (#584) (@joa-quim)
  • Add more methods to setproj!. Expand it to GMT types. (#585) (@joa-quim)
  • Add sqlite access tests (#586) (@joa-quim)
  • Add a geom field to the GMTdataset type (#587) (@joa-quim)
  • Movo functions from gdal.jl into a new gdal_extensions.jl (#588) (@joa-quim)
  • Finalize first round of the GDAL (GEOS types) functions extension to work with GMTdatasets too (#589) (@joa-quim)
  • Fix still existing failures in converting back and forth GMT<->GDAL types. (#590) (@joa-quim)
  • Add two new function: gdalread and gdalwrite (#591) (@joa-quim)
  • Maybe fixed some dark shit where calling ogr2ogr left system in half-broken state. (#592) (@joa-quim)
  • Set geometries in GMTdasets created in ogr2GMTdataset() (#593) (@joa-quim)
  • Add several methods to read_data() to help minimise type instability propagation. (#595) (@joa-quim)
  • Type annotate functions that directly communicate with GMT (#596) (@joa-quim)
  • More type annotations (#597) (@joa-quim)
  • Try trick to see if we foul stupid coverage failures (#598) (@joa-quim)
  • No, revert trick. Didn't work. Stupid coverage wins (#599) (@joa-quim)
  • current_cpt is now a const global (#600) (@joa-quim)
  • Add functions lonlat2xy and xy2lonlat (#601) (@joa-quim)
  • Add a geod and invgeod functions by wrapping PROJ4 lib directly (#602) (@joa-quim)
  • Geod fixes in EPGS and WKT usage (#603) (@joa-quim)
  • Convert output of GMT_Create_Data() in the caller to avoid type instability (#604) (@joa-quim)
  • Test if GA finaly build Documenter Docs. (#605) (@joa-quim)
  • Another attempt to build the docs with GA (#606) (@joa-quim)
  • otool is dumb and it's not capable of detecting libproj. Search directly in libgdal. (#607) (@joa-quim)
  • Fix error in ind2rgb and gd2gmt when mem-layout == "R" (#609) (@joa-quim)