Luc Grosheintz

Results 154 comments of Luc Grosheintz

To avoid the issue with forcing an optional dependency (blosc) on all users, we'll need to rework the PR. I think we can safely move all blocs related code to...

Removed by #992.

In 2.8.0 we've reworked reading/writing `std::string`s. Choosing the character set (ASCII or UTF8) is now supported. I've marked the ticket as `v3` so we can revisit the inconsistency if/when we...

There's this: https://clang.llvm.org/extra/clang-tidy/checks/readability/identifier-naming.html

Since I was getting close to closing this as being to ambitious, I'd like to highlight this part: > One feature request that perhaps is very easy to code would...

HighFive core supports any hyperslabs and on the main branch also a more ergonomic API for tensorproduct selection, e.g. things like `x[2:6, [1, 2, 3]]` in numpy syntax. Reading/writing slices...

Thank you, this look very interesting. Also in the context of a usecase we have.

I've included a crude check in #719 to ensure the version information is usable and consistent.

Related to: https://github.com/BlueBrain/HighFive/pull/852