You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Important Change
Eigen::Matrix is (by default) stored with column-major index ordering. Under
certain conditions Eigen::Matrix was written and read as row-major.
Due to code duplication H5Easy isn't affected by this bug. Starting 2.8.0 HighFive will now throw an exception whenever prior versions would
have read with incorrect assumptions about the index ordering. (#731)
New Features
Improve reading and writing std::string as fixed and variable length HDF5 strings (#744).
Implement creation of hard links (#765). Thanks to @Quark-X10.
Get the size of file and amound of tracked unused space (#764). Thanks to @Quark-X10.
class DataType has a new ctor to open a commited DataType (#796). Thanks to @Quark-X10.
Allow user-specified mem_space for hyperslabs. (#740)