From 32e684dfebeb6892e3ffebb252b5c7821fbd2592 Mon Sep 17 00:00:00 2001 From: tomvanmele Date: Thu, 25 Apr 2024 15:34:40 +0200 Subject: [PATCH] log --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa45abc0ae5..6b77ae31d8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Added `compas.colors.Color.contrast`. * Added `compas.geometry.Brep.from_plane`. * Added `compas.tolerance.Tolerance.angulardeflection`. +* Added `compas.geometry.Box.points`. ### Changed @@ -32,6 +33,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Changed use of `compas.geometry.allclose` to `compas.tolerance.TOL.is_allclose`. * Changed use of `compas.geometry.close` to `compas.tolerance.TOL.is_close`. * Changed imports of itertools to `compas.itertools` instead of `compas.utilities`. +* Fixed bug in `compas.geometry.Box.to_polyhedron`. +* Fixed bug in `compas.datastructures.mesh.duality.mesh_dual` and `compas.datastructures.Mesh.dual`. +* Fixed bug in `compas.datastructures.Graph.component`. +* Changed `compas.geometry.Polyline.divide_by_length` to use default tolerance. ### Removed