Skip to content

v1.21.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 17:13
· 96 commits to master since this release
ca1dc64

GMT v1.21.0

Diff since v1.20.0

Merged pull requests:

  • Rework the 3D bodies code to work with the new GMTfv type. (#1559) (@joa-quim)
  • Re-writings to allow FV's with multiple geometries. (#1560) (@joa-quim)
  • Apply the new codes that make aspect=:equal behave as it should. (#1561) (@joa-quim)
  • Reset the JZ default to 5c for gridtri datasets that are also automatically set to aspect=:equal (#1562) (@joa-quim)
  • In common_plot_xyz, make ", kwargs..." into "; kwargs..." (#1563) (@joa-quim)
  • Add a 'extrude' function to vertically extrude shapes, and a cylinder FV body. (#1564) (@joa-quim)
  • Simplify and correct the extrude function. (#1565) (@joa-quim)
  • Add Z option to allow setting a 3rd (Z) coordinate. Either 0 or an interpolation from grdtrack. (#1566) (@joa-quim)
  • Check less options when -M is used. (#1567) (@joa-quim)
  • Make the optional args in parse_common_opts() be kwargs. (#1568) (@joa-quim)
  • Fix a reversion in legend (missed a blank before -G) (#1569) (@joa-quim)
  • Store the -R0/10/1 in pocket_R when in ternary module, otherwise further overlays would fail. (#1570) (@joa-quim)
  • Add an 'outline' option to draw text outlines in another color. (#1571) (@joa-quim)
  • Insure that colorbar always has a -Ba when -B was not set. (#1572) (@joa-quim)
  • Add a revolve() function to create FV from a revolved curve. (#1573) (@joa-quim)
  • Add CAD type loft() function (#1576) (@joa-quim)
  • Add a write_obj() function to save FaceVertices in OBJ format. Add also a ellipse3D() (#1577) (@joa-quim)
  • Apparently display in Pluto was broken. Add a patch, which does not cure it, at least on Windows. (#1578) (@joa-quim)
  • Implement the 'closed' option in revolve() and loft() (#1579) (@joa-quim)
  • Version 1.21 (#1580) (@joa-quim)

Closed issues:

  • Register v"1.19.0" (#1549)