Skip to content

v2.7.0

Compare
Choose a tag to compare
@1uc 1uc released this 31 Mar 09:25
· 179 commits to master since this release
b566089

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 of free 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).