Skip to content

Commit 715e59b

Browse files
committed
Merge branch 'hotfix-1.3.9' into develop
2 parents fdd8f50 + 86a0eb3 commit 715e59b

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,25 +70,29 @@ https://semver.org/spec/v2.0.0.html
7070
or the deprecated `matplotlib.cbook.dedent`) to write multi-line error
7171
messages.
7272

73-
## [1.3.9]
73+
## [1.3.9] - 2023-12-26
7474

7575
### Fixed
7676
- Fix `GeosLibrary` wrapper to also work with CMake >= 3.27.0 and
7777
Python 2.7 on Windows by adding '/MANIFEST:NO' to override the new
7878
default '/MANIFEST:EMBED,ID=2' provided to linker.
79-
- Fix references to removed `numpy.float` alias (solves issue [#589],
80-
thanks to @quickbrett).
81-
- Fix bug with elliptical maps causing warped images (Blue Marble,
82-
ETOPO, Shaded Relief) to be shown behind the map background when the
83-
map boundary is not initialised manually (solves issue [#577], thanks
84-
to @YilongWang).
79+
- Fix broken `Proj.__call__` when the input arguments are provided as
80+
a combined single array.
8581
- Fix flipped coastlines with pseudocylindrical projections when `lon_0`
8682
is greater than 0 deg (solves issues [#443] and [#463], thanks to
8783
@YilongWang).
88-
- Fix broken `Proj.__call__` when the input arguments are provided as
89-
a combined single array.
9084
- Fix `antialiased` argument being ignored in `Basemap.drawcounties` and
9185
`Basemap.readshapefile` (solves issue [#501], thanks to @TheFizzWare).
86+
- Fix `BaseGeometry.intersection` in `_geoslib` so that it also works
87+
with `GEOS_GEOMETRYCOLLECTION` objects returned by `GEOSIntersection`
88+
(solves issue [#566], where country boundaries are missing due to this
89+
bug, thanks to @guidocioni).
90+
- Fix bug with elliptical maps causing warped images (Blue Marble,
91+
ETOPO, Shaded Relief) to be shown behind the map background when the
92+
map boundary is not initialised manually (solves issue [#577], thanks
93+
to @YilongWang).
94+
- Fix references to removed `numpy.float` alias (solves issue [#589],
95+
thanks to @quickbrett).
9296
- Fix wrong reference to `ireland.py` example in FAQ, which should be
9397
`hires.py` instead, and fix wrong use of locals and invalid syntax
9498
in this example (solves issue [#592], thanks to @timcoote).
@@ -1084,6 +1088,8 @@ https://github.com/matplotlib/basemap/issues/579
10841088
https://github.com/matplotlib/basemap/issues/577
10851089
[#573]:
10861090
https://github.com/matplotlib/basemap/issues/573
1091+
[#566]:
1092+
https://github.com/matplotlib/basemap/issues/566
10871093
[#565]:
10881094
https://github.com/matplotlib/basemap/pull/565
10891095
[#564]:

0 commit comments

Comments
 (0)