v1.3.9
This is a maintenance release that fixes the following issues:
- Fix
GeosLibrary
wrapper to also work with CMake >= 3.27.0 and Python 2.7 on Windows. - Fix broken
Proj.__call__
when the input arguments are provided as a combined single array. - Fix flipped coastlines with pseudocylindrical projections when
lon_0
is greater than 0 deg (thanks to @YilongWang). - Fix "antialiased" argument being ignored in
Basemap.drawcounties
andBasemap.readshapefile
(thanks to @TheFizzWare). - Fix missing boundary countries if
BaseGeometry.intersection
returns aGEOS_GEOMETRYCOLLECTION
(thanks to @guidocioni). - Fix warped images shown behind elliptical map backgrounds when the map boundary is not initialised manually (thanks to @YilongWang).
- Fix references to removed
numpy.float
alias (thanks to @quickbrett). - Fix wrong reference to example file in FAQ (thanks to @timcoote).
Please visit the CHANGELOG
for a complete list of changes.