Published February 6, 2022
| Version v1.14.0
Software
Open
compas-dev/compas: COMPAS 1.14.0
Authors/Creators
- Tom Van Mele1
- Gonzalo Casas2
- beverlylytle
- Romana Rust3
- Andrew Liew4
- Li
- Anton Tetov
- Rafael Pastrana5
- Rippmann
- Juney Lee1
- Achilleas Xydis
- Mathias Bernhard6
- robin-oval
- mattiskoh
- Xingxin HE7
- Victor LEUNG8
- nizartaha
- wenqian157
- Ania A.9
- Robin Godwyll10
- deviezeviking
- Chaoyu Du
- Kathrin Dörfler
- robinjodon11
- Francesco Ranaudo12
- Gene Ting-Chun Kao13
- nikeftekhar
- Yijiang Huang14
- Andrea Ghensi
- Elitsa Dimitrova
- 1. Block Research Group
- 2. ETH Zürich, Institute of Technology in Architecture
- 3. ETH Zurich, ITA Institute of Technology in Architecture, Gramazio Kohler Research
- 4. UoS / ICAIR
- 5. Princeton University
- 6. @PolyhedralStructuresLaboratory
- 7. RoboticPlus.AI
- 8. Gramazio Kohler Research, ETH Zurich
- 9. ETH Zürich
- 10. Looking for work
- 11. EPFL
- 12. ETH / BRG / NCCR dfab
- 13. ETH Zurich
- 14. MIT
Description
Added
- Added
compas.colors.Color. - Added
compas.colors.ColorMap. - Added
compas_blender.conversions.BlenderGeometry. - Added
compas_blender.conversions.BlenderCurve. - Added
compas_blender.conversions.BlenderMesh. - Added option to return strip faces from
compas.datastructure.Halfedge.edge_strip. - Added
compas.geometry.Bezier.transform. - Added
compas.geometry.Curveas base class for curves. - Added
compas.geometry.Surfaceas base class for surfaces. - Added
compas_rhino.geometry.RhinoCurveas Rhino plugin for basic curves. - Added
compas_rhino.geometry.RhinoSurfaceas Rhino plugin for basic surfaces. - Added pluggable
compas.geometry.curves.curve.new_curve. - Added pluggable
compas.geometry.surfaces.surface.new_surface. - Added
compas.artists.CurveArtist. - Added
compas.artists.SurfaceArtist. - Added
compas_rhino.artists.CurveArtist. - Added
compas_rhino.artists.SurfaceArtist. - Added
compas_ghpython.artists.CurveArtist. - Added
compas_ghpython.artists.SurfaceArtist. - Added
compas_blender.artists.CurveArtist. - Added
compas_blender.artists.SurfaceArtist. - Added
compas_rhino.utilities.draw_curves. - Added
compas_rhino.utilities.draw_surfaces. - Added
compas_blender.utilities.draw_curves. - Added
compas_blender.utilities.draw_surfaces. - Added
rgbaandrgba255properties tocompas.colors.Color. - Added
from_namemethod tocompas.colors.Color. - Added Python 3.10 support.
- Added
RobotModel.ur5for the sake of example.
- Fixed bug in
mesh_slice_plane(),Mesh.slice_plane(). - Changed
compas_rhino.geometry.RhinoNurbsSurface.closest_pointto fix bug of rhino_curve to rhino_surface, plus return tuple instead. - Changed
compas_plotters.plotter.Plotterto normal class instead of singleton. - Moved functionality of
compas.utilities.coerciontocompas.data. - Fixed bug in
compas.geometry.NurbsSurface.to_triangles(). - Renamed docs site folders
latesttostableanddevtolatest. - Rebased
compas.geometry.NurbsCurveoncompas.geometry.Curve. - Rebased
compas.geometry.NurbsSurfaceoncompas.geometry.Surface. - Rebased
compas_rhino.geometry.RhinoNurbsCurveoncompas.geometry.NurbsCurveandcompas_rhino.geometry.RhinoCurve. - Rebased
compas_rhino.geometry.RhinoNurbsSurfaceoncompas.geometry.NurbsSurfaceandcompas_rhino.geometry.RhinoSurface. - Fixed error message for unsupported joint types.
- Fixed support for non-standard URDF attributes on limit and mesh geometry.
- Fixed data serialization for URDF materials without color.
- Removed geometric primitives (
Origin,Box,Sphere,CylinderandCapsule) fromcompas.robotsand replaced them with the core ones fromcompas.geometry. The old names are still available but deprecated. - Deprecated the
load_meshmethod ofcompas.robots.AbstractMeshLoaderand its sub-classes in favor ofload_meshes. - Fixed bug in
compas_rhino.conversions.RhinoGeometry.transform.
- Removed
compas.geometry.Collection - Removed
compas.geometry.CollectionNumpy - Removed
compas.geometry.PointCollection - Removed
compas.geometry.PointCollectionNumpy - Removed
compas.interop - Removed
numba;compas.numerical.drxwill be moved to a dedicated extension package. - Removed
ezdxf(unused). - Removed
laspy(unused).
Files
compas-dev/compas-v1.14.0.zip
Files
(9.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:00a6e74e622c6e4517131d337aa4ecb0
|
9.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/compas-dev/compas/tree/v1.14.0 (URL)