Skip to content

Rewrite reading of strings from HDF5 to comply with h5py 3.x #40

@1313e

Description

@1313e

h5py 3.0 changed the way in which strings are read from HDF5.
It now returns them as unicode strings instead of bytes strings.
Although I am happy that this has finally been changed, code everywhere assumes that the strings are read in as bytes, and therefore convert them to unicode.

The PRISM code can be easily changed to reflect this, but it would also force users to always use h5py 3.x, which I think is a bit too early to do.
Therefore, for now, PRISM will not support the use of h5py 3.x until the latter has released a few versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions