From 77a0c9505ce6f6b23c9faba767ffbd78e1f19f40 Mon Sep 17 00:00:00 2001 From: Jordan Henderson Date: Wed, 10 Jul 2024 11:11:48 -0500 Subject: [PATCH] Add note to RELEASE.txt about conversion paths --- release_docs/RELEASE.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index c795c268f03..a8d2fe7eef2 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -570,7 +570,9 @@ New Features H5T_NATIVE_DOUBLE_COMPLEX <-> H5T_NATIVE_LDOUBLE_COMPLEX Alternative software implementation conversion paths have been added for all of - the above for use when native complex number support is not available. + the above for use when native complex number support is not available. All of these + conversion paths follow the behavior outlined in the C standard for conversions of + complex number values. Additionally, a special datatype conversion path has been added between complex number datatypes and array or compound datatypes where the in-memory layout of data is the