Skip to content

Commit 03ddbe0

Browse files
committed
Merge branch 'main' into fix-polygon-surface
2 parents e31b532 + 2c7ed4e commit 03ddbe0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Changed
1515

16+
* Changed `requirements.txt` to allow `numpy>=2`.
1617
* Fixed bug in `compas.geometry.Polygon.points` setter by removing duplicate points if they exist.
1718
* Fixed bug in `compas.geometry.Polygon.plane` by aligning the normal of the bestfit plane with the approximate normal of the polygon faces.
1819
* Changed the order of face vertices in `compas.geometry.Surface.to_vertices_and_faces` to a counter clockwise cycling direction and outward facing normals for curved surfaces.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flake8: noqa
22
jsonschema
33
networkx >= 3.0
4-
numpy >= 1.15.4, < 2
4+
numpy >= 1.15.4
55
scipy >= 1.1
66
watchdog; sys_platform != 'emscripten'

0 commit comments

Comments
 (0)