Skip to content

v0.41.3

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 18:06
· 2170 commits to master since this release
168234d

GMT v0.41.3

Diff since v0.41.2

Closed issues:

  • Register 0.41.1 (#851)

Merged pull requests:

  • Avoid two broadcsts that were invalidating one method in Julia 1.8beta (#861) (@joa-quim)
  • Remove the change that always printed Unsigned with decimal numbers (#862) (@joa-quim)
  • Call gmtinfo(... C=true) instead of gmtinfo(... C=1) that is no longer accepted (#863) (@joa-quim)
  • Improve shows (#864) (@joa-quim)
  • When reading cubes with GDAL seek for vertical coordinates and add them to the GMTgrid (#865) (@joa-quim)
  • Expand isnodata to 3d arrays (#866) (@joa-quim)
  • Add tests for cubeslices (#867) (@joa-quim)
  • Drop the usage of the sprintf() function that screws on M1 (#868) (@joa-quim)
  • Keep coordinate of the sliced dim when slicing cubes. (#869) (@joa-quim)
  • Add function to do 2D and 3D streamlines (#870) (@joa-quim)
  • Fix ternary! to let it overlay instead of replacing. (#871) (@joa-quim)
  • Fix call to method (#872) (@joa-quim)
  • Let 'locations' in decorated lines pass in numeric inputs. (#873) (@joa-quim)
  • Workaround the bug on Windows when custom symbol fname is absolute. (#874) (@joa-quim)