@@ -9,12 +9,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12+ * Added ` compas.linalg ` .
13+ * Added ` compas.matrices ` .
14+ * Added ` compas.itertools ` .
15+ * Added ` compas_rhino.scene.helpers ` .
16+ * Added ` compas.scene.SceneObject.contrastcolor ` .
17+
1218### Changed
1319
1420* Fixed bug in ` compas.geometry.oriented_bounding_box_numpy ` to support points in plane.
15-
16- ### Removed
17-
21+ * Changed ` compas_rhino.scene.RhinoSceneObject ` to pass on positional arguments.
22+ * Changed ` compas_rhino.scene.RhinoBoxObject.draw ` to use attributes only.
23+ * Changed ` compas_rhino.scene.RhinoBrepObject.draw ` to use attributes only.
24+ * Changed ` compas_rhino.scene.RhinoCapsuleObject.draw ` to use attributes only.
25+ * Changed ` compas_rhino.scene.RhinoCircleObject.draw ` to use attributes only.
26+ * Changed ` compas_rhino.scene.RhinoConeObject.draw ` to use attributes only.
27+ * Changed ` compas_rhino.scene.RhinoCurveObject.draw ` to use attributes only.
28+ * Changed ` compas_rhino.scene.RhinoCylinderObject.draw ` to use attributes only.
29+ * Changed ` compas_rhino.scene.RhinoEllipseObject.draw ` to use attributes only.
30+ * Changed ` compas_rhino.scene.RhinoFrameObject.draw ` to use attributes only.
31+ * Changed ` compas_rhino.scene.RhinoGraphObject.draw ` to use attributes only.
32+ * Changed ` compas_rhino.scene.RhinoLineObject.draw ` to use attributes only.
33+ * Changed ` compas_rhino.scene.RhinoMeshObject.draw ` to use attributes only.
34+ * Changed ` compas_rhino.scene.RhinoPlaneObject.draw ` to use attributes only.
35+ * Changed ` compas_rhino.scene.RhinoPointObject.draw ` to use attributes only.
36+ * Changed ` compas_rhino.scene.RhinoPolygonObject.draw ` to use attributes only.
37+ * Changed ` compas_rhino.scene.RhinoPolyhedronObject.draw ` to use attributes only.
38+ * Changed ` compas_rhino.scene.RhinoPolylineObject.draw ` to use attributes only.
39+ * Changed ` compas_rhino.scene.RhinoSphereObject.draw ` to use attributes only.
40+ * Changed ` compas_rhino.scene.RhinoSurfaceObject.draw ` to use attributes only.
41+ * Changed ` compas_rhino.scene.RhinoTorusObject.draw ` to use attributes only.
42+ * Changed ` compas_rhino.scene.RhinoVectorObject.draw ` to use attributes only.
43+ * Changed ` compas_rhino.scene.RhinoVolMeshObject.draw ` to use attributes only.
44+
45+ ### Removed
46+
47+ * Removed ` compas.geometry.linalg ` .
48+ * Removed ` compas.topology.matrices ` .
49+ * Removed ` compas.utilities.itertools ` .
1850
1951## [ 2.0.2] 2024-02-06
2052
0 commit comments