Releases: GenericMappingTools/GMT.jl
Releases · GenericMappingTools/GMT.jl
v1.1.1
v1.1.0
GMT v1.1.0
Closed issues:
- grdimage with partially transparent colormap over coast (#365)
- Add an 'auto' option to the gridders (#637)
- Executing commands at top level (#1049)
- fail to precompile / install on jupyterhub (#1095)
- Installation failure (#1104)
- Setting the z range in
bar3
plot. (#1137) - Register v"0.44.8" (#1151)
Merged pull requests:
v1.0.0
GMT v1.0.0
Closed issues:
- Register v0.44.6 (#1134)
- Register v"0.44.7" (#1148)
- Installation/update failed on a multi-user system (#1154)
- "fontsize" for legend labels doesn't work with showfig() (#1157)
- Problem to specify the position of a legend (#1167)
- precompile error (#1176)
Merged pull requests:
- Gmt jll (#1152) (@joa-quim)
- Fixes in grdcut/crop and GMT bugs circumvent. (#1153) (@joa-quim)
- Add a worldrectangular function to create rectangular maps from non-cylindrical projrctions. (#1155) (@joa-quim)
- Add a 'geog' field to the GMTgrid & GMTimage types (#1156) (@joa-quim)
- Use temporary names containg the user name. (#1158) (@joa-quim)
- Fish left over info to terminate legend when using showfig() (#1159) (@joa-quim)
- Remove tests for older than 6.4 versions. They are no longer supported. (#1160) (@joa-quim)
- Add a function to also project the coastlines in worldrectangular (#1161) (@joa-quim)
- Add a uggly patch to make it work on unix. (#1162) (@joa-quim)
- Add coastlinesproj and graticules functions to make easy to create maps with PROJ. (#1163) (@joa-quim)
- Let coastlinesproj() accept also a pre-loaded coastlines (#1164) (@joa-quim)
- Fixes to make projecting dumb images work again (#1165) (@joa-quim)
- Finishing (almost) worldrect functionality. (#1166) (@joa-quim)
- Fiish the worldrectangular stack of functions + docs (#1168) (@joa-quim)
- Migrate to PrecompileTools (#1169) (@joa-quim)
- Let the legend kwarg also accept the full option -D (#1170) (@joa-quim)
- More type signatures (#1171) (@joa-quim)
- When a 3D module is called in append mode seek previous -JZ info (#1172) (@joa-quim)
- Do not let global transparency affect the axes too. (#1173) (@joa-quim)
- Expand and document the new mat2ds method (#1174) (@joa-quim)
- Add a wrapper to the gravprism module (#1175) (@joa-quim)
- Fix a couple of cases where using savefig still caused a corrupted PS. (#1177) (@joa-quim)
- Use Downloads.jl and backup wininstaller download (from Github) (#1178) (@joa-quim)
- Add upGMT function to deal with GMT updates on Windows. (#1179) (@joa-quim)
- Add a new gridit() wrapper function to the several grid interpolation methods available. (#1180) (@joa-quim)
- Move GMT types declaration into a newfile (#1181) (@joa-quim)
- Finish the gridit and gdalgrid functions. (#1182) (@joa-quim)
- Extend auto_RI to do also only one of -R or -I (#1183) (@joa-quim)
- Change default fig width from 14 to 15 cm for consistency with GMT (#1184) (@joa-quim)
v0.44.8
v0.44.7
GMT v0.44.7
Closed issues:
- Register v0.44.5 (#1122)
Merged pull requests:
- Add a vecangles function to compute angles from confluent lines. (#1135) (@joa-quim)
- Grdimage -T (#1136) (@joa-quim)
- Fix bug that was not setting +b when :base != 0 was used (#1138) (@joa-quim)
- -R was being ignored in plo3 (#1139) (@joa-quim)
- Do not save the gmt bin dir in deps.jl. Not used anymore. (#1140) (@joa-quim)
- Fix grdview case (#1141) (@joa-quim)
- Do not call the show when the caller came from Franklin (docs build) (#1142) (@joa-quim)
- Remove the docs directory. Docs now live in GMTjl_doc (#1143) (@joa-quim)
- THe colname when adding a error bar was missing (#1144) (@joa-quim)
- When using -M do not try to add a -J nor -B (#1145) (@joa-quim)
- Add + and - methods to operate over GMTdatasets. (#1146) (@joa-quim)
- Fix case when solar calls 'coast' too (#1147) (@joa-quim)
v0.44.6
GMT v0.44.6
Merged pull requests:
- Respect -R if provided into h|vlines (#1123) (@joa-quim)
- Let mat2ds() create multisegment GMTdatasets where segments are separated by NaNs. (#1124) (@joa-quim)
- Add clever decimate function for vector data. (#1125) (@joa-quim)
- Protect h|vlines for the cases where pshistogram sends -R with zeros. (#1126) (@joa-quim)
- Also try to detect time columns in remote files (#1127) (@joa-quim)
- Wrap the (part of) API struct when using GMT 6.5 (#1128) (@joa-quim)
- Recover the return PS functioning. (#1129) (@joa-quim)
- Add forgotten -w option (#1130) (@joa-quim)
- Add a rich() function to do RichText strings (imitates Makie) (#1131) (@joa-quim)
- Grdview & ind2rgb improvements/fixes (#1132) (@joa-quim)
- More careful parse of the x|y|zlim options that were ignored in some circumstances (#1133) (@joa-quim)
v0.44.5
GMT v0.44.5
Closed issues:
Merged pull requests:
- And more (des)invalidations. (#1105) (@joa-quim)
- Add options to do groupings of rows in GMTdatasets (#1107) (@joa-quim)
- Add a grouping option that applies mainly to GMTdatasets (#1108) (@joa-quim)
- Let x|ylabel=:auto functions seek for column names stored in global CTRL struct. (#1109) (@joa-quim)
- Add options to control legend font and fontsize (#1110) (@joa-quim)
- Another try to catch the cpt heisencrash (#1111) (@joa-quim)
- Update modules.md (#1112) (@sidpku)
- Main plot function no longer accepts matrices in input. (#1114) (@joa-quim)
- Improve put_in_legend_bag() to accept Tuples in multi-coluns. (#1115) (@joa-quim)
- Make put_in_legend_bag() more type stable. (#1116) (@joa-quim)
- Add internal options to let plot a square marker in legends for ribbon. (#1117) (@joa-quim)
- Add the linearfitxy function(s), some from the LinearFitXYerrors.jl package (#1118) (@joa-quim)
- linearfitxy.jl (#1120) (@rafael-guerra-www)
- Let the plot function know how to do regressions on grouped variables. (#1121) (@joa-quim)
v0.44.4
v0.44.3
GMT v0.44.3
Closed issues:
Merged pull requests:
- Rename gmtwich.jl to gmtwhich.jl (#1093) (@seisman)
- Break one function and add more precompiles (#1094) (@joa-quim)
- Fixes for invalidations caused by the crazy * strings that insist in being Any (#1096) (@joa-quim)
- More invalidions work. (#1097) (@joa-quim)
- And more invalidations fixes (#1099) (@joa-quim)
- Invalidations (#1100) (@joa-quim)