v0.1.16: Merge pull request #23 from hfutrell/0.1.15-release
significantly improves the speed of intersection testing by removing overhead in the bounding volume hierarchy, improving dispatch to the intersects method, and removing redundant bounding box computations as well as speeding up bounding box computation for cubic curves when all control points fall within the bounding box formed by the starting and end points.