From b21795c7549bb79aea27a07263305d97b0a3fdb7 Mon Sep 17 00:00:00 2001 From: 4rmuuser <4rmuuser@win.ansys.com> Date: Mon, 27 Oct 2025 20:19:45 -0400 Subject: [PATCH 1/2] DPF doc update for 261 (2025.10.27) --- 2026R1/dpf-framework-26-r1/changelog/changelog.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/2026R1/dpf-framework-26-r1/changelog/changelog.md b/2026R1/dpf-framework-26-r1/changelog/changelog.md index 60af3bb33..1ed0356d0 100644 --- a/2026R1/dpf-framework-26-r1/changelog/changelog.md +++ b/2026R1/dpf-framework-26-r1/changelog/changelog.md @@ -1,6 +1,6 @@ # Changelog -Changes since the last released version for DPF 26.1.pre1 (as of 2025-10-24). +Changes since the last released version for DPF 26.1.pre1 (as of 2025-10-27). This changelog is organized by category, with sections for different types of updates (new features, bug fixes, changes, performance improvements). @@ -16,7 +16,7 @@ The following table shows which components have updates in each category. | core | |[1 item](#Fixes_core) | | cyclic | [1 item](#Features_cyclic) | | | doc | [2 items](#Features_doc) | | -| dpf | [2 items](#Features_dpf) |[1 item](#Fixes_dpf) | +| dpf | [3 items](#Features_dpf) |[1 item](#Fixes_dpf) | | eng_mat | |[1 item](#Fixes_eng_mat) | | expansion | [1 item](#Features_expansion) | | | fbs | [2 items](#Features_fbs) | | @@ -175,6 +175,13 @@ The following table shows which components have updates in each category. ## dpf ### Features +- Improvement of indexById performance: + > feat(dpf): Improvement of indexById performance. + > + > + > + > + - Improvement of indexById performance.': > From eebe960dae28e702955e6e3529baf7b621c73bd4 Mon Sep 17 00:00:00 2001 From: 4rmuuser <4rmuuser@win.ansys.com> Date: Tue, 28 Oct 2025 20:10:09 -0400 Subject: [PATCH 2/2] DPF doc update for 261 (2025.10.28) --- 2026R1/dpf-framework-26-r1/changelog/changelog.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/2026R1/dpf-framework-26-r1/changelog/changelog.md b/2026R1/dpf-framework-26-r1/changelog/changelog.md index 1ed0356d0..15361454c 100644 --- a/2026R1/dpf-framework-26-r1/changelog/changelog.md +++ b/2026R1/dpf-framework-26-r1/changelog/changelog.md @@ -1,6 +1,6 @@ # Changelog -Changes since the last released version for DPF 26.1.pre1 (as of 2025-10-27). +Changes since the last released version for DPF 26.1.pre1 (as of 2025-10-28). This changelog is organized by category, with sections for different types of updates (new features, bug fixes, changes, performance improvements). @@ -20,7 +20,7 @@ The following table shows which components have updates in each category. | eng_mat | |[1 item](#Fixes_eng_mat) | | expansion | [1 item](#Features_expansion) | | | fbs | [2 items](#Features_fbs) | | -| femutils | |[2 items](#Fixes_femutils) | +| femutils | |[3 items](#Fixes_femutils) | | framework | [2 items](#Features_framework) |[1 item](#Fixes_framework) | | grpc | [1 item](#Features_grpc) |[1 item](#Fixes_grpc) | | h5dpf | [1 item](#Features_h5dpf) |[1 item](#Fixes_h5dpf) | @@ -243,6 +243,13 @@ The following table shows which components have updates in each category. ### Fixes +- Performance and result issue with split_fields: + > + > + > Performance issue with the `split_fields` operator when several meshes are the input. + > + > + - BugFix in op normals_provider_nl: > >