We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c6061 commit fc82f48Copy full SHA for fc82f48
2 files changed
CHANGELOG.md
@@ -20,15 +20,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
21
### Changed
22
23
+* Added meshpatter unify_cycles from COMPAS, LIBIGL has only triangle BFS.
24
+
25
### Removed
26
27
28
## [0.7.2] 2025-06-24
29
30
### Added
31
-* Added meshpatter unify_cycles from COMPAS, LIBIGL has only triangle BFS.
-
32
33
34
* Removed C++ aliases to minimum.
src/compas_libigl/__init__.py
@@ -2,4 +2,4 @@
2
__copyright__ = "Block Research Group - ETH Zurich"
3
__license__ = "Mozilla Public License Version 2.0"
4
__email__ = "van.mele@arch.ethz.ch, petrasvestartas@gmail.com"
5
-__version__ = "0.7.2"
+__version__ = "0.7.3"
0 commit comments