Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Release Information

Page properties
VersionHDF5 1.8.18
Release Date2016-11-14
Download

Hdf download link
Targethttps://confluence.hdfgroup.org/display/support/HDF5+1.8.18#files
LinkTextDownload

Files
Cur page link
TargetAnchorfiles
LinkTextFiles
Changes
Cur page link
TargetAnchorchanges
LinkTextChanges
Release Notes

Cur page link
TargetAnchorreleasenotes
LinkTextRelease Notes

Compatibility ReprotReport
Cur page link
TargetAnchorcompatibility
LinkTextCompatibility

 

Hdf rm anchor
AnchorNamefiles
Files

FileOperating SystemCompilersComment
hdf5-1.8.18.tarSource release Source tarball
hdf5-1.8.18.tar.gzSource release Gzipped source tarball
hdf5-1.8.18.tar.bz2Source release Bzipped source tarball
hdf5-1.8.18.zipSource release Windows zip file
hdf5-1.8.18-linux-centos7-x86_64-gcc485-shared.tar.gzLinux 3.10 CentOS 7 x86_64gcc, g++, gfortran 4.8.5 
hdf5-1.8.18-linux-centos7-x86_64-gcc485-noszip-shared.tar.gzLinux 3.10 CentOS 7 x86_64gcc, g++, gfortran 4.8.5No SZIP
hdf5-1.8.18-linux-centos6-x86_64-gcc447-shared.tar.gzLinux 2.6 CentOS 6 x86_84gcc, g++, gfortran 4.4.7 
hdf5-1.8.18-linux-centos6-x86_64-gcc447-noszip-shared.tar.gzLinux 2.6 CentOS 6 x86_84gcc, g++, gfortran 4.4.7No SZIP
hdf5-1.8.18-linux-centos6-x86_64-32-gcc447-shared.tar.gzLinux 2.6 CentOS 6 x86_84 32-bitgcc, g++, gfortran 4.4.7 
hdf5-1.8.18-linux-centos6-x86_64-32-gcc447-noszip-shared.tar.gzLinux 2.6 CentOS 6 x86_84 32-bitgcc, g++, gfortran 4.4.7No SZIP
hdf5-1.8.18-win64-vs2013-shared.zipWindows 64-bitCMake VS 2013 C, C++, IVF 15 
hdf5-1.8.18-win64-vs2013-noszip.zipWindows 64-bitCMake VS 2013 C, C++, IVF 15No SZIP
hdf5-1.8.18-win32-vs2013-shared.zipWindows 32-bitCMake VS 2013 C, C++, IVF 15 
hdf5-1.8.18-win32-vs2013-noszip.zipWindows 32-bitCMake VS 2013 C, C++, IVF 15No SZIP
hdf5-1.8.18-win64-vs2015-shared.zipWindows 64-bitCMake VS 2015 C, C++, IVF 16 
hdf5-1.8.18-win64-vs2015-noszip.zipWindows 64-bitCMake VS 2015 C, C++, IVF 16No SZIP
hdf5-1.8.18-win32-vs2015-shared.zipWindows 32-bitCMake VS 2015 C, C++, IVF 16 
hdf5-1.8.18-win32-vs2015-noszip.zipWindows 32-bitCMake VS 2015 C, C++, IVF 16No SZIP

 

Hdf rm anchor
AnchorNamechanges
Changes

New and Changed Functions, Classes, Subroutines, Wrappers, and Macros:

In the C Interface (main library):

    • None.

In the C++ Interface (main library wrappers):

    • The macro H5_NO_NAMESPACE was deprecated.
    • New member functions added to provide const versions:
      • DSetCreatPropList::allFiltersAvail() const
      • DSetCreatPropList::getAllocTime () const
      • DSetCreatPropList::getFillTime () const
      • DSetCreatPropList::isFillValueDefined () const

      • DSetCreatPropList::setAllocTime (H5D_alloc_time_t alloc_time) const

      • DSetCreatPropList::setFillTime (H5D_fill_time_t fill_time) const

      • DSetMemXferPropList::getEDCCheck () const

      • DSetMemXferPropList::getHyperVectorSize () const

      • DSetMemXferPropList::getSmallDataBlockSize () const

      • DSetMemXferPropList::setEDCCheck (H5Z_EDC_t check) const

      • DSetMemXferPropList::setHyperVectorSize (size_t vector_size) const

      • DSetMemXferPropList::setSmallDataBlockSize (hsize_t size) const

      • FileAccPropList::getFcloseDegree () const

      • FileAccPropList::setFcloseDegree (H5F_close_degree_t degree) const

    • The following member functions were removed:

      • ArrayType::getArrayDims (hsize_t* dims)

      • ArrayType::getArrayNDims ()

      • DataType::commit (H5Location& loc, char const* name)

      • DataType::commit (H5Location& loc, std::string const& name)

      • DSetCreatPropList::allFiltersAvail ()

      • DSetCreatPropList::getAllocTime ()

      • DSetCreatPropList::getFillTime ()

      • DSetCreatPropList::isFillValueDefined ()

      • DSetCreatPropList::setAllocTime (H5D_alloc_time_t alloc_time)

      • DSetCreatPropList::setFillTime (H5D_fill_time_t fill_time)

      • DSetMemXferPropList::getEDCCheck ()

      • DSetMemXferPropList::getHyperVectorSize ()

      • DSetMemXferPropList::getSmallDataBlockSize ()

      • DSetMemXferPropList::setEDCCheck (H5Z_EDC_t check)

      • DSetMemXferPropList::setHyperVectorSize (size_t vector_size)

      • DSetMemXferPropList::setSmallDataBlockSize (hsize_t size)

      • FileAccPropList::getFcloseDegree ()

      • FileAccPropList::setFcloseDegree (H5F_close_degree_t degree)

      • H5Location::H5Location [in-charge] (hid_t const loc_id)

      • H5Location::H5Location [not-in-charge] (hid_t const loc_id)

      • H5Object::H5Object [in-charge] (hid_t const object_id)

      • H5Object::H5Object [not-in-charge] (hid_t const object_id)

      • CommonFG::mount (char const* name, H5File& child, PropList& plist) const

      • DataSet::getVlenBufSize (DataType& type, DataSpace& space) const

      • DataType::commit (H5Location& loc, char const* name)

      • DataType::commit (H5Location& loc, std::string const& name)

 

Hdf rm anchor
AnchorNamereleasenotes

Release Notes

Bitbucket Server file
repoSlughdf5
branchIdrefs/tags/hdf5-1_8_18
projectKeyHDFFV
hideHeadertrue
filepathrelease_docs/RELEASE.txt
applicationLink5ac7b370-7412-3c8c-ad20-807a68261336

 

Hdf rm anchor
AnchorNamecompatibility
Compatibility

HTML Wrap
classscroll-window
HTML
headtrue
script#https://support.hdfgroup.org/HDF5/doc1.8/ADGuide/Compatibility_Report/CR_1.8.18.html