BREAKING CHANGES
- Polyline: Rename `closed` property to `is_closed`.
- Box: Rename `shape` to `size`.
- Rename `line_intersect()` to `line_intersect2()` and return None instead of
nan's.
New features
- Polyline: Add `oriented_along()` method.
- Polyline: Add `bounding_box` property.
- Polyline: Add `join()` class method.
Bug fixes
- Fix `check_shape_any()` error messages and add tests.
Other maintenance
- Require `vg` 1.5+.
- Omit tests from PyPI distribution.