File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ https://semver.org/spec/v2.0.0.html
2121### Fixed
2222- Update ` numpy ` build dependency to ensure that builds also work on
2323 MacOS (fixes issue [ #547 ] , thanks to @SongJaeIn for testing).
24+ - Fix broken implementation of ` Basemap.arcgisimage ` (PR [ #548 ] , solves
25+ issue [ #546 ] ).
2426- Enforce up-to-date ` numpy ` dependency when possible:
2527 - Set ` numpy >= 1.19 ` for Python == 3.6 due to ` numpy ` vulnerabilities
2628 [ CVE-2021 -41495] and [ CVE-2021 -41496] .
@@ -922,8 +924,12 @@ https://semver.org/spec/v2.0.0.html
922924- Fix glitches in drawing of parallels and meridians.
923925
924926
927+ [ #548 ] :
928+ https://github.com/matplotlib/basemap/pull/548
925929[ #547 ] :
926930https://github.com/matplotlib/basemap/issues/547
931+ [ #546 ] :
932+ https://github.com/matplotlib/basemap/issues/546
927933[ #541 ] :
928934https://github.com/matplotlib/basemap/pull/541
929935[ #539 ] :
You can’t perform that action at this time.
0 commit comments