Added
* Added `compas_occ.brep.Brep.from_plane`.
* Added `compas_occ.brep.Brep.simplify`.
Changed
* Changed constructor plugin `compas.geometry.curves.new_curve` to use `super(Curve, cls)` (otherwise it doesn't work).
* Changed constructor plugin `compas.geometry.curves.new_nurbscurve` to use `super(NurbsCurve, cls)` (otherwise it doesn't work).
Removed