Skip to content

Commit ed54727

Browse files
committed
Update CHANGELOG
1 parent 23011be commit ed54727

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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]:
979984
https://github.com/matplotlib/basemap/issues/581
980985
[#580]:

0 commit comments

Comments
 (0)