COMPAS 2.0.0-beta.3
·
1008 commits
to main
since this release
Added
- Added
compas.dtastructures.Networkas alias ofcompas.datastructures.Graph. - Added
compas.data.Data.nameand included it in serialisation in casecompas.data.Data._name is not None.
Changed
- Merged
compas.datastructures.Halfedgeintocompas.datastructures.Mesh. - Merged
compas.datastructures.Networkintocompas.datastructures.Graph. - Merged
compas.datastructures.Halffaceintocompas.datastructures.VolMesh. - Fixed
RhinoBrepdoesn't get capped after trimming. - Changed
compas.data.Data.datatocompas.data.Data.__data__. - Changed
compas.data.Data.dtypetocompas.data.Data.__dtype__. - Changed
compas.data.Data.from_datatocompas.data.Data.__from_data__.
Removed
- Removed
compas.datastructures.Network. - Removed
compas.datastructures.Halfedge. - Removed
compas.datastructures.Halfface. - Removed
compas.data.Data.attributes. - Removed
compas.data.Datastructure.attributes. - Removed
attributesfromcompas.datastructures.Assembly.data. - Removed
attributesfromcompas.datastructures.CellNetwork.data. - Removed
attributesfromcompas.datastructures.Graph.data. - Removed
attributesfromcompas.datastructures.Mesh.data. - Removed
attributesfromcompas.datastructures.Tree.data. - Removed
attributesfromcompas.datastructures.VolMesh.data. - Removed
compas.data.Data.to_data. - Removed
compas.rpc.XFunc.