0.1.1

PyPI link to release 0.1.1 Documentation for release 0.1.1

Changes:

  • Adding Curve.elevate() method for degree elevation

  • Upgrading curve-curve intersection algorithm to ignore parallel line segments that don’t meet (rather than throwing NotImplementedError)

  • Making segment_intersection() helper return a success bool instead of raising NotImplementedError on failure

  • Updating docs for newton_refine() helper with two examples and making the parallel_different() helper a publicly documented function (as a partner to segment_intersection())

  • Adding some more examples / failures to curve-curve-intersection doc