Releases: GenericMappingTools/GMT.jl
Releases · GenericMappingTools/GMT.jl
v1.20.0
GMT v1.20.0
Merged pull requests:
- Rework the grid2tri code to drop invisble triangles and reorder them so furthes triangles are plotted first. (#1550) (@joa-quim)
- Sort the faces in a 3D Faces-Verices object such that visualization is correct. (#1551) (@joa-quim)
- Save info via POSTMAN if user set NO -B and respect it in check_caller (#1552) (@joa-quim)
- Clean the POSTMAN "noframe" key after use. (#1553) (@joa-quim)
- Add a wrapper function to dela with the replicants and other FV. (#1554) (@joa-quim)
- Make the replicant function available for external calls, and expand its API. (#1555) (@joa-quim)
- Tag version 1.20 (#1556) (@joa-quim)
Closed issues:
- Register v"1.18.0" (#1536)
v1.19.0
GMT v1.19.0
Merged pull requests:
- When reading an image with transparency set the layout to TRBA, not TRBa (#1537) (@joa-quim)
- Add a function to fit Cartesian circles. (#1538) (@joa-quim)
- Merge the old laszip module in GMT. (#1539) (@joa-quim)
- Let gmtread and write deal with lasziped files as well. (#1540) (@joa-quim)
- Rename the 2 laz functions to lazread & lazwrite (#1541) (@joa-quim)
- Add lazinfo function and replace Ptr{Ptr{}} by Ref{Ptr} (#1543) (@joa-quim)
- Remove the @Threads.thread that was causing a core.box???? (#1544) (@joa-quim)
- Let parse_R also accept (& parse) XYZ tiles names. (#1545) (@joa-quim)
- Let the wmsreader fully deal with limits given by tile names. (#1546) (@joa-quim)
- For the color cases the lelandshade was ignoring the transparency. Fix it. (#1547) (@joa-quim)
- Replace sprintf with @sprintf and remove sprintf function (#1548) (@ZMAlt)
Closed issues:
v1.18.0
GMT v1.18.0
Merged pull requests:
- Add workarounds for when GDAL refuses to recognize geog coords in nc cubes. (#1510) (@joa-quim)
- Add new methods to several functions. Fix a couple issues. (#1511) (@joa-quim)
- Add support in gmt2gd to the wkbPolygonZM geometry. (#1512) (@joa-quim)
- Make grdview & plot3 always inherit -R and -p existing settings. (#1513) (@joa-quim)
- Set a new default view azim of 217.5 like in Matlab. (#1514) (@joa-quim)
- Finish the grid2tri function that created 3D triangulated bodies from grids. (#1515) (@joa-quim)
- Add code to detect gridtri datasets and set sensible defaults to it. (#1516) (@joa-quim)
- Change the gridtri DS geometry to wkbLineStringZ (#1517) (@joa-quim)
- Fix again the modified logic to detect polygons in gmt2gd. (#1518) (@joa-quim)
- Add top_only option and fix usade of the downsample option in grid2tri. (#1519) (@joa-quim)
- Sort the triangles by depth. Make the vwall closed triangles too. (#1520) (@joa-quim)
- Sort triangles by depth. Add option 'geog'. Fix a 'bottom' bug. (#1521) (@joa-quim)
- Fix one situation where we were replacing a -R by empty in a nested call. (#1522) (@joa-quim)
- Restore the paper mode facility that was broken by the explicit R change (#1523) (@joa-quim)
- Add a vizpdf function. (#1524) (@joa-quim)
- Set the right proj4 string when reading the cached planets grids. (#1525) (@joa-quim)
- Check if GMTgrids have a cpt field and use in case yes. (#1526) (@joa-quim)
- One more gc try and some type signatures. (#1527) (@joa-quim)
- Fix parsing bug that could result a double -E (#1528) (@joa-quim)
- Add type signatures and function barriers in gmtread (#1529) (@joa-quim)
- Add and move type signatures. Fix a methods invalidation in extrema (complex case) (#1530) (@joa-quim)
- Revert the cat_1_arg story again because it lacked colnames. Move a chunk code is psxy to a function. (#1531) (@joa-quim)
- Add a new function to easy up the call of remote grids (#1532) (@joa-quim)
- Add a method for help docs (#1533) (@joa-quim)
- Remove a line where "_g" was always added to remote grids to shut up a warning. (#1534) (@joa-quim)
- Fix a situation when using a nested psclip raised by the change to -R (#1535) (@joa-quim)
Closed issues:
- Register v"1.16.0" (#1491)
v1.17.0
GMT v1.17.0
Merged pull requests:
- Fix clipping cases (#1492) (@joa-quim)
- Add option to getby attrib to invert the sense of the query. (#1494) (@joa-quim)
- Include and export gmtisf. (#1495) (@joa-quim)
- Add option to convert the 5 date/time columns in absolute (unix) time column. (#1496) (@joa-quim)
- Add code to help create custom symbols and search them too in ./gmt/cache_csymb (#1497) (@joa-quim)
- Improvements in the make/finding custom symbols (#1498) (@joa-quim)
- Add option to force geog when reading with wmsread. (#1501) (@joa-quim)
- Add new Photoshop blender like modes to blendimg! (#1502) (@joa-quim)
- ind2rgb accept a CPT name and internally create the CPT. (#1503) (@joa-quim)
- Fix bugs in the band interleaved branches (#1504) (@joa-quim)
- Revert recent makecpt change in -T. (#1505) (@joa-quim)
- Add code to create and dislay meshed 3D bodies (#1506) (@joa-quim)
- Deal with the FaceVertices data (hide invisible faces) in plot3. (#1507) (@joa-quim)
- Add a .obj reader function to gmtreadwrite.jl (#1508) (@joa-quim)
Closed issues:
v1.16.0
GMT v1.16.0
Merged pull requests:
- Expand methods of inwhichpolygon. Add a new function to detect points-in-polygon. (#1484) (@joa-quim)
- Add a 'pack' option to inwhichpolygon. Add a randgeo function. (#1485) (@joa-quim)
- Fixes to make :l or :legend work in both classic and modern and not issue false warnings. (#1487) (@joa-quim)
- Add new function to create GMT DCW type files. (#1488) (@joa-quim)
- Add automatic recognizing of geobuffer format. (#1489) (@joa-quim)
- Expand the nested clip option so that we can also use the pscoast clipping capabilities. (#1490) (@joa-quim)
Closed issues:
v1.15.2
GMT v1.15.2
Merged pull requests:
v1.15.1
GMT v1.15.1
Merged pull requests:
- Workaround for the GMT bug when reporting color depth of gray.cpt master palette. (#1473) (@joa-quim)
- Add a readgeom() function that basically wraps fromWKT() (#1474) (@joa-quim)
- Let clim accept a :zscale argument to compute zlims to pass to makecpt. (#1475) (@joa-quim)
- Let inset zoom work with plotlinefit plots. (#1476) (@joa-quim)
- Fix in detection of ODE type. Something changed and fields changed some positions. (#1477) (@joa-quim)
- Let plot 1 row matrix. Strength xyz2grd with respect to proj settings. (#1478) (@joa-quim)
- Fix cases when calling makecpt with a grid. Only C=... was contemplated. (#1480) (@joa-quim)
Closed issues:
v1.15.0
GMT v1.15.0
Merged pull requests:
- Start working on automatic nested inset() calls (#1459) (@joa-quim)
- Fix a corner case where histogram index access could be off by 1. (#1460) (@joa-quim)
- Auto set -R when plotting a DCW. This allows for auto projection guess. (#1461) (@joa-quim)
- More auto nested inset work. (#1462) (@joa-quim)
- A minimal working nested inset with auto-zoom. (#1463) (@joa-quim)
- Make helper_set_colnames() more robust. Not error and search names bottom up in comments. (#1464) (@joa-quim)
- Guess where the inset window can be put so it doesn't overlap the zoom window. (#1465) (@joa-quim)
- Deal with the cases where the zoom window encloses more than one line. (#1466) (@joa-quim)
- Let file names be also usable with nested insets. Add a pzoom option. (#1467) (@joa-quim)
- Finish all expect-able cases. Works both with linear or projected images. (#1469) (@joa-quim)
Closed issues:
v1.14.2
v1.14.1
GMT v1.14.1
Merged pull requests:
- Update actions and build on Win too (#1451) (@joa-quim)
- Add option to pass in a tile as a quadtree or XYZ address. (#1452) (@joa-quim)
- Lat the labels option accept more forms. (#1453) (@joa-quim)
- Let the CTRL.pocket_call mechanism be able to deal with two nested calls that need data. (#1454) (@joa-quim)
Closed issues:
- Register v"1.13.3" (#1441)