Changes in version 1.3.12 (2025-01-20) - Fix compilation warning #232. Changes in version 1.3.11 (2024-07-07) - Fixes a bug, where an HDF5 array of length 0 is returned as NULL instead of an appropriate vector of length 0 - Fixes #223, where an incompatible pointer type occurs during compilation. Changes in version 1.3.10 (2024-03-02) - Fixed warnings related to printf in convert.c on M1Mac - Fixed broken links to HDF5 docs - Conform to RTools (PR #218) Changes in version 1.3.9 (2024-01-14) - Fixed issues with string formatting Changes in version 1.3.8 (2023-01-21) - Fixed issue in configue.ac that lead to failing builds. Changes in version 1.3.7 (2022-10-03) - Patched source code for hdf5r 1.10.6 and up Changes in version 1.3.6 (2022-09-18) - Adapted as.charater.factor_ext to be compatible with future changes in R. See issue #190 Changes in version 1.3.5 (2021-11-15) - Change AC_HAVE_LIBRARY in inst/m4/ax_lib_hdf5.m4 to squash autoreconf complaint Changes in version 1.3.4 (2021-08-25) - Added installation for MacOS (PR #179 by @dipterix) - Added szip fix (PR #180 by @jeroen) Changes in version 1.3.3 (2020-08-18) - Bugfix for failing test related to 64-bit support Changes in version 1.3.2 (2020-03-25) - Add support for HDF5 1.12.0 release Changes in version 1.3.1 (2020-01-10) - 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 Changes in version 1.3.0 (2019-10-06) - 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 Changes in version 1.2.0 (2019-04-20) - Fixes bug #123: inconsistent subsetting, where certain subsets (usually short and one-dimensional) were returned incorrectly (offset by 1) Changes in version 1.1.1 (2019-03-26) - Fixes some potential problematic places in code by RCHK - Update the links to the documentation Changes in version 1.0.1 (2018-10-07) - 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 Changes in version 1.0.0 (2017-10-25) - First release of the hdf5r package