GMT v1.33.1
Merged pull requests:
- Some minor changes that apparently workaround Julia bugs that forces recompilation. (#1806) (@joa-quim)
- More changes to fight julia endless eager to recompile. (#1807) (@joa-quim)
- Substantials rewrites to try to minimize the severe regression in Julia >= 1.11 that force plot() recompilations wildly (#1809) (@joa-quim)
- Reduce invalidations suggested by KristofferC in #59494 (#1811) (@joa-quim)
- Comment one test (#1813) (@joa-quim)
- Fix a few invalidations. (#1814) (@joa-quim)
- Remove one gmtinfo() call (compiler doesn't like it) (#1815) (@joa-quim)
- Must revert this invalidations change (add a MIME) because it breaks plot in VSC pane. (#1816) (@joa-quim)
- Put back the MIME type, but this time correctly. (#1817) (@joa-quim)
- Fix error in reading some shapefiles by exporting Gdal.wkbPointZM (#1818) (@anowacki)
- Use invokelatest() for all XX_init() functions that were inference failing. (#1819) (@joa-quim)
- Isolate the gmtread step of grdimage|view in the wrap functions and use invokelatest() (#1820) (@joa-quim)
- Add more pre-compiles and invokelatest() (#1821) (@joa-quim)
- Add 3 new leptonica funs: imregionalmax|min & imclearborder (#1822) (@joa-quim)
- Wrap plot() and plotlinefit() under kw -> d protecting functions. (#1823) (@joa-quim)
- Fix things in stereonet. (savefig and show were not working correctly) (#1824) (@joa-quim)
- Remove many module signatures (like in GMT.mat2ds). This implies more exports. (#1825) (@joa-quim)
- Extract the crop.jl() function out of grdcut.jl into a separate file. (#1826) (@joa-quim)
- Fix some recent regressions. Replace some module calls by their gmt(...) equivalent. (#1827) (@joa-quim)
- Move some functions around and replace some calls to module names by gmt(...) (#1828) (@joa-quim)
- Replace, in base codes, calls to GMT by module name with gmt(...) (#1829) (@joa-quim)
- Fix a regression introduced when the Vd=2 was split from finish_PS_module() (#1830) (@joa-quim)
- A small reorganization by moving sub-modules to their own dirs. (#1831) (@joa-quim)
Closed issues: