Releases: ess-dmsc/h5cpp
Releases · ess-dmsc/h5cpp
v0.6.1
In the v0.6.1 release
- fix for ssize_t compilation issues [Issue 651: add include for ssize_t on macos (https://github.com//issues/652)
- update versions for conan packages (#640)
Full Changelog: v0.6.0...v0.6.1
Release 0.6.0
Version 0.5.2 (patch 2)
Version 0.5.1 (patch 1)
Version 0.5.0
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)
Version 0.4.1 (patch 1)
Version 0.4.0
- retrieve and load an file image
- support for NBit, ScaleOffset and SZip filters
- access methods for Integer and Float properties
- information about properties of dataset filters with ExternalFilters
- traits for std::complex types
- traits for the half-float type
- optional build without boost
- support for hdf5 1.12
and fixes for a couple of bugs.
Version 0.3.3 (patch 3)
- a fix for not linked the hdf5_hl library
Version 0.3.2 (patch 2)
- add missing package config PR
Version 0.3.1 (patch 1)
- fix for so-version