Changes in version 0.1.0 (2024-10-18) Add - Add tests - Add add.dimnames parameter in h5Write method for sparse matrix. Removal - Remove toS4.func for h5Read. - Remove dimnames parameter in h5Write method for sparse matrix. Change - h5Open cannot open "/" for an H5Group. Changes in version 0.0.6 (2024-04-19) Add - Use verboseMsg() to handle progress info. Changes in version 0.0.5 (2024-01-29) Bug fixes - Fixed bugs caused by is.null to be compatible with hdf5r 1.3.9. Changes in version 0.0.4 (2024-01-08) Bug fixes - Fixed bugs caused by h5Open when open the root of a HDF5 file. - Fixed bugs caused by .h5read_dataframe. Changes in version 0.0.3 (2023-11-06) Bug fixes - Fixed bugs caused by h5Write when transform an S4 object to list. Improvement - Clarify usage of toS4.func for h5Read. Changes in version 0.0.2 (2023-09-22) Bug fixes - Fixed bugs caused by H5Backup in old R release platform. - Fixed bugs caused by not using tempfile in examples. Improvement - Add more formatted messages for verbose. Changes in version 0.0.1 (2023-09-14) - Initial release.