Skip to content

Commit f417ddf

Browse files
authored
Update README.md for post-BBP. (#1)
1 parent ddcf632 commit f417ddf

File tree

1 file changed

+36
-15
lines changed

1 file changed

+36
-15
lines changed

README.md

Lines changed: 36 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
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+
17
*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:
49
https://github.com/BlueBrain/HighFive/issues/864
510

611
# HighFive - HDF5 header-only C++ Library
712

8-
[![Doxygen -> gh-pages](https://github.com/BlueBrain/HighFive/workflows/gh-pages/badge.svg?branch=master)](https://BlueBrain.github.io/HighFive/actions/workflows/gh-pages.yml?query=branch%3Amaster)
13+
[![Doxygen -> gh-pages](https://github.com/highfive-devs/highfive/workflows/gh-pages/badge.svg?branch=master)](https://BlueBrain.github.io/HighFive/actions/workflows/gh-pages.yml?query=branch%3Amaster)
914
[![codecov](https://codecov.io/gh/BlueBrain/HighFive/branch/master/graph/badge.svg?token=UBKxHEn7RS)](https://codecov.io/gh/BlueBrain/HighFive)
1015
[![HighFive_Integration_tests](https://github.com/BlueBrain/HighFive-testing/actions/workflows/integration.yml/badge.svg)](https://github.com/BlueBrain/HighFive-testing/actions/workflows/integration.yml)
1116
[![Zenodo](https://zenodo.org/badge/47755262.svg)](https://zenodo.org/doi/10.5281/zenodo.10679422)
@@ -118,23 +123,23 @@ dataset over the course of a simulation.
118123

119124
#### Write a 2 dimensional C double float array to a 2D HDF5 dataset
120125

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)
122127

123128
#### Write and read a matrix of double float (boost::ublas) to a 2D HDF5 dataset
124129

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)
126131

127132
#### Write and read a subset of a 2D double dataset
128133

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)
130135

131136
#### Create, write and list HDF5 attributes
132137

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)
134139

135140
#### And others
136141

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.
138143

139144

140145
### H5Easy
@@ -263,23 +268,39 @@ target_link_libraries(foo PUBLIC Boost::headers)
263268

264269
# Questions?
265270

271+
Please first check if your question/issue has been answered/reported at
272+
[BlueBrain/HighFive](https://github.com/BlueBrain/HighFive).
273+
266274
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)
268276
forum and join the community.
269277

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).
271279

272280
# 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.
275281

276282
HighFive releases are uploaded to Zenodo. If you wish to cite HighFive in a
277283
scientific publication you can use the DOIs for the
278284
[Zenodo records](https://zenodo.org/doi/10.5281/zenodo.10679422).
279-
280-
Copyright © 2015-2022 Blue Brain Project/EPFL
281285

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.
282302

283-
### License
303+
# License & Copyright
284304

285305
Boost Software License 1.0
306+
Copyright © 2015-2024 Blue Brain Project/EPFL

0 commit comments

Comments
 (0)