Achilleas Koutsou

Results 303 comments of Achilleas Koutsou

Well this all makes sense to me

### About that last commit: That was something I wasn't sure of myself. Theoretically, the final result that gets sent in the end with all the information can be reconstructed...

Locking issue. Any comments on this should be made on the individual issues created for each item in the list.

Is there anything left in this issue or can we close it?

This happened with the old (pre pycore) version of nixpy. I'm not sure whether HDF5 can handle concurrent writes to the same group/dataset. If you say it should, maybe something...

Well, one thing I've been hoping for is to drop boost as a dependency completely. Not sure how I feel about adding more back in.

For v1.5 the file format version should be 1.2.0 because of the DataFrameDimension. This will block old libraries from opening new files, since they won't be able to read the...

Hey Robin. Like you said, Neo docs say labels should be unicode strings (`dtype='U'`), so if we do make this flexible, I would either do it in the Neo NIXIO...

The same can be done for extents, of course.

From Jan Current behaviour (from #801 I believe?) is: ``` a.shape = (10, 10, 10) t.position = (5, 5) t.extent = None t.retrieve(a).shape = (1,1,10) ``` New behaviour could be...