Skip to content

Commit 9932ca8

Browse files
chore(main): release 0.1.8
1 parent 206cf2f commit 9932ca8

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.1.8](https://github.com/Loop3D/loop-cgal/compare/v0.1.7...v0.1.8) (2026-04-14)
4+
5+
6+
### Bug Fixes
7+
8+
* add clipWithPlane method for clipping with a plane ([a5f3440](https://github.com/Loop3D/loop-cgal/commit/a5f3440c51246ce12bb6a94b8054048c4c1b782b))
9+
* add clone method to create a new trimesh using cpp without export ([a5f3440](https://github.com/Loop3D/loop-cgal/commit/a5f3440c51246ce12bb6a94b8054048c4c1b782b))
10+
* add direct calls to geometry attributes e.g. area, points ([206cf2f](https://github.com/Loop3D/loop-cgal/commit/206cf2f739fb01f2c4ec63286e5b2fa1e2fb46e5))
11+
* add direct calls to geometry attributes e.g. area, points without requiring export to pyvista ([a5f3440](https://github.com/Loop3D/loop-cgal/commit/a5f3440c51246ce12bb6a94b8054048c4c1b782b))
12+
* add io methods exporting mesh to binary file ([a5f3440](https://github.com/Loop3D/loop-cgal/commit/a5f3440c51246ce12bb6a94b8054048c4c1b782b))
13+
* add overlaps method to calculate overlaps flag in cpp ([a5f3440](https://github.com/Loop3D/loop-cgal/commit/a5f3440c51246ce12bb6a94b8054048c4c1b782b))
14+
315
## [0.1.7](https://github.com/Loop3D/loop-cgal/compare/v0.1.6...v0.1.7) (2026-03-13)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build"
1010
[project]
1111
authors = [{ name = "Lachlan Grose", email = "lachlan.grose@monash.edu" }]
1212
name = "loop_cgal"
13-
version = "0.1.7"
13+
version = "0.1.8"
1414
description = "python bindings for cgal for implicit model meshing"
1515
readme = "README.md"
1616
requires-python = ">=3.7"

0 commit comments

Comments
 (0)