File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,14 @@ https://semver.org/spec/v2.0.0.html
2020
2121### Fixed
2222- Fix Cygwin build error due to GCC passing ` "--enable-new-dtags" ` to
23- the linker (solves issue [ # 579 ] , thanks to @DWesl for the help ).
23+ the linker (PR [ # 582 ] by @DWesl , solves issue [ # 579 ] ).
2424- Fix deprecated ` Image.ANTIALIAS ` with ` Image.LANCZOS ` when ` pillow `
2525 version is at least 10.0.0 (PR [ #580 ] by @cgohlke ).
2626- Downgrade upper pin for Cython requirement from 3.1 to 3.0 due to
27- build error triggered by ` _geoslib.pyx ` (solves issue [ #581 ] ).
28- - Downgrade lower pin for ` numpy ` to ` >= 1.21 ` for Python >= 3.8, whose
29- upgrade is delayed until ` basemap ` 1.4.0.
27+ build error triggered by ` _geoslib.pyx ` (solves issues [ #581 ] and
28+ [ #583 ] ).
29+ - Downgrade ` numpy ` lower pin to ` numpy >= 1.21 ` for Python >= 3.8,
30+ whose upgrade is delayed until ` basemap ` 1.4.0.
3031
3132## [ 1.3.7] - 2023-05-04
3233
@@ -975,6 +976,10 @@ https://semver.org/spec/v2.0.0.html
975976- Fix glitches in drawing of parallels and meridians.
976977
977978
979+ [ #583 ] :
980+ https://github.com/matplotlib/basemap/issues/583
981+ [ #582 ] :
982+ https://github.com/matplotlib/basemap/pull/582
978983[ #581 ] :
979984https://github.com/matplotlib/basemap/issues/581
980985[ #580 ] :
You can’t perform that action at this time.
0 commit comments