File tree 1 file changed +18
-0
lines changed
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
12
12
13
13
## [ Unreleased]
14
14
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
+
15
25
### Removed
16
26
- Remove dependency on ` six ` (PR [ #537 ] , fixes issue [ #536 ] ).
17
27
@@ -892,6 +902,12 @@ https://semver.org/spec/v2.0.0.html
892
902
- Fix glitches in drawing of parallels and meridians.
893
903
894
904
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
895
911
[ #537 ] :
896
912
https://github.com/matplotlib/basemap/pull/537
897
913
[ #536 ] :
@@ -918,6 +934,8 @@ https://github.com/matplotlib/basemap/issues/521
918
934
https://github.com/matplotlib/basemap/issues/518
919
935
[ #513 ] :
920
936
https://github.com/matplotlib/basemap/issues/513
937
+ [ #512 ] :
938
+ https://github.com/matplotlib/basemap/issues/512
921
939
[ #510 ] :
922
940
https://github.com/matplotlib/basemap/issues/510
923
941
[ #505 ] :
You can’t perform that action at this time.
0 commit comments