2020.5.19
Python Changes
Bug Fixes
Breaking Changes
Created
bezier.hazmat
subpackage (fixed #170).Moved non-public
bezier._py_helpers
module tobezier.hazmat.helpers
(#201).Moved non-public
bezier._algebraic_intersection
module tobezier.hazmat.algebraic_intersection
(#216).Moved non-public
bezier._py_curve_helpers
module tobezier.hazmat.curve_helpers
(#218).Moved non-public
bezier._py_triangle_intersection
module tobezier.hazmat.triangle_intersection
(#219).Moved non-public
bezier._py_triangle_helpers
module tobezier.hazmat.triangle_helpers
(#220).Moved non-public
bezier._py_intersection_helpers
module tobezier.hazmat.intersection_helpers
(#222).Moved non-public
bezier._py_geometric_intersection
module tobezier.hazmat.geometric_intersection
(#223).
Documentation
Updated
binary-extension
doc to refer tobezier.libs
(#211). This is based on a change toauditwheel
from the 3.1.0 release.Removed
algorithms/algebraic-helpers
document since thebezier.hazmat.algebraic_intersection
module is now fully documented (#216).Updated from
https://docs.scipy.org/doc/numpy
tohttps://numpy.org
for references to the NumPy documentation (#221).Removed
algorithms/geometric-helpers
document since the functions and classes there are now fully documented inbezier.hazmat
(#223).