Skip to content

v1.3.9

Compare
Choose a tag to compare
@molinav molinav released this 26 Dec 20:17
· 240 commits to develop since this release

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 and Basemap.readshapefile (thanks to @TheFizzWare).
  • Fix missing boundary countries if BaseGeometry.intersection returns a GEOS_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.