``0.1.1`` ========= |pypi| |docs| 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 `__ .. |pypi| image:: https://img.shields.io/pypi/v/bezier/0.1.1.svg :target: https://pypi.org/project/bezier/0.1.1/ :alt: PyPI link to release 0.1.1 .. |docs| image:: https://readthedocs.org/projects/bezier/badge/?version=0.1.1 :target: https://bezier.readthedocs.io/en/0.1.1/ :alt: Documentation for release 0.1.1