Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Apr 25, 2024
1 parent 4269e75 commit 32e684d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 32e684d

Please sign in to comment.