Skip to content

Commit 0e68bae

Browse files
committed
prep for release
1 parent 1b56f92 commit 0e68bae

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
* Add winding check in map_mesh function.
13+
1214
### Changed
1315

16+
* Added meshpatter unify_cycles from COMPAS, LIBIGL has only triangle BFS.
17+
1418
### Removed
1519

1620

1721
## [0.7.3] 2025-06-25
1822

1923
### Added
2024

21-
* Add winding check in map_mesh function.
22-
2325
### Changed
2426

25-
* Added meshpatter unify_cycles from COMPAS, LIBIGL has only triangle BFS.
27+
* Changed type binding to type casting.
2628

2729
### Removed
2830

src/compas_libigl/planarize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def quadmesh_planarize(M, kmax=500, maxdev=0.005):
3434
3535
3636
Raises
37-
-----
37+
------
3838
ValueError
3939
If the input mesh contains faces other than quads or triangles.
4040

0 commit comments

Comments
 (0)