2020.5.19
Python Changes
Bug Fixes
Breaking Changes
- Created
bezier.hazmatsubpackage (fixed #170).- Moved non-public
bezier._py_helpersmodule tobezier.hazmat.helpers(#201). - Moved non-public
bezier._algebraic_intersectionmodule tobezier.hazmat.algebraic_intersection(#216). - Moved non-public
bezier._py_curve_helpersmodule tobezier.hazmat.curve_helpers(#218). - Moved non-public
bezier._py_triangle_intersectionmodule tobezier.hazmat.triangle_intersection(#219). - Moved non-public
bezier._py_triangle_helpersmodule tobezier.hazmat.triangle_helpers(#220). - Moved non-public
bezier._py_intersection_helpersmodule tobezier.hazmat.intersection_helpers(#222). - Moved non-public
bezier._py_geometric_intersectionmodule tobezier.hazmat.geometric_intersection(#223).
- Moved non-public
Documentation
- Updated
binary-extensiondoc to refer tobezier.libs(#211). This is based on a change toauditwheelfrom the 3.1.0 release. - Removed
algorithms/algebraic-helpersdocument since thebezier.hazmat.algebraic_intersectionmodule is now fully documented (#216). - Updated from
https://docs.scipy.org/doc/numpytohttps://numpy.orgfor references to the NumPy documentation (#221). - Removed
algorithms/geometric-helpersdocument since the functions and classes there are now fully documented inbezier.hazmat(#223).