File tree 1 file changed +6
-0
lines changed
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
21
21
### Fixed
22
22
- Update ` numpy ` build dependency to ensure that builds also work on
23
23
MacOS (fixes issue [ #547 ] , thanks to @SongJaeIn for testing).
24
+ - Fix broken implementation of ` Basemap.arcgisimage ` (PR [ #548 ] , solves
25
+ issue [ #546 ] ).
24
26
- Enforce up-to-date ` numpy ` dependency when possible:
25
27
- Set ` numpy >= 1.19 ` for Python == 3.6 due to ` numpy ` vulnerabilities
26
28
[ CVE-2021 -41495] and [ CVE-2021 -41496] .
@@ -922,8 +924,12 @@ https://semver.org/spec/v2.0.0.html
922
924
- Fix glitches in drawing of parallels and meridians.
923
925
924
926
927
+ [ #548 ] :
928
+ https://github.com/matplotlib/basemap/pull/548
925
929
[ #547 ] :
926
930
https://github.com/matplotlib/basemap/issues/547
931
+ [ #546 ] :
932
+ https://github.com/matplotlib/basemap/issues/546
927
933
[ #541 ] :
928
934
https://github.com/matplotlib/basemap/pull/541
929
935
[ #539 ] :
You can’t perform that action at this time.
0 commit comments