Releases: GenericMappingTools/GMT.jl
Releases · GenericMappingTools/GMT.jl
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)
v1.14.0
GMT v1.14.0
Merged pull requests:
- Update the GADM download site to its new address (shit) (#1442) (@joa-quim)
- Add a setnodata() function to fix grids with flag values but didn't set the nodata value. (#1444) (@joa-quim)
- Forgot to add option -q to gmtread and gmtconvert (#1445) (@joa-quim)
- Add options to polygonize to limit the number of polygons based in ncels or min area and sort polygons by area. (#1446) (@joa-quim)
- Fix geopkg GADM parsing due to breaks in new GADM4.5 (#1447) (@joa-quim)
- When reading a grid and specifying gdal=1 that was ignored if not grd=1. (#1448) (@joa-quim)
- Add the option 'labels="att:???"' to allow plotting the attribute ??? text (used in mosaic() GMTdatasets). (#1449) (@joa-quim)
Closed issues:
- Register v"1.13.2" (#1433)
v1.13.3
GMT v1.13.3
Merged pull requests:
- Remove stray parenthesis in -te that made gdalwarp to fail in recent GDAL versions. (#1434) (@joa-quim)
- Change type of global POSTMAN. Improve polygonize to restrict size and order of output. (#1435) (@joa-quim)
- Add a new function to convert RGB to YCbCr space. (#1436) (@joa-quim)
- Add rgb2lab function (#1437) (@joa-quim)
- Pad grayscale images that are going to be projected. (#1438) (@joa-quim)
- Forget about BitMatrix in GMTimages. That forces AbstractArray and hell slow blows up. (#1439) (@joa-quim)
- Parse segment headers for the presence of comments with Attrib(name=value) (#1440) (@joa-quim)
Closed issues:
- Register v"1.13.1" (#1429)
v1.13.2
GMT v1.13.2
Merged pull requests:
- Identify neighbor columns with DATE & TIME. Join them. (#1430) (@joa-quim)
- Add an option 'stride' that calls 'gmtconvert' instead of read and strides row reading. (#1431) (@joa-quim)
- Fix broken cases when doing rasterzones! on images. (#1432) (@joa-quim)
Closed issues:
- Register v"1.13.0" (#1423)
v1.13.1
GMT v1.13.1
Merged pull requests:
- Need to cast the UInts floats in UInts GMTimage algebras (#1424) (@joa-quim)
- Check that we are not asking gdal to read a file with region larger than its dimensions. (#1425) (@joa-quim)
- Test for AbstractDict instead of Dict when expecting an input via Python. This expands access via JuiaCall. (#1426) (@joa-quim)
- When plotting histograms of RGB images, do it with 3 sub-figures. (#1427) (@joa-quim)
- Fix bugs of non declared vars hidden by the nasty PrecompileTools bug. (#1428) (@joa-quim)
Closed issues:
v1.13.0
GMT v1.13.0
Merged pull requests:
- More fixes for the case when we are calling legend!(...) with configs only. (#1414) (@joa-quim)
- Change some variables default type to get better type stability. (#1415) (@joa-quim)
- UInt16 cubes can now be used too in imshow (#1416) (@joa-quim)
- Add logical +,-,|,&,xor operations to UInt5 and Boolean GMTimages (#1417) (@joa-quim)
- Let imagesc also have the
stretch
option. (#1418) (@joa-quim) - Extend the grid algebraic operations to GMTimage as well. (#1419) (@joa-quim)
- Add a 'grays2rgb' function to compose three gray images into a RGB. (#1420) (@joa-quim)
Closed issues:
v1.12.2
GMT v1.12.2
Merged pull requests:
- Let 'legend' function be used to finish settings of the 'legend' option. (#1407) (@joa-quim)
- Fix situations where using :name and :show would error or not show. (#1408) (@joa-quim)
- Add option to image_alpha! to burn the transparency instead of adding it as layer. (#1409) (@joa-quim)
- Let legend settings (fonts, etc) be also set at end and work with showfig() (#1410) (@joa-quim)
- Need to have the same kwargs in both getprovider methods. (#1411) (@joa-quim)
- Fixes for letting modern mode scripts print correctly in notebooks. (#1412) (@joa-quim)
Closed issues:
- Register v"1.12.0" (#1394)