[ENH] Bump H5IO version
Open
@synchon is already working on this.
Since Jul 18, 2026.
- Dominant language
- Python
- Stars
- 16
- Forks
- 13
- Avg merge
- 10h 20m
- Merged PRs (30d)
- 1
Description
Current junifer raises a warning due to H5IO changing its API:
026-07-18 08:39:57 [warning ] python3.13/site-packages/junifer/external/h5io/h5io/_h5io.py:67: H5pyDeprecationWarning: Creating a dataset without passing data or dtype is deprecated. Pass an explicit dtype. Using dtype='f4' will keep the current default behaviour.
dset = root.create_dataset(key, value.shape, chunks=value.chunk_size)
We need to take care of this.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.