This repository has been archived by the owner on Feb 26, 2025. It is now read-only.
v2.7.0
New Features
- Properties can now be read (#684).
- Adding a property for LinkCreationOrder (#683).
- Adding a logging infrastructure (#690).
- Support of bool in the way of h5py (#654).
- Support
std::byte
in C++17 mode (#698).
Improvements
- Catch2 move to v3 (#655).
Bug Fix
- To avoid build failure in certain circumstances, user can not set
Boost_NO_BOOST_CMAKE
(#687). - Fix leak when reading variable length strings (#660).
- Use
H5free_memory
instead offree
in error handler (#665). Thanks to @lefi7z - Fix a bug with old GCC due to templated friend classes (#688).
- Fix regression in broadcasting support (#697).
- Fix bug related to zero-length datasets (#702).