Tom de Geus

Results 225 comments of Tom de Geus

I think that H5Easy can already do this. Note though, unless that dataset was allocated extendable the data has to have the exact shape shape. https://github.com/BlueBrain/HighFive/blob/417e4ff003dfe35f22c2352bce9d53a4fcac99ca/include/highfive/H5Easy.hpp#L76-L79 --- If you are...

I think that there is even no otherwise ;). HDF5 cannot delete data as it cannot reorder like your memory can. So * Overwriting the exact bits is fine. *...

Thanks, should be fixed in https://github.com/xtensor-stack/xtensor/pull/2624

There is `xtensor_fixed` in which the shape is fully specified at compile-time. For the other containers the shape is only known at runtime (though `xtensor`'s dimension is specified at compile-time)....

I lost a track of where we are at in terms of the C++17 support/migration. I have been over to C++17 for a while now on my research codes, and...

Closing for now. Should be reopened if relevant

Thanks for this tool. Thanks!! However, I too encounter the mentioned error for: ```rst .. seealso:: ``` which is not even an extension I think (see [help](https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-seealso)). And also for...

[From the docs](https://docs.conda.io/projects/conda-build/en/stable/resources/define-metadata.html#source-from-multiple-sources) I could not find a selector that does it. Do you rather mean one could use `jinja2` ? ```yaml {% set version = "10.1.1" %} source: url:...

Most functions do not have compile-time checks for this. There could indeed be static assertions for many functions that are easy or less easy to write, but for the moment...