You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, objects inside group are iterated in alphanumeric order. However, if group is created with track_order=True, the insertion order for the group is remembered (tracked) in HDF5 file, and group contents are iterated in that order. The latter is consistent with Python 3.7+ dictionaries.
int numbers - int32
float - most as f32 (very few as f64)
strings as fixed length ascii :
Now we store strings as utf8 var length. More on strings here: https://docs.h5py.org/en/stable/strings.html
The text was updated successfully, but these errors were encountered: