Releases: GenericMappingTools/GMT.jl
Releases · GenericMappingTools/GMT.jl
v0.14.0
v0.13.0
v0.13.0 (2020-01-03)
Closed issues:
Merged pull requests:
- Movievars (#323) (joa-quim)
- Events (#322) (joa-quim)
- Movie (#321) (joa-quim)
- Will replace jessica but meanwhile just not show it (#320) (joa-quim)
- Let transparency be given in [0 1] or [0 100] range. (#319) (joa-quim)
- Add new function, genFun(), to parse waterfall type syntax. (#318) (joa-quim)
- Improve auto -R and avoid GMT6.0 bug. (#317) (joa-quim)
- Forgot committing this (#316) (joa-quim)
- Work around the SSL shit on Windows. (#315) (joa-quim)
- Option -c (subplots) is now 1 based. (#313) (joa-quim)
- Let gmtread detect some formats using file name extension. (#312) (joa-quim)
- Expand the show method for grids, images, datasets. (#311) (joa-quim)
- More2modules (#310) (joa-quim)
- Remove one error test, and test another. (#309) (joa-quim)
v0.12.0
v0.12.0 (2019-10-17)
Closed issues:
Merged pull requests:
- Fix shit gmt_main when removed global declarations. (#303) (joa-quim)
- Finish removing links to old soest site. (#302) (joa-quim)
- Fix the modern mode workings. (#301) (joa-quim)
- Warn user if current GMT version is different from info at last compile. (#300) (joa-quim)
- Add types in function signatures. (#299) (joa-quim)
- Improve a bit online doc and change some aliases. [skip CI] (#297) (joa-quim)
- Expand imshow to also call grdview if -p is given (#296) (joa-quim)
- Use joinpath() instead of checkink outout of tempdir() (#295) (joa-quim)
- Let grdimage accept illum=true (#294) (joa-quim)
- Fix nested issue with cpts (#293) (joa-quim)
- Make savefig work again after the format picking by extension. (#292) (joa-quim)
- More modern mode fixes and 2 gallery plots. (#291) (joa-quim)
- Let figure file name and format be determined by file extension (#290) (joa-quim)
v0.11.0
v0.11.0 (2019-07-15)
Closed issues:
- variable name error in documentation:
scaleat\_lat
could bescale\_at\_lat
(#272)
Merged pull requests:
- Workaround the session long memory issue (#287) (joa-quim)
- Finish the modern mode group (add gmtfig) (#286) (joa-quim)
- Add gmtbegin & gmtend (#285) (joa-quim)
- Improve subplot (#284) (joa-quim)
- Add the first modern mode module: subplot (#283) (joa-quim)
- Add 4 examples and fixes (#282) (joa-quim)
- Fix -J default. (#281) (joa-quim)
- Update links to newest GMT (#280) (joa-quim)
- Add a compass example (#279) (joa-quim)
- Add gallery examples plus fixes (#278) (joa-quim)
- Replace var_ab by var\_ab in .md because Julia/Docunter bug (#277) (joa-quim)
- Update some docs (#276) (joa-quim)
v0.10.0
v0.10.0 (2019-06-15)
Closed issues:
- Rgister 0.10.0 (#274)
Merged pull requests:
- Add a few tests (#273) (joa-quim)
- Make all symbols verbose. (#271) (joa-quim)
- Add plot.md docs (#270) (joa-quim)
- Comment 1.2 and test more lines. (#269) (joa-quim)
- Test a few more lines (#268) (joa-quim)
- Test under 1.2.0 (#267) (joa-quim)
- Remove test for memlayout in gmtreadwrite (#266) (joa-quim)
- Finish updating the syntax od frames examples (plus code support) (#265) (joa-quim)
- Fix more img links (#264) (joa-quim)
- Get back to image links horror again (#263) (joa-quim)
- Add text.md doc (#262) (joa-quim)
- Mostly add colorbar man page (#261) (joa-quim)
- Add more tests (#260) (joa-quim)
- Improve the syntax used in some of the frame examples. (#259) (joa-quim)
- Fix build after Project.toml (#258) (joa-quim)
Expand grdimage and grdview options to use verbose keywords.
Merge pull request #219 from GenericMappingTools/imgview Introduce get_cpt_set_R() and common_shade() functions
Replace default function args vals = [] by 'nothing'
Also add more tests.
Improve nested module calls in grdimage
Add docs for coast
and grdimage
Expand several complex options to key/val syntax
Also add galleries for projections and other examples.
General improvments of the plotting modules
Add automatic legends, plot multi lines at once, etc.