Releases: GenericMappingTools/GMT.jl
Releases · GenericMappingTools/GMT.jl
v1.6.0
GMT v1.6.0
Merged pull requests:
- Fix bad logic in determining if color or gray scale image. (#1258) (@joa-quim)
- Modify grdvector to work as a pre-process to use in future windbarbs program (#1259) (@joa-quim)
- Add windbarbs functions to use future GMT windbarbs supplement. (#1260) (@joa-quim)
- Introduce a ugly hack to workaround a GDAL BUG that identifies uint8 layers as CFloat64. (#1261) (@joa-quim)
Closed issues:
- Register v"1.4.1" (#1245)
v1.5.0
GMT v1.5.0
Closed issues:
Merged pull requests:
- Fix case of constant size. Add more documentation. (#1247) (@joa-quim)
- Add docstrings to the cubeplot function and fix a bad default. (#1248) (@joa-quim)
- Let makecpt also accept a GMTgrid in input. (#1249) (@joa-quim)
- Iprove makecpt and grd2cpt to use default CPTs when grids have them. (#1250) (@joa-quim)
- Fix more cases when memory layout is TRB. (#1251) (@joa-quim)
- Add new function, lelandshade, to do texture shading as one-liner. (#1252) (@joa-quim)
- Fix argument calls in gdaldem & makecpt. Use more inplaces. (#1253) (@joa-quim)
- Run the texture shade tests. (#1255) (@joa-quim)
- Fix case when makecpt.jl(Grid,...) received 2 -C (#1256) (@joa-quim)
v1.4.1
v1.4.0
GMT v1.4.0
Closed issues:
- Register v"1.3.2" (#1229)
Merged pull requests:
- Let kw... be shared by coast and plot3. (#1233) (@joa-quim)
- Let -bi mean that input is a dataset. (#1235) (@joa-quim)
- Let gmtread deal with ogr zipped files (like *.shp.zip) (#1236) (@joa-quim)
- Show (all) shapefile attributes in a table. (#1237) (@joa-quim)
- Add function to provide information on grid, images and datasets. (#1238) (@joa-quim)
- Rework the getbyattrib function to select more elements. Make filter and findall aliases of it. (#1239) (@joa-quim)
- Let the centroid (GDAL) function compute all centroids of a vector of GMTdataset. (#1240) (@joa-quim)
- Improve the info() function. (#1241) (@joa-quim)
- Restore the upGMT functionality. Add .shp.zip files to use in tutorials/tests. (#1242) (@joa-quim)
v1.3.3
GMT v1.3.3
Closed issues:
Merged pull requests:
v1.3.2
v1.3.1
v1.3.0
GMT v1.3.0
Closed issues:
- Register v"1.1.1" (#1192)
Merged pull requests:
- Let imshow also accept a cubeplot() argument. (#1205) (@joa-quim)
- Make Times-Romand the new title's font. (#1206) (@joa-quim)
- Restore the ability of ingesting DataFrames without direct dependency. (#1207) (@joa-quim)
- First try of swallowing more than just DataFrames. (#1208) (@joa-quim)
- Try to fish other types (DataFrames, ODE, Rasters) and use them if possible. (#1209) (@joa-quim)
- flipud grids in rasters2grid() thar are Bottom-up (#1210) (@joa-quim)
- Add auto recognizing of DataFrames, ODE and Rasters types (#1211) (@joa-quim)
- Capitalize lower case only globals (#1212) (@joa-quim)
- More work to allow automatic mosaicing 3D arrays (#1213) (@joa-quim)
- Fix situation when -R...+r is used in modern mode (#1214) (@joa-quim)
- A patch to minimize GMT bug when MAP_ORIGIN_X|Y is set in modern mode (#1215) (@joa-quim)
- Implement a patch to plot side colormaps that workaround a GMT bug (#1216) (@joa-quim)
- Expand slicecube to let extract a sub-cube. (#1217) (@joa-quim)
v1.2.0
GMT v1.2.0
Closed issues:
- Register v"1.1.0" (#1188)
- Precompiling error on Julia 1.9.0 on Ubuntu 22.04 (#1190)
- behaviour of makecpt (#1198)
Merged pull requests:
- Improve the -B parsing to allow more simple usages. (#1193) (@joa-quim)
- Try fix the case frame(...) has no axes=... but need it (#1194) (@joa-quim)
- Fix an ambiguity in adding 2 GMTdatasets (#1195) (@joa-quim)
- Use appropriate frame defaults for the 3D cases. (#1196) (@joa-quim)
- Add the cubeplot and sideplot functions to let plot images in the cube faces. (#1197) (@joa-quim)
- Add a seismicity function to download USGS seismicity and plot it. (#1199) (@joa-quim)
- Fix a GMT makecpt limitation that could not recognize numeric (-T) lists (#1200) (@joa-quim)
- Add a new function trisurf() made up of Delaunay and plot3d. (#1201) (@joa-quim)
- New fix for the T list as numeric issue (#1202) (@joa-quim)
- Add a seislegend function to add legends to sesismic plots. (#1203) (@joa-quim)