COMPAS 2.0.0-alpha.2
Pre-release
Pre-release
·
1432 commits
to main
since this release
Added
- Added
Frame.axes - Added
compas.datastructures.TreeNodeandcompas.datastructures.Treeclasses. - Added
EllipseArtisttocompas_rhinoandcompas_ghpython.
Changed
- Changed
Network.is_planarto rely onNetworkXinsteadplanarityfor planarity checking. - Removed
planarityfrom requirements. - Fixed argument order at
compas.geometry.cone.circle. - Pinned
jsonschemaversion to >=4.17, <4.18 to avoid Rust toolchain - Fixed
box_to_compasincompas_rhino.conversionsto correctly take in the center of the box as the center point of the frame. - Removed
cythonfrom requirements. - Made X and Y axis optional in the constructor of
Frame. - Moved
compas.geometry.breptocompas.brep. - Changed
networkxversion to>=3.0to ensure support foris_planar. - Moved
compas.geometry.curves.nurbs_.pyandcompas.geometry.surfaces.nurbs_.pytocompas_nurbs.