• Fixed issues with string formatting
  • Fixed issue in configue.ac that lead to failing builds.
  • Patched source code for hdf5r 1.10.6 and up
  • Adapted as.charater.factor_ext to be compatible with future changes in R. See issue #190
  • Change AC_HAVE_LIBRARY in inst/m4/ax_lib_hdf5.m4 to squash autoreconf complaint
  • Bugfix for failing test related to 64-bit support
  • Add support for HDF5 1.12.0 release
  • Add missing formatR dependency to Suggests entry
  • Fix bug of multiple inclusion of defined variable in C code that causes error with new gcc version
  • Fixes bug #130. Errors from UBSAN-clang UBSAN-gcc
  • Upgrades the windows version of HDF5 to 1.8.16 and ensures compatibility with RTools 4.0
  • Fixes bug #123: inconsistent subsetting, where certain subsets (usually short and one-dimensional) were returned incorrectly (offset by 1)
  • Fixes some potential problematic places in code by RCHK
  • Update the links to the documentation
  • Updated package to work with version 1.10.2 and 1.10.3 of HDF5
  • Fixed issue #84, adding full.names argument in h5-wrapper to list.groups; also added test
  • Fixed issue #82, causing the “ls” method to hang for some large datasets; this is caused by H5Oget_info being slow for such datasets; using the deprecated H5Aget_num_attrs instead where needed