libhdf5 bug fix deployment?
See original GitHub issueI’m wondering what the strategy is of releasing h5py
on pypi and conda. Currently we have one libhdf5
deployed per h5py
version (both pypi and conda) which does not allow including bug fixes in libhdf5
. For example h5py 2.10
ships with libhdf5 1.10.4
while currently we are at libhdf5 1.10.7
. Would it be feasible to deploy additional packages for each h5py version with upgraded libhdf5
? Or perhaps create a new h5py release every time libhdf5
1.10.x or 1.12.x is released?
Who is managing the conda packages? And what is the “official” channel? We have h5py on the default channel and on conda-forge https://anaconda.org/search?q=h5py
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (11 by maintainers)
Top Results From Across the Web
Chapter 6. Bug fixes Red Hat OpenShift Data Foundation 4.9
This section describes notable bug fixes introduced in Red Hat OpenShift Data ... Multicloud Object Gateway (MCG) storage class which was deployed as...
Read more >HDF5 Error: File Failed to Open for Reading During Configure
Issue On Windows 10 x64, after cloning master and pressing Configure in CMake-GUI 3.21.1, I see this error:
Read more >Should bug fixes be deployed as soon as they're ready?
Regardless of framework used, the general idea is to: Deliver value to the client as fast as possible; Deliver value to the client...
Read more >Bugs in package hdf5-tools (version 1.10.8+repack-4) in ...
Debian Bug report logs: Bugs in package hdf5-tools (version 1.10.8+repack-4) in unstable · Outstanding bugs -- Normal bugs; Unclassified (5 bugs) · Summary....
Read more >Enhancements and bug fixes - Elastic
Fixed warning when logs and metrics are disabled. Prevents a false negative warning "Resource plans are inconsistent with deployment logging and ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
https://github.com/HDFGroup/hdf5/blob/develop/doc/branches-explained.md
I would also add that if @ajelenak or someone else from the hdf5 group wants to take over building and publishing the wheels I will not stand in the way of any level of complexity 😃
My views here are based on what we can reasonably do with the volunteer/community effort we have now.