Correct len(copy(Polygon(0,0))) == 1.
What's Changed
- The length of a copy of a polygon of a single point correctly preserves that single point in the copy. Previous versions would create a 0-point polygon out of this degenerate polygon.
- Fix Issue #172, .github directory by @tatarize in #173
Full Changelog: 1.6.10...1.6.11