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
+78-9Lines changed: 78 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,33 +9,102 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
-
- Support for relative mesh references in URDF.
12
+
### Changed
13
+
14
+
- Fix exception on Rhino Mac.
15
+
- Fix missing import on `compas_rhino.geometry`.
16
+
17
+
### Removed
18
+
19
+
## [0.5.0] 2019-03-15
20
+
21
+
### Added
22
+
23
+
- Add `Circle` and `Sphere` primitives to `compas.geometry`.
24
+
- Add functions to `Plane` and `Box` primitives.
25
+
- Add functions to `compas_rhino` curve: `length` and `is_closed`.
26
+
- Add functions to `compas_rhino` surface: `kinks`, `closest_point`, `closest_point_on_boundaries`, and functions for mapping/remapping between XYZ and UV(0) spaces based on surface's parametrization (`point_xyz_to_uv`, `point_uv_to_xyz`, `line_uv_to_xyz`, `polyline_uv_to_xyz`, `mesh_uv_to_xyz`)
27
+
- Add `is_scalable` to `compas.robots.Joint`.
28
+
29
+
### Changed
13
30
14
-
## 0.5.0
31
+
- Fix exception in `Plane.transform`.
32
+
- Fix installer to remove old symlinks.
33
+
- Fix RPC proxy server.
34
+
35
+
## [0.4.22] 2019-03-05
15
36
16
37
### Added
17
38
39
+
- Add pretty print option to JSON formatter.
40
+
- Add remeshing based on `triangle`.
41
+
- Add compatibility with ETO forms to `compas_rhino` edge modifiers.
- Add option to create `Network` and `Mesh` from dictionaries of vertices and faces.
73
+
- Add `face_adjacency_vertices` to `Mesh`
74
+
- Add optional prefix to the rhino name attribute processor
75
+
- Add `mesh_move_vertices` to `compas_rhino`.
76
+
- Add support for relative mesh references in URDF.
77
+
78
+
### Changed
79
+
80
+
- Fix mesh centroid and mesh normal calculation.
81
+
- Refactor of drawing functions in `compas_blender`.
82
+
- Fix material creation in `compas_blender`.
83
+
- New default for subdivision: `catmullclark`.
84
+
85
+
## [0.4.9] 2019-02-10
86
+
87
+
### Added
88
+
89
+
- New class methods for `Polyhedron`: `from_platonicsolid` and `from_vertices_and_faces`.
18
90
- Constrained and conforming Delaunay triangulations based on Triangle.
19
91
- Predicate-based filtering of vertices and edges.
20
92
21
93
### Changed
22
94
23
-
- Updated Rhino installation merging Win32 and Mac implementations and defaulting the bootstrapper to the active python even if no CONDA environment is active during install.
95
+
- Fix exception in `angle_vectors_signed` if vectors aligned
96
+
- Fix exception in `Polyline.point`
97
+
- Update Rhino installation merging Win32 and Mac implementations and defaulting the bootstrapper to the active python even if no CONDA environment is active during install.
0 commit comments