COMPAS 2.0.0-alpha.2
Pre-release
Pre-release
github-actions
released this
07 Nov 15:38
·
1149 commits
to main
since this release
Added
- Added
Frame.axes
- Added
compas.datastructures.TreeNode
andcompas.datastructures.Tree
classes. - Added
EllipseArtist
tocompas_rhino
andcompas_ghpython
.
Changed
- Changed
Network.is_planar
to rely onNetworkX
insteadplanarity
for planarity checking. - Removed
planarity
from requirements. - Fixed argument order at
compas.geometry.cone.circle
. - Pinned
jsonschema
version to >=4.17, <4.18 to avoid Rust toolchain - Fixed
box_to_compas
incompas_rhino.conversions
to correctly take in the center of the box as the center point of the frame. - Removed
cython
from requirements. - Made X and Y axis optional in the constructor of
Frame
. - Moved
compas.geometry.brep
tocompas.brep
. - Changed
networkx
version to>=3.0
to ensure support foris_planar
. - Moved
compas.geometry.curves.nurbs_.py
andcompas.geometry.surfaces.nurbs_.py
tocompas_nurbs
.