From 3761ec1aa8d71b7afed4a1441bac4b847d668d76 Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Wed, 9 Apr 2025 14:09:23 -0400 Subject: [PATCH 1/3] release: update version and License --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index d62e3a5a6d..ea579818db 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.3.0-rc1 +2.3.9999 -- GitLab From 74df92ef5325761e29130118bbed25a737e19aa5 Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Wed, 9 Apr 2025 14:09:29 -0400 Subject: [PATCH 2/3] release: 2.3.0 release notes --- docs/changelog/2.3/release-notes.md | 9 +++++++++ docs/changelog/curvilinear-external-faces.md | 7 ------- 2 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 docs/changelog/curvilinear-external-faces.md diff --git a/docs/changelog/2.3/release-notes.md b/docs/changelog/2.3/release-notes.md index 2d154611cf..2c42b2402f 100644 --- a/docs/changelog/2.3/release-notes.md +++ b/docs/changelog/2.3/release-notes.md @@ -14,6 +14,7 @@ VTK-m 2.3.0 Release Notes - Better document the creation of Field and CoordinateSystem. - ExternalFaces: Improve performance and memory consumption. - Fixed winding of triangles of flying edges on GPUs. + - Enable extracting external faces from curvilinear data. 4. [Control Environment](#Control_Environment) - Load options from environment variables. - Added log entry when a cast and call fallback is used. @@ -156,6 +157,14 @@ the face, and that can cause shading problems with some renderers. This has been fixed to make the windings consistent on the GPU with the CPU and the gradients. +## Enable extracting external faces from curvilinear data + +The external faces filter was not working with curvilinear data. The +implementation for structured cells was relying on axis-aligned point +coordinates, which is not the case for curvilinear grids. The implementation now +only relies on the indices in the 3D grid, so it works on structured data +regardless of the point coordinates. This should also speed up the operation. + # Control Environment ## Load options from environment variables diff --git a/docs/changelog/curvilinear-external-faces.md b/docs/changelog/curvilinear-external-faces.md deleted file mode 100644 index 7824d362f0..0000000000 --- a/docs/changelog/curvilinear-external-faces.md +++ /dev/null @@ -1,7 +0,0 @@ -## Enable extracting external faces from curvilinear data - -The external faces filter was not working with curvilinear data. The -implementation for structured cells was relying on axis-aligned point -coordinates, which is not the case for curvilinear grids. The implementation now -only relies on the indices in the 3D grid, so it works on structured data -regardless of the point coordinates. This should also speed up the operation. -- GitLab From c10ac6688f99beac0693f48612f5917b486834f3 Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Wed, 9 Apr 2025 14:09:43 -0400 Subject: [PATCH 3/3] 2.3.0 is our 18th official release of VTK-m. The major changes to VTK-m from (previous release) can be found in: docs/changelog/2.3.0/release-notes.md --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index ea579818db..276cbf9e28 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.3.9999 +2.3.0 -- GitLab