You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,55 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## Unreleased
9
+
10
+
### Added
11
+
9
12
* Added `Plane.offset`
10
13
* Added `is_mesh_closed` property to `compas.datastructures.mesh_slice_plane`
14
+
15
+
### Changed
16
+
17
+
### Removed
18
+
19
+
20
+
## [1.9.0] 2021-10-21
21
+
11
22
### Added
12
23
13
24
* Added `draw_vertexlabels`, `draw_edgelabels`, `draw_facelabels`, `draw_vertexnormals`, and `draw_facenormals` to `compas_blender.artists.MeshArtist`.
25
+
* Added optional `triangulated` flag to `to_vertices_and_faces` of all shapes.
26
+
* Added `compas.geometry.Geometry` base class.
27
+
* Added `__add__`, `__sub__`, `__and__` to `compas.geometry.Shape` for boolean operations using binary operators.
28
+
* Added `is_closed` to `compas.geometry.Polyhedron`.
0 commit comments