@@ -10,7 +10,17 @@ https://keepachangelog.com/en/1.0.0/
1010https://semver.org/spec/v2.0.0.html
1111
1212
13- ## [ Unreleased]
13+ ## [ 1.3.3] - 2022-05-11
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).
1424
1525### Removed
1626- Remove dependency on ` six ` (PR [ #537 ] , fixes issue [ #536 ] ).
@@ -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 ] :
@@ -956,7 +974,9 @@ https://github.com/matplotlib/basemap/issues/228
956974https://github.com/matplotlib/basemap/issues/179
957975
958976[ Unreleased] :
959- https://github.com/matplotlib/basemap/compare/v1.3.2...develop
977+ https://github.com/matplotlib/basemap/compare/v1.3.3...develop
978+ [ 1.3.3] :
979+ https://github.com/matplotlib/basemap/compare/v1.3.2...v1.3.3
960980[ 1.3.2] :
961981https://github.com/matplotlib/basemap/compare/v1.3.1...v1.3.2
962982[ 1.3.1] :
0 commit comments