Skip to content

Version 0.5.0

Compare
Choose a tag to compare
@jkotan jkotan released this 03 May 09:43
· 52 commits to master since this release
a233624

In the v0.5.0 release

  • fix H5O_info_t_ definition fixed (#587)
  • readme improvments (#585)
  • h5cpp.hpp and nexus.hpp headers added (#582)
  • DatasetPool to arbitrary Simple dataspaces extended (#580)
  • test cmake install and build examples updated (#578)
  • requirements updated (#574)
  • Windows build code adn ubuntu1804 from Jenkinsfile removed (#573, #591)
  • github ci builds for all branched enabled (#571)
  • shrinking by Dataset.extent method fixed (#568)
  • separation between core code and optional contributions provided (#566)
  • clang warnings fixed (#563)
  • options_mask to OptionMask enum changed (#561)
  • SOScaleType to ScaleOffset::ScaleType moved (#559)
  • Group::flush() added (#550)
  • type(), size() and dimensions() to Selection class added (#545)
  • cmake generators to "if" statements changed (#543)
  • gfcpl and gfapl after kFileCreate and kFileAccess are created (#542)
  • documentation improved (#534, #536, #535, #538, #540, #553, #555, #557, #583)
  • all-caps names to lower case names changed (#533)
  • documentation versioning added (#530, #531, #532)
  • problems with hdf5 1.12 fixed (#529)
  • current_dimensions for Dataspace removed (#526)
  • file datatype to read strings used (#525)
  • enum names to the Camel convention changed (#521)
  • documentation warnings and update the c-api functions fixed (#518)
  • DataspacePool and DataspaceHolder to speed-up h5cpp added (#515)
  • Dataset.write/read by avoiding Datatype() object creation speeded up (#513)
  • static const DatasetTransferList object for default parameters added (#512)
  • checks in Dataset.write/Dataset.read for 1D objects improved (#511)
  • potential value truncation fixed (#509)
  • the catch2 test added (#504)
  • cmake improvments (#501)
  • and operators for ImageFlags, SearchFlags, AccessFlags and CopyFlags (#498)
  • a Gitter chat badge to README.md added (#496)
  • checks for flags in from_buffer: DONT_COPY without DONT_RELEASE added(#494)