0.6.3

PyPI link to release 0.6.3 Documentation for release 0.6.3

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).