h5py pinning#785
Merged
Merged
Conversation
brentwilder
pushed a commit
to brentwilder/isofit
that referenced
this pull request
Oct 27, 2025
* Pinned netCDF4 version to <=1.7.2. * Updated docstring to trigger workflow. * Testing netCDF4 version 1.7.1. * Back to netCDF4<=1.7.2. * Testing temporary numpy version pinning. * Testing temporary numpy version pinning. * Edited docstring to trigger workflow. * Fixed syntax in numpy version pinning. * Extended numpy version pinning. * Pinned xarray. * Changed xarray version pinning. * Changed xarray version pinning. * Changed xarray version pinning. * Changed xarray version pinning. * Released numpy pinning. * Released xarray pinning. * Released netCDF4 pinning.
brentwilder
pushed a commit
to brentwilder/isofit
that referenced
this pull request
Oct 27, 2025
* Pinned netCDF4 version to <=1.7.2. * Updated docstring to trigger workflow. * Testing netCDF4 version 1.7.1. * Back to netCDF4<=1.7.2. * Testing temporary numpy version pinning. * Testing temporary numpy version pinning. * Edited docstring to trigger workflow. * Fixed syntax in numpy version pinning. * Extended numpy version pinning. * Pinned xarray. * Changed xarray version pinning. * Changed xarray version pinning. * Changed xarray version pinning. * Changed xarray version pinning. * Released numpy pinning. * Released xarray pinning. * Released netCDF4 pinning.
brentwilder
pushed a commit
to brentwilder/isofit
that referenced
this pull request
Oct 27, 2025
* Pinned netCDF4 version to <=1.7.2. * Updated docstring to trigger workflow. * Testing netCDF4 version 1.7.1. * Back to netCDF4<=1.7.2. * Testing temporary numpy version pinning. * Testing temporary numpy version pinning. * Edited docstring to trigger workflow. * Fixed syntax in numpy version pinning. * Extended numpy version pinning. * Pinned xarray. * Changed xarray version pinning. * Changed xarray version pinning. * Changed xarray version pinning. * Changed xarray version pinning. * Released numpy pinning. * Released xarray pinning. * Released netCDF4 pinning.
evan-greenbrg
pushed a commit
to evan-greenbrg/isofit
that referenced
this pull request
Nov 4, 2025
h5py pinning (isofit#785) * Pinned netCDF4 version to <=1.7.2. * Updated docstring to trigger workflow. * Testing netCDF4 version 1.7.1. * Back to netCDF4<=1.7.2. * Testing temporary numpy version pinning. * Testing temporary numpy version pinning. * Edited docstring to trigger workflow. * Fixed syntax in numpy version pinning. * Extended numpy version pinning. * Pinned xarray. * Changed xarray version pinning. * Changed xarray version pinning. * Changed xarray version pinning. * Changed xarray version pinning. * Released numpy pinning. * Released xarray pinning. * Released netCDF4 pinning. Fixed --debug not showing the exception in cases of ModuleNotFoundError not caused by isoplots Replaced hardcoded AOE hash table size by default value from implementation config. skyview error handling logging skyview workers flushing horizon files to scale better with large data dtypes and cleaning duplicate code eps for slope check and defining scale factors ensure radians for slope method cleaning up saving and loading of horizon files method to save shadow mask match dozier paper for h topo update reverting to matlab code for local topo adjustment specify sza and saa ranges black 1d interpolation in skew() allow tmpl.Pathnames to be called without skyview and other optional args open memmap to verify max svf<1 initialize output using fileIO method default sensor string skyview outputs consistent with rest of isofit zarr based horizon files include zarr dependency pin zarr version 3 pin zarr based on doc recommendation add isofit run details to envi hdr isofit version in implementation config placing segmentation size into ALAlg hdr description for empirical line output segmentation size consistent version tags match output of ALAlg additional info to description using initialize_output method for pixel, EL, and AL envi standard hdr options further consolidate output_metadata set map info if exists Bump version number
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.
GitHub workflows for the examples and slow tests are currently failing on
python>=3.10due to issues with the new3.15version releases ofh5py(https://github.com/h5py/h5py/releases). This PR introduces anh5py<=3.14.0pinning to fix this behavior.