Skip to content

Update h5py to 3.16.0#957

Merged
jan-janssen merged 2 commits intomainfrom
h5py
Mar 26, 2026
Merged

Update h5py to 3.16.0#957
jan-janssen merged 2 commits intomainfrom
h5py

Conversation

@jan-janssen
Copy link
Copy Markdown
Member

@jan-janssen jan-janssen commented Mar 26, 2026

Summary by CodeRabbit

  • Chores
    • Updated the h5py dependency to 3.16.0 across all development, CI, and environment configurations (including optional dependency groups). No other dependencies or configuration entries were changed. Estimated review effort: low.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 26, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 165f4289-b392-44f1-8be4-453c9ec41580

📥 Commits

Reviewing files that changed from the base of the PR and between b088457 and fd3e3e4.

📒 Files selected for processing (1)
  • pyproject.toml
✅ Files skipped from review due to trivial changes (1)
  • pyproject.toml

📝 Walkthrough

Walkthrough

This PR bumps the pinned h5py version from 3.15.1 to 3.16.0 across CI and project environment files (7 files total). No other dependencies or configurations were changed.

Changes

Cohort / File(s) Summary
CI Environment Files
./.ci_support/environment-docs.yml, ./.ci_support/environment-integration.yml, ./.ci_support/environment-mpich.yml, ./.ci_support/environment-openmpi.yml, ./.ci_support/environment-win.yml
Updated h5py pin from 3.15.13.16.0 in all CI environment YAMLs.
Binder & Project Config
binder/environment.yml, pyproject.toml
Updated h5py pin from 3.15.13.16.0 in binder environment and optional dependency groups (cache, cluster, all) in pyproject.toml.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~4 minutes

Possibly related PRs

Poem

🐰 Soft paws tap a patch of light,

H5py nudged up, comfy and bright.
Seven nests now hum in tune,
A little hop beneath the moon.
Crunchy carrots, version new—hooray!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Update h5py to 3.16.0' directly and accurately summarizes the main change: upgrading h5py across multiple configuration files from version 3.15.1 to 3.16.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch h5py

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
pyproject.toml (1)

43-43: ⚠️ Potential issue | 🟠 Major

Inconsistent h5py version: Update the cache optional dependency group.

The cache optional dependency group still specifies h5py==3.15.1, while the cluster (Line 56) and all (Line 64) groups have been updated to h5py==3.16.0. This inconsistency could lead to version conflicts when users install different combinations of optional dependencies.

🔧 Proposed fix to align versions
-cache = ["h5py==3.15.1"]
+cache = ["h5py==3.16.0"]
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@pyproject.toml` at line 43, Update the cache optional-dependency entry that
currently pins h5py==3.15.1 to h5py==3.16.0 so it matches the cluster and all
groups; locate the cache group in pyproject.toml where the line contains cache =
["h5py==3.15.1"] and change the version string to "h5py==3.16.0" to avoid
inconsistent dependency versions.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Outside diff comments:
In `@pyproject.toml`:
- Line 43: Update the cache optional-dependency entry that currently pins
h5py==3.15.1 to h5py==3.16.0 so it matches the cluster and all groups; locate
the cache group in pyproject.toml where the line contains cache =
["h5py==3.15.1"] and change the version string to "h5py==3.16.0" to avoid
inconsistent dependency versions.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ed3f2111-9326-483c-a718-281ffc5f8eb9

📥 Commits

Reviewing files that changed from the base of the PR and between 837f48c and b088457.

📒 Files selected for processing (7)
  • .ci_support/environment-docs.yml
  • .ci_support/environment-integration.yml
  • .ci_support/environment-mpich.yml
  • .ci_support/environment-openmpi.yml
  • .ci_support/environment-win.yml
  • binder/environment.yml
  • pyproject.toml

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.14%. Comparing base (837f48c) to head (fd3e3e4).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #957   +/-   ##
=======================================
  Coverage   94.14%   94.14%           
=======================================
  Files          39       39           
  Lines        2083     2083           
=======================================
  Hits         1961     1961           
  Misses        122      122           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jan-janssen jan-janssen merged commit 5569e13 into main Mar 26, 2026
36 checks passed
@jan-janssen jan-janssen deleted the h5py branch March 26, 2026 08:38
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.

1 participant