From 1789f886d5b854fb49589a157891db853adc9c37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 22:08:57 +0000 Subject: [PATCH] chore(master): release 1.6.23 --- .release-please-manifest.json | 2 +- LoopStructural/CHANGELOG.md | 17 +++++++++++++++++ LoopStructural/version.py | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bb6447c5..cee5d264 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "LoopStructural": "1.6.22" + "LoopStructural": "1.6.23" } diff --git a/LoopStructural/CHANGELOG.md b/LoopStructural/CHANGELOG.md index 2b55d6ce..28c80a8f 100644 --- a/LoopStructural/CHANGELOG.md +++ b/LoopStructural/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.6.23](https://github.com/Loop3D/LoopStructural/compare/v1.6.22...v1.6.23) (2025-10-12) + + +### Bug Fixes + +* add dipdirection2vector helper ([717d6c9](https://github.com/Loop3D/LoopStructural/commit/717d6c940665791c44aeac0e8e1737b3b8cd48e0)) +* add function to clean nan vertices and post_init to validate data ([f69f6d8](https://github.com/Loop3D/LoopStructural/commit/f69f6d8132ec5f14d62785183f1f5c447414c937)) +* add inequalities to interpolator builder ([2ee38ac](https://github.com/Loop3D/LoopStructural/commit/2ee38acde97bab5a966c1995d7f70fc98a40651c)) +* add methods to fold rotation angle feature ([efb46a2](https://github.com/Loop3D/LoopStructural/commit/efb46a23e867eecaedb930a768f8c616ab2313d1)) +* adding analytical fold builder ([6d238aa](https://github.com/Loop3D/LoopStructural/commit/6d238aa01bb3ed08eaf571dad4e40ce0ac05b86f)) +* adding groupname to save option to geoh5 ([d8a8c63](https://github.com/Loop3D/LoopStructural/commit/d8a8c63cd9ce0269c8aad55df9dc492b17895e8d)) +* adding min/max angle to trig profile ([c097372](https://github.com/Loop3D/LoopStructural/commit/c09737245c31a0b18ee6b35d2271edbc672bf939)) +* check dimensions of bounding box constructor ([39b694b](https://github.com/Loop3D/LoopStructural/commit/39b694b281502de8a7997ccf010dcb5d9ee4a17f)) +* evaluate gradient for structural frame calls interpolator, now working ([596e59f](https://github.com/Loop3D/LoopStructural/commit/596e59f1d28d68a54be321253c13cd8f02c94175)) +* remove fold rotation inversion when axis and cross product are not in the same direction. ([3d4d90f](https://github.com/Loop3D/LoopStructural/commit/3d4d90f90ed0dd54db74cf354cf4710fd9f99321)) +* remove requirement for featurename in dataframe used to directly construct feature ([09940ba](https://github.com/Loop3D/LoopStructural/commit/09940ba6e91c9293aa98261f8d9ba195bd2d50de)) + ## [1.6.22](https://github.com/Loop3D/LoopStructural/compare/v1.6.21...v1.6.22) (2025-09-08) diff --git a/LoopStructural/version.py b/LoopStructural/version.py index 096c7717..5add5795 100644 --- a/LoopStructural/version.py +++ b/LoopStructural/version.py @@ -1 +1 @@ -__version__ = "1.6.22" +__version__ = "1.6.23"