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
20
20
21
21
### Fixed
22
22
- 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 ] ).
24
24
- Fix deprecated ` Image.ANTIALIAS ` with ` Image.LANCZOS ` when ` pillow `
25
25
version is at least 10.0.0 (PR [ #580 ] by @cgohlke ).
26
26
- 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.
30
31
31
32
## [ 1.3.7] - 2023-05-04
32
33
@@ -975,6 +976,10 @@ https://semver.org/spec/v2.0.0.html
975
976
- Fix glitches in drawing of parallels and meridians.
976
977
977
978
979
+ [ #583 ] :
980
+ https://github.com/matplotlib/basemap/issues/583
981
+ [ #582 ] :
982
+ https://github.com/matplotlib/basemap/pull/582
978
983
[ #581 ] :
979
984
https://github.com/matplotlib/basemap/issues/581
980
985
[ #580 ] :
You can’t perform that action at this time.
0 commit comments