mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r2985] Purpose:
Documentation Description: Mentioned the addition of the array datatype for the next release.
This commit is contained in:
parent
82f9e0338a
commit
acc4f2cec2
6
RELEASE
6
RELEASE
@ -56,6 +56,8 @@ New features
|
|||||||
accessed in the file. Updated the VFL document also.
|
accessed in the file. Updated the VFL document also.
|
||||||
* A new h4toh5 uitlity, to convert HDF4 files to analogous
|
* A new h4toh5 uitlity, to convert HDF4 files to analogous
|
||||||
HDF5 files.
|
HDF5 files.
|
||||||
|
* Added a new array datatype to the datatypes which can be created. Removed
|
||||||
|
"array fields" from compound datatypes (use an array datatype instead).
|
||||||
|
|
||||||
Release Notes for h4toh5 beta
|
Release Notes for h4toh5 beta
|
||||||
=============================
|
=============================
|
||||||
@ -122,6 +124,7 @@ The h4toh5 utility requires HDF5.1.4.
|
|||||||
The beta h4toh5 utility has been tested on Solaris 2.6, Solaris 2.5,
|
The beta h4toh5 utility has been tested on Solaris 2.6, Solaris 2.5,
|
||||||
Irix 6.5, HPUX 11.0, DEC Unix, FreeBSD, and Windows 2000.
|
Irix 6.5, HPUX 11.0, DEC Unix, FreeBSD, and Windows 2000.
|
||||||
Bug fixes since HDF5-1.2.0
|
Bug fixes since HDF5-1.2.0
|
||||||
|
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
Library
|
Library
|
||||||
@ -179,7 +182,7 @@ Configuration
|
|||||||
if the MPI library is in the system library.
|
if the MPI library is in the system library.
|
||||||
* Added support for pthread library and thread-safe option.
|
* Added support for pthread library and thread-safe option.
|
||||||
* The libhdf5.settings file shows the correct machine byte-sex.
|
* The libhdf5.settings file shows the correct machine byte-sex.
|
||||||
* Added option "--with-Stream-VFD" to configure w/o the Stream VFD.
|
* Added option "--enable-stream-vfd" to configure w/o the Stream VFD.
|
||||||
For Solaris, added -lsocket to the LIBS list of libraries.
|
For Solaris, added -lsocket to the LIBS list of libraries.
|
||||||
|
|
||||||
Tools
|
Tools
|
||||||
@ -205,6 +208,7 @@ Tools
|
|||||||
of the dataset into ascii text file <filename>.
|
of the dataset into ascii text file <filename>.
|
||||||
* h5toh4 used to converts hdf5 strings type to hdf4 DFNT_INT8 type.
|
* h5toh4 used to converts hdf5 strings type to hdf4 DFNT_INT8 type.
|
||||||
Corrected to produce hdf4 DFNT_CHAR type instead.
|
Corrected to produce hdf4 DFNT_CHAR type instead.
|
||||||
|
* h5dump and h5ls displays array data correctly.
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
Loading…
Reference in New Issue
Block a user