v1.3.9
This is a maintenance release that fixes the following issues:
- Fix
GeosLibrarywrapper 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_0is greater than 0 deg (thanks to @YilongWang). - Fix "antialiased" argument being ignored in
Basemap.drawcountiesandBasemap.readshapefile(thanks to @TheFizzWare). - Fix missing boundary countries if
BaseGeometry.intersectionreturns 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.floatalias (thanks to @quickbrett). - Fix wrong reference to example file in FAQ (thanks to @timcoote).
Please visit the CHANGELOG for a complete list of changes.