Skip to content

Commit

Permalink
Fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendersonHDF committed Jul 3, 2024
1 parent 560d700 commit 4f0c6c6
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 44 deletions.
9 changes: 4 additions & 5 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -438,11 +438,10 @@ New Features
platforms/compilers that support them. These types have been implemented with a
new datatype class, H5T_COMPLEX. Note that any datatypes of class H5T_COMPLEX
will not be readable with previous versions of HDF5. If a file is accessed with
a library version bounds "low" setting less than H5F_LIBVER_V116 (including
H5F_LIBVER_EARLIEST), an error will occur if the application tries to create an
object with a complex number datatype. If compatibility with previous versions
of HDF5 is desired, applications should instead consider adopting one of the
existing conventions at
a library version bounds "high" setting less than H5F_LIBVER_V116, an error will
occur if the application tries to create an object with a complex number datatype.
If compatibility with previous versions of HDF5 is desired, applications should
instead consider adopting one of the existing conventions at
https://nc-complex.readthedocs.io/en/latest/#conventions-used-in-applications.

The following new macros have been added:
Expand Down
Loading

0 comments on commit 4f0c6c6

Please sign in to comment.