juaml / juaml/junifer

[ENH] Bump H5IO version

Open
#504 0 comments 0 reactions 2 assignees View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.