We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d80771f + c2337f0 commit 3b784c7Copy full SHA for 3b784c7
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.1.4](https://github.com/Loop3D/loop-cgal/compare/v0.1.3...v0.1.4) (2025-07-17)
4
+
5
6
+### Bug Fixes
7
8
+* don't add to fixed edges if the edge is invalid ([2d9bcde](https://github.com/Loop3D/loop-cgal/commit/2d9bcde2a564a785c28d009c930c769a55525584))
9
10
## [0.1.3](https://github.com/Loop3D/loop-cgal/compare/v0.1.2...v0.1.3) (2025-07-15)
11
12
pyproject.toml
@@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build"
[project]
authors = [{ name = "Lachlan Grose", email = "lachlan.grose@monash.edu" }]
name = "loop_cgal"
13
-version = "0.1.3"
+version = "0.1.4"
14
description = "python bindings for cgal for implicit model meshing"
15
readme = "README.md"
16
requires-python = ">=3.7"
0 commit comments