@@ -10,6 +10,28 @@ https://keepachangelog.com/en/1.0.0/
1010https://semver.org/spec/v2.0.0.html
1111
1212
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+
1335## [ 1.3.3] - 2022-05-11
1436
1537### Changed
@@ -902,6 +924,12 @@ https://semver.org/spec/v2.0.0.html
902924- Fix glitches in drawing of parallels and meridians.
903925
904926
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
905933[ #541 ] :
906934https://github.com/matplotlib/basemap/pull/541
907935[ #539 ] :
@@ -974,7 +1002,9 @@ https://github.com/matplotlib/basemap/issues/228
9741002https://github.com/matplotlib/basemap/issues/179
9751003
9761004[ 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
9781008[ 1.3.3] :
9791009https://github.com/matplotlib/basemap/compare/v1.3.2...v1.3.3
9801010[ 1.3.2] :
@@ -1002,14 +1032,22 @@ https://github.com/matplotlib/basemap/compare/v1.0.3rel...v1.0.4rel
10021032[ 1.0.3] :
10031033https://github.com/matplotlib/basemap/tree/v1.0.3rel
10041034
1035+ [ CVE-2022 -24303] :
1036+ https://nvd.nist.gov/vuln/detail/CVE-2022-24303
10051037[ CVE-2022 -22817] :
10061038https://nvd.nist.gov/vuln/detail/CVE-2022-22817
10071039[ CVE-2022 -22816] :
10081040https://nvd.nist.gov/vuln/detail/CVE-2022-22816
10091041[ CVE-2022 -22815] :
10101042https://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
10111047[ CVE-2021 -34552] :
10121048https://nvd.nist.gov/vuln/detail/CVE-2021-34552
1049+ [ CVE-2021 -34141] :
1050+ https://nvd.nist.gov/vuln/detail/CVE-2021-34141
10131051[ CVE-2021 -33430] :
10141052https://nvd.nist.gov/vuln/detail/CVE-2021-33430
10151053[ CVE-2021 -28678] :
0 commit comments