Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDF5 interface: Convert h5io datatypes to nodes #1469

Merged
merged 6 commits into from
Jun 6, 2024
Merged

HDF5 interface: Convert h5io datatypes to nodes #1469

merged 6 commits into from
Jun 6, 2024

Conversation

jan-janssen
Copy link
Member

@jan-janssen jan-janssen commented Jun 6, 2024

Datatypes implemented by h5io which are not supported by h5py are stored as HDF5 groups rather than HDF5 nodes.
With this pull request we thread these special HDF5 groups as HDF5 nodes unless they are of type list, dict, tuple or custom classes stored with __set_state__()/__reduce__().

@jan-janssen jan-janssen requested a review from pmrv June 6, 2024 08:59
@jan-janssen jan-janssen merged commit 111dc7d into main Jun 6, 2024
25 checks passed
@jan-janssen jan-janssen deleted the h5fixes branch June 6, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants