Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions 2025R2/dpf-framework-25-r2/changelog/changelog-25-r2.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* [Framework](#changes_framework)
* [HGP](#changes_hgp)
* [MAPDL](#changes_mapdl)
* [CFF](#changes_cff)
* [HDF5](#changes_hdf5)
* [Math](#changes_math)
* [Engineering Data](#changes_engineering_data)
Expand All @@ -23,6 +24,7 @@
* [Framework](#fixes_framework)
* [HGP](#fixes_hgp)
* [MAPDL](#fixes_mapdl)
* [CFF](#fixes_cff)
* [Math](#fixes_math)
* [HDF5](#fixes_hdf5)
* [VTK](#fixes_vtk)
Expand Down Expand Up @@ -189,6 +191,14 @@ Changing DataTree's API for getting attributes:

#### <a id="make_cyclic_operators_private"></a> Make cyclic operators private

### <a id="changes_cff"></a> CFF

#### <a id="add_prime_to_path_and_ldlibrarypath_in_cff_xml"></a> Add the Prime plugin as a dependency


The XML file for the CFF plugin now targets the Prime plugin as a dependency.


### <a id="changes_hdf5"></a> HDF5

#### <a id="modifications_to_importexport_dpf_objects_for_hdf5"></a> Modifications to import/export dpf objects for hdf5
Expand Down Expand Up @@ -444,6 +454,21 @@ Two issues were observed:

#### <a id="fix_mapdl_run_cmd_issue_input_missing"></a> Fix mapdl run cmd issue "input missing"

### <a id="fixes_cff"></a> CFF

#### <a id="mark_cff_unsupported_elements_as_polyhedrons"></a> Mark CFF unsupported elements as Polyhedrons


Mark CFF unsupported elements as Polyhedrons. These elements are marked in the CFF file with cell types outside of the CffCellType enum.


#### <a id="missing_data_for_cff_resultinfo"></a> Missing data for CFF ResultInfo


Some results were wrong or missing in the CFF result info.
Using the CFFSDK reader, we now expose available results as consistently as possible.


### <a id="fixes_math"></a> Math

#### <a id="fix_matrixmatrix_product_for_symmetrical_matrices_extra_diagonal_terms_were_divided_by_2"></a> Fix matrix-matrix product for symmetrical matrices (extra diagonal terms were divided by 2)
Expand Down