Replace pytables with h5py#982
Merged
Merged
Conversation
afefcdd to
e335876
Compare
e335876 to
7b4da1e
Compare
mj-will
approved these changes
Sep 2, 2025
ColmTalbot
approved these changes
Sep 4, 2025
When reading/writing calibration files
7b4da1e to
94ceef6
Compare
duncanmmacleod
added a commit
to duncanmmacleod/bilby-feedstock
that referenced
this pull request
Sep 11, 2025
5 tasks
duncanmmacleod
added a commit
to duncanmmacleod/bilby-feedstock
that referenced
this pull request
Sep 11, 2025
The usage has been removed upstream bilby-dev/bilby#982, and will be part of the next release, users still needing this functionality can manually install pytables.
ColmTalbot
pushed a commit
to conda-forge/bilby-feedstock
that referenced
this pull request
Sep 11, 2025
The usage has been removed upstream bilby-dev/bilby#982, and will be part of the next release, users still needing this functionality can manually install pytables.
mj-will
pushed a commit
to mj-will/bilby
that referenced
this pull request
Oct 16, 2025
When reading/writing calibration files
mj-will
pushed a commit
to mj-will/bilby
that referenced
this pull request
Feb 19, 2026
When reading/writing calibration files
isaaclegred
pushed a commit
to isaaclegred/bilby
that referenced
this pull request
Mar 7, 2026
When reading/writing calibration files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR replaces the only use of
pytablesin this project - reading/writing calibration files - withh5pycalls.