You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commits fixes several broken/outdated links and typos throughout the repository.
### Link Updates
- Updated outdated links pointing to the original `BlueBrain`
repository to their new location in the `highfive-devs`
organization.
- Fixed a broken link to the github pages migration guide in
`CHANGELOG.md`.
- Note: Links to specific historical items (e.g., discussions or
issues) in the original repository are untouched to preserve
context.
### Typo Fixes
- Corrected a number of typos and grammatical errors in the
documentation and github/CI config files.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Same as 3.0.0-beta3.
49
49
50
50
## Version 3.0.0-beta1 - 2024-07-16
51
51
This version is a major one and is breaking some usage compare to v2.
52
-
Read the migration guide from the documentation: https://highfive-devs.github.io/highfive/md__2home_2runner_2work_2_high_five_2_high_five_2doc_2migration__guide.html
52
+
Read the migration guide from the documentation: https://highfive-devs.github.io/highfive/md__2home_2runner_2work_2highfive_2highfive_2doc_2migration__guide.html
53
53
54
54
The minimum version for C++ has been moved to `C++14`.
- HighFive is not thread-safe. At best it has the same limitations as the HDF5 library. However, HighFive objects modify their members without protecting these writes. Users have reported that HighFive is not thread-safe even when using the threadsafe HDF5 library, e.g., https://github.com/BlueBrain/HighFive/discussions/675.
55
+
- HighFive is not thread-safe. At best, it has the same limitations as the HDF5 library. However, HighFive objects modify their members without protecting these writes. Users have reported that HighFive is not thread-safe even when using the threadsafe HDF5 library, e.g., https://github.com/BlueBrain/HighFive/discussions/675.
56
56
- Eigen support in core HighFive was broken until v3.0. See https://github.com/BlueBrain/HighFive/issues/532. H5Easy was not
57
57
affected.
58
58
- The support of fixed length strings isn't ideal.
@@ -68,7 +68,7 @@ using namespace HighFive;
68
68
std::string filename = "/tmp/new_file.h5";
69
69
70
70
{
71
-
// We create an empty HDF55 file, by truncating an existing
71
+
// We create an empty HDF5 file, by truncating an existing
0 commit comments