Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fb-ASIM-5862-sdk-re…
Browse files Browse the repository at this point in the history
…f-inside-table

# Conflicts:
#	CHANGELOG.rst
  • Loading branch information
prusse-martin committed Jan 2, 2025
2 parents 71dccb6 + 4650f8d commit 40e9f30
Show file tree
Hide file tree
Showing 6 changed files with 783 additions and 267 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ CHANGELOG
* We have decided internally to revert the versioning schema back to SemVer, starting at ``1.0.0``, in order to improve better backward and forward compatibility support for plugins.
* Fix bug related to Probabilistic History Matching result reader. The shape of result was wrong.
* Add the heat transfer mechanism for fluid materials composed by a parcel of radiation and convection.
* Changed the constructor of result metadata objects in ``alfasim_sdk.result_reader.aggregator`` from ``attr`` to ``dataclasses.dataclass`` to make then more easily integrated into the (de)serialization engine of popular packages such as ``pyserde`` and ``pydantic``.
* Changed function ``read_global_sensitivity_coefficients`` and ``read_uncertainty_propagation_results`` to accept multiple keys so it can perform bulk reads without having to open the result file every time.
* Added ``GlobalSensitivityAnalysisResults``, ``HistoryMatchingDeterministicResults``, ``HistoryMatchingProbabilisticResults`` and ``UncertaintyPropagationResults``, which are objects to read and interact with the Uncertainty Quantification analyses results in a more user-friendly way.
* Add support for references inside tables defined by plugins.


2024.2 (2024-09-10)
===================

Expand Down
Loading

0 comments on commit 40e9f30

Please sign in to comment.