- Passing a single coordinate to ``LineString()`` with speedups disabled now raises a ValueError as happens with speedups enabled. This resolves 509.
1.6b4
------------------
Bug fixes:
- Isolate vendorized packaging in a _vendor directory, remove obsolete dist-info, and remove packaging from project requirements (resolves 468).
1.6b3
------------------
Bug fixes:
- Level for log messages originating from the GEOS notice handler reduced from WARNING to INFO (447). - Permit speedups to be imported again without Numpy (444).
1.6b2
------------------
New features:
- Add support for GeometryCollection to shape and asShape functions (422).
1.6b1
------------------
Bug fixes:
- Implemented __array_interface__ for empty Points and LineStrings (403).
1.6a3
------------------
Bug fixes:
- Remove accidental hard requirement of Numpy (431).
Packaging:
- Put Numpy in an optional requirement set named "vectorized" (431).