Skip to content

Commit 81d0660

Browse files
authored
Merge pull request #260 from ansys/DPF_261/daily_doc_update
DPF doc daily update for 261
2 parents c385d21 + 556f918 commit 81d0660

File tree

1 file changed

+117
-19
lines changed

1 file changed

+117
-19
lines changed

2026R1/dpf-framework-26-r1/changelog/changelog.md

Lines changed: 117 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
Changes since the last released version for DPF 26.1.pre1 (as of 2025-10-22).
3+
Changes since the last released version for DPF 26.1.pre1 (as of 2025-10-24).
44

55
This changelog is organized by category, with sections for different types of updates (new features, bug fixes, changes, performance improvements).
66

@@ -9,31 +9,32 @@ The following table shows which components have updates in each category.
99
| Component | Features | Fixes |
1010
|-----------|----------|----------|
1111
| cff | [2 items](#Features_cff) | |
12+
| cgns | [1 item](#Features_cgns) | |
1213
| changelog | [2 items](#Features_changelog) | |
1314
| ci | [1 item](#Features_ci) |[1 item](#Fixes_ci) |
1415
| compression | [2 items](#Features_compression) | |
1516
| core | |[1 item](#Fixes_core) |
1617
| cyclic | [1 item](#Features_cyclic) | |
1718
| doc | [2 items](#Features_doc) | |
18-
| dpf | |[1 item](#Fixes_dpf) |
19+
| dpf | [2 items](#Features_dpf) |[1 item](#Fixes_dpf) |
1920
| eng_mat | |[1 item](#Fixes_eng_mat) |
2021
| expansion | [1 item](#Features_expansion) | |
2122
| fbs | [2 items](#Features_fbs) | |
2223
| femutils | |[2 items](#Fixes_femutils) |
2324
| framework | [2 items](#Features_framework) |[1 item](#Fixes_framework) |
2425
| grpc | [1 item](#Features_grpc) |[1 item](#Fixes_grpc) |
25-
| h5dpf | |[1 item](#Fixes_h5dpf) |
26-
| h5dpf,cgns | [1 item](#Features_h5dpf,cgns) | |
26+
| h5dpf | [1 item](#Features_h5dpf) |[1 item](#Fixes_h5dpf) |
2727
| hdf5 | [4 items](#Features_hdf5) | |
2828
| hgp | [2 items](#Features_hgp) | |
2929
| kernel | [1 item](#Features_kernel) |[1 item](#Fixes_kernel) |
3030
| lsdyna | [1 item](#Features_lsdyna) | |
31-
| mapdl | [8 items](#Features_mapdl) |[13 items](#Fixes_mapdl) |
32-
| math | [5 items](#Features_math) | |
33-
| mechanical | [1 item](#Features_mechanical) |[2 items](#Fixes_mechanical) |
31+
| mapdl | [11 items](#Features_mapdl) |[14 items](#Fixes_mapdl) |
32+
| mapdlpluggin | |[1 item](#Fixes_mapdlpluggin) |
33+
| math | [6 items](#Features_math) | |
34+
| mechanical | [1 item](#Features_mechanical) |[3 items](#Fixes_mechanical) |
3435
| mesh | |[1 item](#Fixes_mesh) |
3536
| misc | [11 items](#Features_misc) |[19 items](#Fixes_misc) |
36-
| native | |[1 item](#Fixes_native) |
37+
| native | |[2 items](#Fixes_native) |
3738
| perf | [2 items](#Features_perf) | |
3839
| prime | [2 items](#Features_prime) | |
3940
| pydpf | |[1 item](#Fixes_pydpf) |
@@ -62,6 +63,18 @@ The following table shows which components have updates in each category.
6263
>
6364
>
6465
66+
## cgns
67+
### <a id="Features_cgns"></a> Features
68+
69+
- Expose is_mesh_available operator:
70+
>
71+
>
72+
> Expose `is_mesh_available` for cgns and h5dpf files.
73+
>
74+
>
75+
>
76+
>
77+
6578
## changelog
6679
### <a id="Features_changelog"></a> Features
6780

@@ -160,6 +173,17 @@ The following table shows which components have updates in each category.
160173
>
161174
162175
## dpf
176+
### <a id="Features_dpf"></a> Features
177+
178+
- Improvement of indexById performance.':
179+
>
180+
181+
- Improvement of indexById performance.:
182+
> feat(dpf): Improvement of indexById performance.
183+
>
184+
>
185+
>
186+
>
163187
164188
### <a id="Fixes_dpf"></a> Fixes
165189

@@ -287,17 +311,7 @@ The following table shows which components have updates in each category.
287311
>
288312
>
289313
## h5dpf
290-
291-
### <a id="Fixes_h5dpf"></a> Fixes
292-
293-
- Fix thickness extraction from SMISC/NMISC from h5dpf file:
294-
> Fix thickness extraction from SMISC/NMISC from h5dpf file
295-
>
296-
>
297-
>
298-
>
299-
## h5dpf,cgns
300-
### <a id="Features_h5dpf,cgns"></a> Features
314+
### <a id="Features_h5dpf"></a> Features
301315

302316
- Expose is_mesh_available operator:
303317
>
@@ -308,6 +322,14 @@ The following table shows which components have updates in each category.
308322
>
309323
>
310324
325+
### <a id="Fixes_h5dpf"></a> Fixes
326+
327+
- Fix thickness extraction from SMISC/NMISC from h5dpf file:
328+
> Fix thickness extraction from SMISC/NMISC from h5dpf file
329+
>
330+
>
331+
>
332+
>
311333
## hdf5
312334
### <a id="Features_hdf5"></a> Features
313335

@@ -395,6 +417,31 @@ The following table shows which components have updates in each category.
395417
## mapdl
396418
### <a id="Features_mapdl"></a> Features
397419

420+
- Refactor ElementType handling to increase performance:
421+
>
422+
>
423+
> Refactor the way ElementTypes are handled inside DPF mapdl Operators.
424+
>
425+
>
426+
>
427+
>
428+
429+
- Nodal results on changing meshes:
430+
> Allow to read nodal results on changing meshes (adaptive model with NLAD or SMART Crack growth)
431+
>
432+
>
433+
>
434+
>
435+
436+
- Add ability to record all the skipped mesh elements:
437+
>
438+
>
439+
> The mesh provider of MAPDL result file now has the ability to record any skipped element, and debug log will log skipped elements during result reading
440+
>
441+
>
442+
>
443+
>
444+
398445
- Add eExtendMidNodesPin in Source Operator for ElementalNodal Operators:
399446
> Add a pin `eExtendMidNodesPin` in source operators to allow to remove mid-nodes when averaging from `ElementalNodal` to `Nodal`
400447
>
@@ -459,6 +506,13 @@ The following table shows which components have updates in each category.
459506
460507
### <a id="Fixes_mapdl"></a> Fixes
461508

509+
- Fix expansion of element nodal forces (ENF):
510+
> Fix the expansion of inertial element nodal forces
511+
>
512+
>
513+
>
514+
>
515+
462516
- Avoid reading MCF at each chunk computation:
463517
> Bug fix to enhance performance on MCF requests.
464518
>
@@ -555,9 +609,26 @@ The following table shows which components have updates in each category.
555609
>
556610
>
557611
>
612+
## mapdlpluggin
613+
614+
### <a id="Fixes_mapdlpluggin"></a> Fixes
615+
616+
- Pluggin stream name db_live need to be in GetFirstStream:
617+
> add db_live to GetFirstStream for generic operators
618+
>
619+
>
620+
>
621+
>
558622
## math
559623
### <a id="Features_math"></a> Features
560624

625+
- Create new operator to do QR solve with fields containers:
626+
> Create a new operator to perform QR solve with fields containers
627+
>
628+
>
629+
>
630+
>
631+
561632
- Add input_dof_index support in make_tf_input+modal_solve workflow:
562633
>
563634
>
@@ -603,6 +674,11 @@ The following table shows which components have updates in each category.
603674
604675
### <a id="Fixes_mechanical"></a> Fixes
605676

677+
- Fix error with multiRPM cases and cutoff frequency:
678+
> Fix error with multiRPM cases and cutoff frequency.
679+
>
680+
>
681+
606682
- Fix issue with unordered source times in mechanical::time_freq:interpolation:
607683
>
608684
>
@@ -920,6 +996,13 @@ The following table shows which components have updates in each category.
920996

921997
### <a id="Fixes_native"></a> Fixes
922998

999+
- Fix shell layers support for scale_by_field operator:
1000+
> Scale_by_field operator supports now fields with shell layers.
1001+
>
1002+
>
1003+
>
1004+
>
1005+
9231006
- Scaling factors for absolute normalization in ErrorAndNorm have a wrong size:
9241007
> Absolute normalization in ErrorAndNorm ("error_and_norm") operator was exporting scaling factors with a size of the original data instead of having only one unit value per field.
9251008
>
@@ -1321,6 +1404,16 @@ The following table shows which components have updates in each category.
13211404
> 0.0.1: Fix handling of empty fields in mode shapes.
13221405
13231406

1407+
- [scale_by_field](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/math/scale_by_field.md)
1408+
1409+
> 0.0.1: Add support of fields with shell layers
1410+
1411+
1412+
- [scale_by_field_fc](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/math/scale_by_field_fc.md)
1413+
1414+
> 0.0.1: Add support of fields with shell layers
1415+
1416+
13241417
- [sweeping_phase](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/math/sweeping_phase.md)
13251418

13261419
> 0.0.1: Clarify the documentation.
@@ -1369,6 +1462,11 @@ The following table shows which components have updates in each category.
13691462

13701463
#### metadata
13711464

1465+
- [element_types_provider](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/metadata/element_types_provider.md)
1466+
1467+
> 0.1.0: Added the possibility to output a PropertyField.
1468+
1469+
13721470
- [timefreqsupport::get_attribute](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/metadata/timefreqsupport::get_attribute.md)
13731471

13741472
> 0.1.0: Add new supported property name 'step_id_from_harmonic_index' returning an int.

0 commit comments

Comments
 (0)