@@ -13,8 +13,13 @@ since version 1.3.0.
13
13
### Fixed
14
14
- Fix setup encoding comment to deal with corner case under PowerShell.
15
15
- Enforce dependency ` numpy >= 1.21 ` for Python >= 3.7 due to ` numpy `
16
- vulnerability CVE-2021 -33430.
16
+ vulnerability [ CVE-2021 -33430] .
17
17
- Fix wrong marker for ` unittest2 ` in development requirements.
18
+ - Fix ` sdist ` so that packages can be built from source distributions
19
+ (PR [ #532 ] by @DWesl ).
20
+
21
+ ### Removed
22
+ - Remove deprecation notices (issue [ #527 ] ).
18
23
19
24
## [ 1.3.1] - 2022-01-22
20
25
@@ -856,10 +861,14 @@ since version 1.3.0.
856
861
- Fix glitches in drawing of parallels and meridians.
857
862
858
863
864
+ [ #532 ] :
865
+ https://github.com/matplotlib/basemap/pull/532
859
866
[ #531 ] :
860
867
https://github.com/matplotlib/basemap/issues/531
861
868
[ #530 ] :
862
869
https://github.com/matplotlib/basemap/issues/530
870
+ [ #527 ] :
871
+ https://github.com/matplotlib/basemap/issues/527
863
872
[ #526 ] :
864
873
https://github.com/matplotlib/basemap/issues/526
865
874
[ #525 ] :
@@ -868,7 +877,7 @@ https://github.com/matplotlib/basemap/issues/525
868
877
https://github.com/matplotlib/basemap/issues/521
869
878
[ #518 ] :
870
879
https://github.com/matplotlib/basemap/issues/518
871
- [ #513 ]
880
+ [ #513 ] :
872
881
https://github.com/matplotlib/basemap/issues/513
873
882
[ #510 ] :
874
883
https://github.com/matplotlib/basemap/issues/510
@@ -931,3 +940,6 @@ https://github.com/matplotlib/basemap/compare/v1.0.4rel...v1.0.5rel
931
940
https://github.com/matplotlib/basemap/compare/v1.0.3rel...v1.0.4rel
932
941
[ 1.0.3] :
933
942
https://github.com/matplotlib/basemap/tree/v1.0.3rel
943
+
944
+ [ CVE-2021 -33430] :
945
+ https://nvd.nist.gov/vuln/detail/CVE-2021-33430
0 commit comments