@@ -10,6 +10,28 @@ https://keepachangelog.com/en/1.0.0/
10
10
https://semver.org/spec/v2.0.0.html
11
11
12
12
13
+ ## [ 1.3.4] - 2022-08-10
14
+
15
+ ### Changed
16
+ - Upgrade ` numpy ` upper pin to 1.24.
17
+ - Upgrade ` pyshp ` upper pin to 2.4.
18
+ - Upgrade ` sphinx ` upper pin to 5.0 and require at least Python 3.6 to
19
+ build the docs.
20
+
21
+ ### Fixed
22
+ - Update ` numpy ` build dependency to ensure that builds also work on
23
+ MacOS (fixes issue [ #547 ] , thanks to @SongJaeIn for testing).
24
+ - Fix broken implementation of ` Basemap.arcgisimage ` (PR [ #548 ] , solves
25
+ issue [ #546 ] ).
26
+ - Enforce up-to-date ` numpy ` dependency when possible:
27
+ - Set ` numpy >= 1.19 ` for Python == 3.6 due to ` numpy ` vulnerabilities
28
+ [ CVE-2021 -41495] and [ CVE-2021 -41496] .
29
+ - Set ` numpy >= 1.22 ` for Python >= 3.8 due to ` numpy ` vulnerability
30
+ [ CVE-2021 -34141] .
31
+ - Enforce up-to-date ` pillow ` dependency when possible:
32
+ - Set ` pillow >= 9.0.1 ` for Python >= 3.7 due to ` pillow `
33
+ vulnerability [ CVE-2022 -24303] .
34
+
13
35
## [ 1.3.3] - 2022-05-11
14
36
15
37
### Changed
@@ -902,6 +924,12 @@ https://semver.org/spec/v2.0.0.html
902
924
- Fix glitches in drawing of parallels and meridians.
903
925
904
926
927
+ [ #548 ] :
928
+ https://github.com/matplotlib/basemap/pull/548
929
+ [ #547 ] :
930
+ https://github.com/matplotlib/basemap/issues/547
931
+ [ #546 ] :
932
+ https://github.com/matplotlib/basemap/issues/546
905
933
[ #541 ] :
906
934
https://github.com/matplotlib/basemap/pull/541
907
935
[ #539 ] :
@@ -974,7 +1002,9 @@ https://github.com/matplotlib/basemap/issues/228
974
1002
https://github.com/matplotlib/basemap/issues/179
975
1003
976
1004
[ Unreleased] :
977
- https://github.com/matplotlib/basemap/compare/v1.3.3...develop
1005
+ https://github.com/matplotlib/basemap/compare/v1.3.4...develop
1006
+ [ 1.3.4] :
1007
+ https://github.com/matplotlib/basemap/compare/v1.3.3...v1.3.4
978
1008
[ 1.3.3] :
979
1009
https://github.com/matplotlib/basemap/compare/v1.3.2...v1.3.3
980
1010
[ 1.3.2] :
@@ -1002,14 +1032,22 @@ https://github.com/matplotlib/basemap/compare/v1.0.3rel...v1.0.4rel
1002
1032
[ 1.0.3] :
1003
1033
https://github.com/matplotlib/basemap/tree/v1.0.3rel
1004
1034
1035
+ [ CVE-2022 -24303] :
1036
+ https://nvd.nist.gov/vuln/detail/CVE-2022-24303
1005
1037
[ CVE-2022 -22817] :
1006
1038
https://nvd.nist.gov/vuln/detail/CVE-2022-22817
1007
1039
[ CVE-2022 -22816] :
1008
1040
https://nvd.nist.gov/vuln/detail/CVE-2022-22816
1009
1041
[ CVE-2022 -22815] :
1010
1042
https://nvd.nist.gov/vuln/detail/CVE-2022-22815
1043
+ [ CVE-2021 -41496] :
1044
+ https://nvd.nist.gov/vuln/detail/CVE-2021-41496
1045
+ [ CVE-2021 -41495] :
1046
+ https://nvd.nist.gov/vuln/detail/CVE-2021-41495
1011
1047
[ CVE-2021 -34552] :
1012
1048
https://nvd.nist.gov/vuln/detail/CVE-2021-34552
1049
+ [ CVE-2021 -34141] :
1050
+ https://nvd.nist.gov/vuln/detail/CVE-2021-34141
1013
1051
[ CVE-2021 -33430] :
1014
1052
https://nvd.nist.gov/vuln/detail/CVE-2021-33430
1015
1053
[ CVE-2021 -28678] :
0 commit comments