------------------- - Restore setup and runtime discovery and loading of GEOS shared library to state at version 1.5.9 (326). - On OS X we try to reuse any GEOS shared library that may have been loaded via import of Fiona or Rasterio in order to avoid a bug involving the GEOS AbstractSTRtree (324, 327).
1.5.12
------------------- - Remove configuration of root logger from libgeos.py (312). - Skip test_fallbacks on Windows (308). - Call setlocale(locale.LC_ALL, "") instead of resetlocale() on Windows when tearing down the locale test (308). - Fix for Sphinx warnings (309). - Addition of .cache, .idea, .pyd, .pdb to .gitignore (310).
1.5.11
------------------- - Remove packaging module requirement added in 1.5.10 (305). Distutils can't parse versions using 'rc', but if we stick to 'a' and 'b' we will be fine.
1.5.10
------------------- - Monkey patch affinity module by absolute reference (299). - Raise TopologicalError in relate() instead of crashing (294, 295, 303).
1.5.9
------------------ - Fix for 64 bit speedups compatibility (274).
1.5.8
------------------ - Setup file encoding bug fix (254). - Support for pyinstaller (261). - Major prepared geometry operation fix for Windows (268, 269). - Major fix for OS X binary wheel (262).