File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,16 @@ https://semver.org/spec/v2.0.0.html
1212
1313## [ Unreleased]
1414
15+ ### Changed
16+ - Reformat ` basemap.cm ` using ` flake8 ` and ` black ` .
17+
18+ ### Fixed
19+ - Fix issue in ` drawcoastlines ` with shape of vertices array
20+ (PR [ #538 ] by @guziy , fixes issue [ #512 ] ).
21+ - Fix setup to identify GEOS dylib on MacOS correctly (PR [ #541 ] ,
22+ fixes issue [ #539 ] , thanks to @ronaldbradford and @CaffreyR for
23+ testing).
24+
1525### Removed
1626- Remove dependency on ` six ` (PR [ #537 ] , fixes issue [ #536 ] ).
1727
@@ -892,6 +902,12 @@ https://semver.org/spec/v2.0.0.html
892902- Fix glitches in drawing of parallels and meridians.
893903
894904
905+ [ #541 ] :
906+ https://github.com/matplotlib/basemap/pull/541
907+ [ #539 ] :
908+ https://github.com/matplotlib/basemap/issues/539
909+ [ #538 ] :
910+ https://github.com/matplotlib/basemap/pull/538
895911[ #537 ] :
896912https://github.com/matplotlib/basemap/pull/537
897913[ #536 ] :
@@ -918,6 +934,8 @@ https://github.com/matplotlib/basemap/issues/521
918934https://github.com/matplotlib/basemap/issues/518
919935[ #513 ] :
920936https://github.com/matplotlib/basemap/issues/513
937+ [ #512 ] :
938+ https://github.com/matplotlib/basemap/issues/512
921939[ #510 ] :
922940https://github.com/matplotlib/basemap/issues/510
923941[ #505 ] :
You can’t perform that action at this time.
0 commit comments