Skip to content

Commit

Permalink
Prepare v2.4.1. (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed May 12, 2022
1 parent cf0c60c commit 3c8796f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## Version 2.4.1 - 2022-05-11
### New Features
- Support `std::complex`. Thanks to Philipp.

### Improvements
- Improve EnumType/CompoundType
- Revert quirky behaviour of `select(const HyperSlab&)`.
- All `get_name` functions takes `size_t` and not `hsize_t`.
- Remove nix recipes.

### Bug Fixes
- Computation of padding.
- Related to `0` being an invalid hid but not equal to `H5I_INVALID_HID`.

## Version 2.4.0 - 2022-04-05
### New Features
- Construct a compound type from an already existing hid (#469). Thanks to Maximilian Nöthe.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ else()
cmake_policy(VERSION 3.13)
endif()

project(HighFive VERSION 2.4.0)
project(HighFive VERSION 2.4.1)

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/include/highfive/H5Version.hpp.in
${CMAKE_CURRENT_BINARY_DIR}/include/highfive/H5Version.hpp)
Expand Down

0 comments on commit 3c8796f

Please sign in to comment.