v1.8.0
GMT v1.8.0
Merged pull requests:
- Use sprintf instead of @sprintf in some places. Fix issue in gmtread. Less methods. (#1300) (@joa-quim)
- Fix a few instabilities in orbits and pca. (#1301) (@joa-quim)
- More type stabilities attempts. Fix bug in time column determination when only one column is present. (#1302) (@joa-quim)
- More attempts to reduce the number of dynamic dispatches (#1303) (@joa-quim)
- Lower Julia version requirement to 1.6. (#1304) (@joa-quim)
- Let guess_T_from_ext() also find the .arrow, .feather & .parquet files. (#1306) (@joa-quim)
- Add more wrappers & methods to support the new gdaldrivers() function. (#1307) (@joa-quim)
- Add a new moisaic() function that downloads and mosaic images tiles served by web tiles servers. (#1308) (@joa-quim)
- Use the pt_radius to create the proj4 string saved in the GMTimage. (#1309) (@joa-quim)
- Improve the mosaic cache mechanism. (#1310) (@joa-quim)
- Add a geocoder() function to get coordinates of Addresses. (#1311) (@joa-quim)
- Add option to return the image with the exact requested limits. (#1312) (@joa-quim)
- Let providers type from TilesProvider be accepted as well in mosaic() (#1313) (@joa-quim)
- Make the exact limits be the default behavior. (#1314) (@joa-quim)
- Revert #1287 that removed is_in_kwargs and broke several things. (#1315) (@joa-quim)
Closed issues:
- Precompilation issue on mac (#1234)