NEWS | R Documentation |
Update documentation
Include RFin2016 conference slides
Add support for C++11
Add package vignette with a focus on time series storage
Fix ASAN bug in test case DataSet-Enum-Matrix-open
Fix issue #27: Support HDF5 Links, include follow.links in list.datasets
Fix configure.ac script as suggested by Elias Pipping
PR#29: Add support for inspecting of HDF5's compound datatypes (thanks to Aaron Jacobs)
PR#30: Add support for inspecting of HDF5's Enum datatypes (thanks to Aaron Jacobs)
Fix issue #22: Support non-null terminated ascii strings
Fix issue #25: Support Scalar Datasets
Simplify dataset reading
Support upcoming version of testthat 0.11.0.9000+.
Support NA values for character and logical datasets
Extend installation instructions in README
Fix show method, removing relative paths
Implement h5unlink
Fix issue #10: Support 32Bit Big Endian floats
Fix issue #9: Support Scalar Attributes
Close ressources properly if dataset creation fails
Update doc using staticdocs, available at h5.predictingdaemon.com
Fix ASAN Bug in ReadRData for VLEN Datasets
Add Makefile targets check-ubsan-clang, check-asan-gcc using Docker
Improve/speedup selection of multiple contiguous hyperslabs
Fix Bug in DataSet show()
method
Rename constructor H5File()
to h5file()
Fix issue #5: Use path.expand in h5file()
Implement list.groups()
and list.datasets()
methods.
Save logicals as Enumerations to save space
Fix bug for non-chunked datasets.
Fix issue #6: Support variable length datatypes and variable length strings.
Include Code coverage through http://codecov.io
Include list.attributes()
.
Fix show()
methods.
Fix configuration script to support custom parameters for CPPFLAGS and LIBS
Remove S3 *bind methods, R 3.2 supports S4 *bind methods
Remove test case which breaks on CRAN windows build server (enabling windows builds).
Include updated NEWS file format ;)