Skip to content

Tags: luohancfd/HighFive

Tags

v2.7.1

Toggle v2.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare version 2.7.1. (BlueBrain#712)

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare v2.7.0 (BlueBrain#696)

Update the change log and version number.

v2.6.2

Toggle v2.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare to release fixed build instructions. (BlueBrain#645)

v2.6.1

Toggle v2.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix version in `CMakeLists.txt`. (BlueBrain#642)

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update changelog for v2.6.0 (BlueBrain#641)

v2.5.1

Toggle v2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update changelog for 2.5.1 (BlueBrain#639)

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 2.5.0 (BlueBrain#630)

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare `v2.4.1`. (BlueBrain#579)

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.4.0 (BlueBrain#528)

Version 2.4.0 - 2022-04-05
New Features:
- Construct a compound type from an already existing hid (BlueBrain#469). Thanks to Maximilian Nöthe.
- Add support for long double (BlueBrain#494)
- Add support for H5Pset_libver_bounds and H5Pset_meta_block_size support (BlueBrain#500)
- New interface to select complex hyperslabs, irregular hyperslabs are limited to/from 1D array (BlueBrain#538 and BlueBrain#545)

Improvements:
- Use inline where it is needed, otherwise some code can lead to "multiple definition" (BlueBrain#516). Thanks to Chris Byrohl.
- Use Catch2 inside of boost for tests, this way there is less dependencies (BlueBrain#521)
- CI now run with more external librairies (boost, eige, xtensor, xtl) (BlueBrain#536)

Bug Fixes:
- Better support of const types (BlueBrain#460). Thanks to Philip Deegan.
- Vector of size zero was previously lead to UB (BlueBrain#502). Thanks to Haoran Ni.
- Use H5T_NATIVE_SCHAR instead of H5T_NATIVE_CHAR for "signed char" (BlueBrain#518)

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.3.1 (BlueBrain#476)