Luc Grosheintz
Luc Grosheintz
(Messages are crossing; but unfortunately I think the situation might be slightly more complicated. Hence I'm still posting despite the issue being "resolved".) I think I understand why the generated...
If two distinct HDF5 libraries are being used, I'm not sure what happens in code such as: ``` # create_morphlogies.py import morphio import h5py with h5py.File(filename, "w") as h5: group_path...
@alkino The reason for not allowing non-trivial elements, is that this way we can use `xt::adapt` which also paves the way for implementing all other flavours of `xt` objects. With...
Closes #594.
I'd prefer not blocking `v3` for this and I don't think we have the time to implement it soon.
HDF5 can't really read an unspecified DataType and then the user casts later and HighFive doesn't implement the feature you're looking for. I suspect short term you might have to...
The immediate problem is that XTensor supports arrays that don't have a compile time constant rank. This simply isn't something HighFive anticipated and slightly annoying to fix. I've been tempted...
Core has support for Eigen, XTensor (#976) and rudimentary OpenCV (#1006). This should allow us to massively simplify Easy making it little more than an API layer.
I'm happy to let Eigen work slightly differently for Easy, i.e. Vectors are 1D in easy and 2D in core. The system for automatically adding functionality whenever the optional dependency...
Blocked by: #986