Skip to content

Commit 260dcd5

Browse files
chore(master): release 1.6.23
1 parent f8c3ada commit 260dcd5

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"LoopStructural": "1.6.22"
2+
"LoopStructural": "1.6.23"
33
}

LoopStructural/CHANGELOG.md

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

3+
## [1.6.23](https://github.com/Loop3D/LoopStructural/compare/v1.6.22...v1.6.23) (2025-10-12)
4+
5+
6+
### Bug Fixes
7+
8+
* add function to clean nan vertices and post_init to validate data ([f69f6d8](https://github.com/Loop3D/LoopStructural/commit/f69f6d8132ec5f14d62785183f1f5c447414c937))
9+
* add inequalities to interpolator builder ([2ee38ac](https://github.com/Loop3D/LoopStructural/commit/2ee38acde97bab5a966c1995d7f70fc98a40651c))
10+
* add methods to fold rotation angle feature ([efb46a2](https://github.com/Loop3D/LoopStructural/commit/efb46a23e867eecaedb930a768f8c616ab2313d1))
11+
* adding analytical fold builder ([6d238aa](https://github.com/Loop3D/LoopStructural/commit/6d238aa01bb3ed08eaf571dad4e40ce0ac05b86f))
12+
* adding groupname to save option to geoh5 ([d8a8c63](https://github.com/Loop3D/LoopStructural/commit/d8a8c63cd9ce0269c8aad55df9dc492b17895e8d))
13+
* adding min/max angle to trig profile ([c097372](https://github.com/Loop3D/LoopStructural/commit/c09737245c31a0b18ee6b35d2271edbc672bf939))
14+
* check dimensions of bounding box constructor ([39b694b](https://github.com/Loop3D/LoopStructural/commit/39b694b281502de8a7997ccf010dcb5d9ee4a17f))
15+
* evaluate gradient for structural frame calls interpolator, now working ([596e59f](https://github.com/Loop3D/LoopStructural/commit/596e59f1d28d68a54be321253c13cd8f02c94175))
16+
* remove fold rotation inversion when axis and cross product are not in the same direction. ([3d4d90f](https://github.com/Loop3D/LoopStructural/commit/3d4d90f90ed0dd54db74cf354cf4710fd9f99321))
17+
318
## [1.6.22](https://github.com/Loop3D/LoopStructural/compare/v1.6.21...v1.6.22) (2025-09-08)
419

520

LoopStructural/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.22"
1+
__version__ = "1.6.23"

0 commit comments

Comments
 (0)