Skip to content

Commit a25ddf8

Browse files
committed
Prepare CHANGELOG for hotfix 1.3.3
1 parent f310fce commit a25ddf8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff 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]:
896912
https://github.com/matplotlib/basemap/pull/537
897913
[#536]:
@@ -918,6 +934,8 @@ https://github.com/matplotlib/basemap/issues/521
918934
https://github.com/matplotlib/basemap/issues/518
919935
[#513]:
920936
https://github.com/matplotlib/basemap/issues/513
937+
[#512]:
938+
https://github.com/matplotlib/basemap/issues/512
921939
[#510]:
922940
https://github.com/matplotlib/basemap/issues/510
923941
[#505]:

0 commit comments

Comments
 (0)