|
| 1 | +> [!NOTE] |
| 2 | +> HighFive was orignally developed and maintained at |
| 3 | +> https://github.com/BlueBrain/HighFive. To continue maintenance of HighFive as |
| 4 | +> an independent open-source code without support from BBP or EPFL, some (one) |
| 5 | +> of the developers decided to create this repository. |
| 6 | +
|
1 | 7 | *Note:* In preparation of `v3` of HighFive, we've started merging breaking |
2 | | -changes into the main branch. More information and opportunity to comment can |
3 | | -be found at: |
| 8 | +changes into the main branch. More information can be found at: |
4 | 9 | https://github.com/BlueBrain/HighFive/issues/864 |
5 | 10 |
|
6 | 11 | # HighFive - HDF5 header-only C++ Library |
7 | 12 |
|
8 | | -[](https://BlueBrain.github.io/HighFive/actions/workflows/gh-pages.yml?query=branch%3Amaster) |
| 13 | +[](https://BlueBrain.github.io/HighFive/actions/workflows/gh-pages.yml?query=branch%3Amaster) |
9 | 14 | [](https://codecov.io/gh/BlueBrain/HighFive) |
10 | 15 | [](https://github.com/BlueBrain/HighFive-testing/actions/workflows/integration.yml) |
11 | 16 | [](https://zenodo.org/doi/10.5281/zenodo.10679422) |
@@ -118,23 +123,23 @@ dataset over the course of a simulation. |
118 | 123 |
|
119 | 124 | #### Write a 2 dimensional C double float array to a 2D HDF5 dataset |
120 | 125 |
|
121 | | -See [create_dataset_double.cpp](https://github.com/BlueBrain/HighFive/blob/master/src/examples/create_dataset_double.cpp) |
| 126 | +See [create_dataset_double.cpp](https://github.com/highfive-devs/highfive/blob/master/src/examples/create_dataset_double.cpp) |
122 | 127 |
|
123 | 128 | #### Write and read a matrix of double float (boost::ublas) to a 2D HDF5 dataset |
124 | 129 |
|
125 | | -See [boost_ublas_double.cpp](https://github.com/BlueBrain/HighFive/blob/master/src/examples/boost_ublas_double.cpp) |
| 130 | +See [boost_ublas_double.cpp](https://github.com/highfive-devs/highfive/blob/master/src/examples/boost_ublas_double.cpp) |
126 | 131 |
|
127 | 132 | #### Write and read a subset of a 2D double dataset |
128 | 133 |
|
129 | | -See [select_partial_dataset_cpp11.cpp](https://github.com/BlueBrain/HighFive/blob/master/src/examples/select_partial_dataset_cpp11.cpp) |
| 134 | +See [select_partial_dataset_cpp11.cpp](https://github.com/highfive-devs/highfive/blob/master/src/examples/select_partial_dataset_cpp11.cpp) |
130 | 135 |
|
131 | 136 | #### Create, write and list HDF5 attributes |
132 | 137 |
|
133 | | -See [create_attribute_string_integer.cpp](https://github.com/BlueBrain/HighFive/blob/master/src/examples/create_attribute_string_integer.cpp) |
| 138 | +See [create_attribute_string_integer.cpp](https://github.com/highfive-devs/highfive/blob/master/src/examples/create_attribute_string_integer.cpp) |
134 | 139 |
|
135 | 140 | #### And others |
136 | 141 |
|
137 | | -See [src/examples/](https://github.com/BlueBrain/HighFive/blob/master/src/examples/) subdirectory for more info. |
| 142 | +See [src/examples/](https://github.com/highfive-devs/highfive/blob/master/src/examples/) subdirectory for more info. |
138 | 143 |
|
139 | 144 |
|
140 | 145 | ### H5Easy |
@@ -263,23 +268,39 @@ target_link_libraries(foo PUBLIC Boost::headers) |
263 | 268 |
|
264 | 269 | # Questions? |
265 | 270 |
|
| 271 | +Please first check if your question/issue has been answered/reported at |
| 272 | +[BlueBrain/HighFive](https://github.com/BlueBrain/HighFive). |
| 273 | + |
266 | 274 | Do you have questions on how to use HighFive? Would you like to share an interesting example or |
267 | | -discuss HighFive features? Head over to the [Discussions](https://github.com/BlueBrain/HighFive/discussions) |
| 275 | +discuss HighFive features? Head over to the [Discussions](https://github.com/highfive-devs/highfive/discussions) |
268 | 276 | forum and join the community. |
269 | 277 |
|
270 | | -For bugs and issues please use [Issues](https://github.com/BlueBrain/HighFive/issues). |
| 278 | +For bugs and issues please use [Issues](https://github.com/highfive-devs/highfive/issues). |
271 | 279 |
|
272 | 280 | # Funding & Acknowledgment |
273 | | - |
274 | | -The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government's ETH Board of the Swiss Federal Institutes of Technology. |
275 | 281 |
|
276 | 282 | HighFive releases are uploaded to Zenodo. If you wish to cite HighFive in a |
277 | 283 | scientific publication you can use the DOIs for the |
278 | 284 | [Zenodo records](https://zenodo.org/doi/10.5281/zenodo.10679422). |
279 | | - |
280 | | -Copyright © 2015-2022 Blue Brain Project/EPFL |
281 | 285 |
|
| 286 | +## Blue Brain Project Era: 2015 - 2024 |
| 287 | + |
| 288 | +HighFive was created and maintained as part of the BBP from 2015 until Dec 2024 |
| 289 | +(when BBP closed) at [BlueBrain/HighFive](https://github.com/BlueBrain/HighFive). |
| 290 | + |
| 291 | +Please consult its README for funding information by the Blue Brain Project or EPFL. |
| 292 | + |
| 293 | +## Post Blue Brain Project: 2025 - present |
| 294 | + |
| 295 | +One of the main contributors to |
| 296 | +[BlueBrain/HighFive](https://github.com/BlueBrain/HighFive) wanted to keep the |
| 297 | +project alive past the end of BBP. This repository was created to provide a |
| 298 | +seemless continuation of HighFive; and prevent fracturing or capturing of the |
| 299 | +project. |
| 300 | + |
| 301 | +This repository is not supported by the Blue Brain Project or EPFL. |
282 | 302 |
|
283 | | -### License |
| 303 | +# License & Copyright |
284 | 304 |
|
285 | 305 | Boost Software License 1.0 |
| 306 | +Copyright © 2015-2024 Blue Brain Project/EPFL |
0 commit comments