``0.6.3`` ========= |pypi| |docs| Python Changes -------------- Surface Changes ~~~~~~~~~~~~~~~ - Changed ``RuntimeError('Unexpected number of edges', 11)`` to ``RuntimeError('Unknown error has occurred.')`` in the speedup that does surface-surface intersection (`35ab5d5 `__). The old error message was a "copy-paste" artifact from the ``basic_interior_combine()`` Python helper. Build ~~~~~ - Removed a flag (``-march=native``) from the build process for the ``bezier._speedup`` extension module (`e739429 `__). Using the flag caused the ``manylinux`` wheels to be "broken" (see `#98 `__). .. |pypi| image:: https://img.shields.io/pypi/v/bezier/0.6.3.svg :target: https://pypi.org/project/bezier/0.6.3/ :alt: PyPI link to release 0.6.3 .. |docs| image:: https://readthedocs.org/projects/bezier/badge/?version=0.6.3 :target: https://bezier.readthedocs.io/en/0.6.3/ :alt: Documentation for release 0.6.3