diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index cd87f6b..fd3c9fc 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -12,50 +12,62 @@ jobs: CONFIG: linux_ppc64le_hdf51.14.6python3.10.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-ppc64le:alma9 + store_build_artifacts: false linux_ppc64le_hdf51.14.6python3.11.____cpython: CONFIG: linux_ppc64le_hdf51.14.6python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-ppc64le:alma9 + store_build_artifacts: false linux_ppc64le_hdf51.14.6python3.12.____cpython: CONFIG: linux_ppc64le_hdf51.14.6python3.12.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-ppc64le:alma9 + store_build_artifacts: false linux_ppc64le_hdf51.14.6python3.13.____cp313: CONFIG: linux_ppc64le_hdf51.14.6python3.13.____cp313 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-ppc64le:alma9 + store_build_artifacts: false linux_ppc64le_hdf51.14.6python3.14.____cp314: CONFIG: linux_ppc64le_hdf51.14.6python3.14.____cp314 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-ppc64le:alma9 + store_build_artifacts: false linux_ppc64le_hdf51.14.6python3.14.____cp314t: CONFIG: linux_ppc64le_hdf51.14.6python3.14.____cp314t UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-ppc64le:alma9 + store_build_artifacts: false linux_ppc64le_hdf52python3.10.____cpython: CONFIG: linux_ppc64le_hdf52python3.10.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-ppc64le:alma9 + store_build_artifacts: false linux_ppc64le_hdf52python3.11.____cpython: CONFIG: linux_ppc64le_hdf52python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-ppc64le:alma9 + store_build_artifacts: false linux_ppc64le_hdf52python3.12.____cpython: CONFIG: linux_ppc64le_hdf52python3.12.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-ppc64le:alma9 + store_build_artifacts: false linux_ppc64le_hdf52python3.13.____cp313: CONFIG: linux_ppc64le_hdf52python3.13.____cp313 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-ppc64le:alma9 + store_build_artifacts: false linux_ppc64le_hdf52python3.14.____cp314: CONFIG: linux_ppc64le_hdf52python3.14.____cp314 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-ppc64le:alma9 + store_build_artifacts: false linux_ppc64le_hdf52python3.14.____cp314t: CONFIG: linux_ppc64le_hdf52python3.14.____cp314t UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-ppc64le:alma9 + store_build_artifacts: false timeoutInMinutes: 360 variables: {} diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 1c69347..04cce8f 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -12,98 +12,122 @@ jobs: CONFIG: osx_64_hdf51.14.6python3.10.____cpython UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_64_hdf51.14.6python3.11.____cpython: CONFIG: osx_64_hdf51.14.6python3.11.____cpython UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_64_hdf51.14.6python3.12.____cpython: CONFIG: osx_64_hdf51.14.6python3.12.____cpython UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_64_hdf51.14.6python3.13.____cp313: CONFIG: osx_64_hdf51.14.6python3.13.____cp313 UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_64_hdf51.14.6python3.14.____cp314: CONFIG: osx_64_hdf51.14.6python3.14.____cp314 UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_64_hdf51.14.6python3.14.____cp314t: CONFIG: osx_64_hdf51.14.6python3.14.____cp314t UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_64_hdf52python3.10.____cpython: CONFIG: osx_64_hdf52python3.10.____cpython UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_64_hdf52python3.11.____cpython: CONFIG: osx_64_hdf52python3.11.____cpython UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_64_hdf52python3.12.____cpython: CONFIG: osx_64_hdf52python3.12.____cpython UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_64_hdf52python3.13.____cp313: CONFIG: osx_64_hdf52python3.13.____cp313 UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_64_hdf52python3.14.____cp314: CONFIG: osx_64_hdf52python3.14.____cp314 UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_64_hdf52python3.14.____cp314t: CONFIG: osx_64_hdf52python3.14.____cp314t UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_arm64_hdf51.14.6python3.10.____cpython: CONFIG: osx_arm64_hdf51.14.6python3.10.____cpython UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_arm64_hdf51.14.6python3.11.____cpython: CONFIG: osx_arm64_hdf51.14.6python3.11.____cpython UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_arm64_hdf51.14.6python3.12.____cpython: CONFIG: osx_arm64_hdf51.14.6python3.12.____cpython UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_arm64_hdf51.14.6python3.13.____cp313: CONFIG: osx_arm64_hdf51.14.6python3.13.____cp313 UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_arm64_hdf51.14.6python3.14.____cp314: CONFIG: osx_arm64_hdf51.14.6python3.14.____cp314 UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_arm64_hdf51.14.6python3.14.____cp314t: CONFIG: osx_arm64_hdf51.14.6python3.14.____cp314t UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_arm64_hdf52python3.10.____cpython: CONFIG: osx_arm64_hdf52python3.10.____cpython UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_arm64_hdf52python3.11.____cpython: CONFIG: osx_arm64_hdf52python3.11.____cpython UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_arm64_hdf52python3.12.____cpython: CONFIG: osx_arm64_hdf52python3.12.____cpython UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_arm64_hdf52python3.13.____cp313: CONFIG: osx_arm64_hdf52python3.13.____cp313 UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_arm64_hdf52python3.14.____cp314: CONFIG: osx_arm64_hdf52python3.14.____cp314 UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false osx_arm64_hdf52python3.14.____cp314t: CONFIG: osx_arm64_hdf52python3.14.____cp314t UPLOAD_PACKAGES: 'True' VMIMAGE: macOS-15 + store_build_artifacts: false timeoutInMinutes: 360 variables: {} diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index 2c4cb32..ef7d45b 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -11,39 +11,51 @@ jobs: win_64_hdf51.14.6python3.10.____cpython: CONFIG: win_64_hdf51.14.6python3.10.____cpython UPLOAD_PACKAGES: 'True' + store_build_artifacts: false win_64_hdf51.14.6python3.11.____cpython: CONFIG: win_64_hdf51.14.6python3.11.____cpython UPLOAD_PACKAGES: 'True' + store_build_artifacts: false win_64_hdf51.14.6python3.12.____cpython: CONFIG: win_64_hdf51.14.6python3.12.____cpython UPLOAD_PACKAGES: 'True' + store_build_artifacts: false win_64_hdf51.14.6python3.13.____cp313: CONFIG: win_64_hdf51.14.6python3.13.____cp313 UPLOAD_PACKAGES: 'True' + store_build_artifacts: false win_64_hdf51.14.6python3.14.____cp314: CONFIG: win_64_hdf51.14.6python3.14.____cp314 UPLOAD_PACKAGES: 'True' + store_build_artifacts: false win_64_hdf51.14.6python3.14.____cp314t: CONFIG: win_64_hdf51.14.6python3.14.____cp314t UPLOAD_PACKAGES: 'True' + store_build_artifacts: false win_64_hdf52python3.10.____cpython: CONFIG: win_64_hdf52python3.10.____cpython UPLOAD_PACKAGES: 'True' + store_build_artifacts: false win_64_hdf52python3.11.____cpython: CONFIG: win_64_hdf52python3.11.____cpython UPLOAD_PACKAGES: 'True' + store_build_artifacts: false win_64_hdf52python3.12.____cpython: CONFIG: win_64_hdf52python3.12.____cpython UPLOAD_PACKAGES: 'True' + store_build_artifacts: false win_64_hdf52python3.13.____cp313: CONFIG: win_64_hdf52python3.13.____cp313 UPLOAD_PACKAGES: 'True' + store_build_artifacts: false win_64_hdf52python3.14.____cp314: CONFIG: win_64_hdf52python3.14.____cp314 UPLOAD_PACKAGES: 'True' + store_build_artifacts: false win_64_hdf52python3.14.____cp314t: CONFIG: win_64_hdf52python3.14.____cp314t UPLOAD_PACKAGES: 'True' + store_build_artifacts: false timeoutInMinutes: 360 variables: CONDA_BLD_PATH: D:\\bld\\ diff --git a/.ci_support/linux_64_hdf51.14.6python3.10.____cpython.yaml b/.ci_support/linux_64_hdf51.14.6python3.10.____cpython.yaml index af261b8..440bb64 100644 --- a/.ci_support/linux_64_hdf51.14.6python3.10.____cpython.yaml +++ b/.ci_support/linux_64_hdf51.14.6python3.10.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_64_hdf51.14.6python3.11.____cpython.yaml b/.ci_support/linux_64_hdf51.14.6python3.11.____cpython.yaml index bc296cf..23b6864 100644 --- a/.ci_support/linux_64_hdf51.14.6python3.11.____cpython.yaml +++ b/.ci_support/linux_64_hdf51.14.6python3.11.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_64_hdf51.14.6python3.12.____cpython.yaml b/.ci_support/linux_64_hdf51.14.6python3.12.____cpython.yaml index a4880b3..a658e7f 100644 --- a/.ci_support/linux_64_hdf51.14.6python3.12.____cpython.yaml +++ b/.ci_support/linux_64_hdf51.14.6python3.12.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_64_hdf51.14.6python3.13.____cp313.yaml b/.ci_support/linux_64_hdf51.14.6python3.13.____cp313.yaml index 70e9002..82c5c70 100644 --- a/.ci_support/linux_64_hdf51.14.6python3.13.____cp313.yaml +++ b/.ci_support/linux_64_hdf51.14.6python3.13.____cp313.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_64_hdf51.14.6python3.14.____cp314.yaml b/.ci_support/linux_64_hdf51.14.6python3.14.____cp314.yaml index 75e690a..fe030e3 100644 --- a/.ci_support/linux_64_hdf51.14.6python3.14.____cp314.yaml +++ b/.ci_support/linux_64_hdf51.14.6python3.14.____cp314.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_64_hdf51.14.6python3.14.____cp314t.yaml b/.ci_support/linux_64_hdf51.14.6python3.14.____cp314t.yaml index 96cc505..cc59067 100644 --- a/.ci_support/linux_64_hdf51.14.6python3.14.____cp314t.yaml +++ b/.ci_support/linux_64_hdf51.14.6python3.14.____cp314t.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_64_hdf52python3.10.____cpython.yaml b/.ci_support/linux_64_hdf52python3.10.____cpython.yaml index 250f29b..5030877 100644 --- a/.ci_support/linux_64_hdf52python3.10.____cpython.yaml +++ b/.ci_support/linux_64_hdf52python3.10.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_64_hdf52python3.11.____cpython.yaml b/.ci_support/linux_64_hdf52python3.11.____cpython.yaml index 3823439..5e18b6d 100644 --- a/.ci_support/linux_64_hdf52python3.11.____cpython.yaml +++ b/.ci_support/linux_64_hdf52python3.11.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_64_hdf52python3.12.____cpython.yaml b/.ci_support/linux_64_hdf52python3.12.____cpython.yaml index 5061a6d..7347f08 100644 --- a/.ci_support/linux_64_hdf52python3.12.____cpython.yaml +++ b/.ci_support/linux_64_hdf52python3.12.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_64_hdf52python3.13.____cp313.yaml b/.ci_support/linux_64_hdf52python3.13.____cp313.yaml index dacf65d..18c4578 100644 --- a/.ci_support/linux_64_hdf52python3.13.____cp313.yaml +++ b/.ci_support/linux_64_hdf52python3.13.____cp313.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_64_hdf52python3.14.____cp314.yaml b/.ci_support/linux_64_hdf52python3.14.____cp314.yaml index 3769b03..7abe8d1 100644 --- a/.ci_support/linux_64_hdf52python3.14.____cp314.yaml +++ b/.ci_support/linux_64_hdf52python3.14.____cp314.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_64_hdf52python3.14.____cp314t.yaml b/.ci_support/linux_64_hdf52python3.14.____cp314t.yaml index f96c094..da32332 100644 --- a/.ci_support/linux_64_hdf52python3.14.____cp314t.yaml +++ b/.ci_support/linux_64_hdf52python3.14.____cp314t.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_aarch64_hdf51.14.6python3.10.____cpython.yaml b/.ci_support/linux_aarch64_hdf51.14.6python3.10.____cpython.yaml index ae9a590..edb6129 100644 --- a/.ci_support/linux_aarch64_hdf51.14.6python3.10.____cpython.yaml +++ b/.ci_support/linux_aarch64_hdf51.14.6python3.10.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_aarch64_hdf51.14.6python3.11.____cpython.yaml b/.ci_support/linux_aarch64_hdf51.14.6python3.11.____cpython.yaml index ab8f252..731b1b8 100644 --- a/.ci_support/linux_aarch64_hdf51.14.6python3.11.____cpython.yaml +++ b/.ci_support/linux_aarch64_hdf51.14.6python3.11.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_aarch64_hdf51.14.6python3.12.____cpython.yaml b/.ci_support/linux_aarch64_hdf51.14.6python3.12.____cpython.yaml index 1c8779f..afdd51e 100644 --- a/.ci_support/linux_aarch64_hdf51.14.6python3.12.____cpython.yaml +++ b/.ci_support/linux_aarch64_hdf51.14.6python3.12.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_aarch64_hdf51.14.6python3.13.____cp313.yaml b/.ci_support/linux_aarch64_hdf51.14.6python3.13.____cp313.yaml index 46e2bf6..e472810 100644 --- a/.ci_support/linux_aarch64_hdf51.14.6python3.13.____cp313.yaml +++ b/.ci_support/linux_aarch64_hdf51.14.6python3.13.____cp313.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_aarch64_hdf51.14.6python3.14.____cp314.yaml b/.ci_support/linux_aarch64_hdf51.14.6python3.14.____cp314.yaml index 12a5394..d408c80 100644 --- a/.ci_support/linux_aarch64_hdf51.14.6python3.14.____cp314.yaml +++ b/.ci_support/linux_aarch64_hdf51.14.6python3.14.____cp314.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_aarch64_hdf51.14.6python3.14.____cp314t.yaml b/.ci_support/linux_aarch64_hdf51.14.6python3.14.____cp314t.yaml index 9fe26f3..4a03c27 100644 --- a/.ci_support/linux_aarch64_hdf51.14.6python3.14.____cp314t.yaml +++ b/.ci_support/linux_aarch64_hdf51.14.6python3.14.____cp314t.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_aarch64_hdf52python3.10.____cpython.yaml b/.ci_support/linux_aarch64_hdf52python3.10.____cpython.yaml index 1ee5647..c8d8943 100644 --- a/.ci_support/linux_aarch64_hdf52python3.10.____cpython.yaml +++ b/.ci_support/linux_aarch64_hdf52python3.10.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_aarch64_hdf52python3.11.____cpython.yaml b/.ci_support/linux_aarch64_hdf52python3.11.____cpython.yaml index 534effc..ea424ca 100644 --- a/.ci_support/linux_aarch64_hdf52python3.11.____cpython.yaml +++ b/.ci_support/linux_aarch64_hdf52python3.11.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_aarch64_hdf52python3.12.____cpython.yaml b/.ci_support/linux_aarch64_hdf52python3.12.____cpython.yaml index c65ad53..21b3432 100644 --- a/.ci_support/linux_aarch64_hdf52python3.12.____cpython.yaml +++ b/.ci_support/linux_aarch64_hdf52python3.12.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_aarch64_hdf52python3.13.____cp313.yaml b/.ci_support/linux_aarch64_hdf52python3.13.____cp313.yaml index b7ea5a1..fa65395 100644 --- a/.ci_support/linux_aarch64_hdf52python3.13.____cp313.yaml +++ b/.ci_support/linux_aarch64_hdf52python3.13.____cp313.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_aarch64_hdf52python3.14.____cp314.yaml b/.ci_support/linux_aarch64_hdf52python3.14.____cp314.yaml index 07700ff..d64d4a9 100644 --- a/.ci_support/linux_aarch64_hdf52python3.14.____cp314.yaml +++ b/.ci_support/linux_aarch64_hdf52python3.14.____cp314.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_aarch64_hdf52python3.14.____cp314t.yaml b/.ci_support/linux_aarch64_hdf52python3.14.____cp314t.yaml index ac0550a..d48a015 100644 --- a/.ci_support/linux_aarch64_hdf52python3.14.____cp314t.yaml +++ b/.ci_support/linux_aarch64_hdf52python3.14.____cp314t.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_ppc64le_hdf51.14.6python3.10.____cpython.yaml b/.ci_support/linux_ppc64le_hdf51.14.6python3.10.____cpython.yaml index a3eff6a..999b833 100644 --- a/.ci_support/linux_ppc64le_hdf51.14.6python3.10.____cpython.yaml +++ b/.ci_support/linux_ppc64le_hdf51.14.6python3.10.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_ppc64le_hdf51.14.6python3.11.____cpython.yaml b/.ci_support/linux_ppc64le_hdf51.14.6python3.11.____cpython.yaml index d9e5dda..defc65a 100644 --- a/.ci_support/linux_ppc64le_hdf51.14.6python3.11.____cpython.yaml +++ b/.ci_support/linux_ppc64le_hdf51.14.6python3.11.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_ppc64le_hdf51.14.6python3.12.____cpython.yaml b/.ci_support/linux_ppc64le_hdf51.14.6python3.12.____cpython.yaml index 23c4b85..c71d1a4 100644 --- a/.ci_support/linux_ppc64le_hdf51.14.6python3.12.____cpython.yaml +++ b/.ci_support/linux_ppc64le_hdf51.14.6python3.12.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_ppc64le_hdf51.14.6python3.13.____cp313.yaml b/.ci_support/linux_ppc64le_hdf51.14.6python3.13.____cp313.yaml index 04501f9..21a026d 100644 --- a/.ci_support/linux_ppc64le_hdf51.14.6python3.13.____cp313.yaml +++ b/.ci_support/linux_ppc64le_hdf51.14.6python3.13.____cp313.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_ppc64le_hdf51.14.6python3.14.____cp314.yaml b/.ci_support/linux_ppc64le_hdf51.14.6python3.14.____cp314.yaml index f17f78e..00fd1a6 100644 --- a/.ci_support/linux_ppc64le_hdf51.14.6python3.14.____cp314.yaml +++ b/.ci_support/linux_ppc64le_hdf51.14.6python3.14.____cp314.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_ppc64le_hdf51.14.6python3.14.____cp314t.yaml b/.ci_support/linux_ppc64le_hdf51.14.6python3.14.____cp314t.yaml index b8d70e9..b58d2c5 100644 --- a/.ci_support/linux_ppc64le_hdf51.14.6python3.14.____cp314t.yaml +++ b/.ci_support/linux_ppc64le_hdf51.14.6python3.14.____cp314t.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_ppc64le_hdf52python3.10.____cpython.yaml b/.ci_support/linux_ppc64le_hdf52python3.10.____cpython.yaml index 0b5232f..9958682 100644 --- a/.ci_support/linux_ppc64le_hdf52python3.10.____cpython.yaml +++ b/.ci_support/linux_ppc64le_hdf52python3.10.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_ppc64le_hdf52python3.11.____cpython.yaml b/.ci_support/linux_ppc64le_hdf52python3.11.____cpython.yaml index 3ba9393..dd985e7 100644 --- a/.ci_support/linux_ppc64le_hdf52python3.11.____cpython.yaml +++ b/.ci_support/linux_ppc64le_hdf52python3.11.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_ppc64le_hdf52python3.12.____cpython.yaml b/.ci_support/linux_ppc64le_hdf52python3.12.____cpython.yaml index 82a42de..f169b1b 100644 --- a/.ci_support/linux_ppc64le_hdf52python3.12.____cpython.yaml +++ b/.ci_support/linux_ppc64le_hdf52python3.12.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_ppc64le_hdf52python3.13.____cp313.yaml b/.ci_support/linux_ppc64le_hdf52python3.13.____cp313.yaml index 11c41bc..a02a70e 100644 --- a/.ci_support/linux_ppc64le_hdf52python3.13.____cp313.yaml +++ b/.ci_support/linux_ppc64le_hdf52python3.13.____cp313.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_ppc64le_hdf52python3.14.____cp314.yaml b/.ci_support/linux_ppc64le_hdf52python3.14.____cp314.yaml index 81a1374..18df1a9 100644 --- a/.ci_support/linux_ppc64le_hdf52python3.14.____cp314.yaml +++ b/.ci_support/linux_ppc64le_hdf52python3.14.____cp314.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_ppc64le_hdf52python3.14.____cp314t.yaml b/.ci_support/linux_ppc64le_hdf52python3.14.____cp314t.yaml index 836af0f..85359a3 100644 --- a/.ci_support/linux_ppc64le_hdf52python3.14.____cp314t.yaml +++ b/.ci_support/linux_ppc64le_hdf52python3.14.____cp314t.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/osx_64_hdf51.14.6python3.10.____cpython.yaml b/.ci_support/osx_64_hdf51.14.6python3.10.____cpython.yaml index d656bf4..65dadb1 100644 --- a/.ci_support/osx_64_hdf51.14.6python3.10.____cpython.yaml +++ b/.ci_support/osx_64_hdf51.14.6python3.10.____cpython.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_64_hdf51.14.6python3.11.____cpython.yaml b/.ci_support/osx_64_hdf51.14.6python3.11.____cpython.yaml index 175700e..c952401 100644 --- a/.ci_support/osx_64_hdf51.14.6python3.11.____cpython.yaml +++ b/.ci_support/osx_64_hdf51.14.6python3.11.____cpython.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_64_hdf51.14.6python3.12.____cpython.yaml b/.ci_support/osx_64_hdf51.14.6python3.12.____cpython.yaml index 369d671..70058bc 100644 --- a/.ci_support/osx_64_hdf51.14.6python3.12.____cpython.yaml +++ b/.ci_support/osx_64_hdf51.14.6python3.12.____cpython.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_64_hdf51.14.6python3.13.____cp313.yaml b/.ci_support/osx_64_hdf51.14.6python3.13.____cp313.yaml index 8926a36..226bc6f 100644 --- a/.ci_support/osx_64_hdf51.14.6python3.13.____cp313.yaml +++ b/.ci_support/osx_64_hdf51.14.6python3.13.____cp313.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_64_hdf51.14.6python3.14.____cp314.yaml b/.ci_support/osx_64_hdf51.14.6python3.14.____cp314.yaml index 562cedd..5931cec 100644 --- a/.ci_support/osx_64_hdf51.14.6python3.14.____cp314.yaml +++ b/.ci_support/osx_64_hdf51.14.6python3.14.____cp314.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_64_hdf51.14.6python3.14.____cp314t.yaml b/.ci_support/osx_64_hdf51.14.6python3.14.____cp314t.yaml index 78acabc..aeea0c9 100644 --- a/.ci_support/osx_64_hdf51.14.6python3.14.____cp314t.yaml +++ b/.ci_support/osx_64_hdf51.14.6python3.14.____cp314t.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_64_hdf52python3.10.____cpython.yaml b/.ci_support/osx_64_hdf52python3.10.____cpython.yaml index 4c62b72..a4f6f35 100644 --- a/.ci_support/osx_64_hdf52python3.10.____cpython.yaml +++ b/.ci_support/osx_64_hdf52python3.10.____cpython.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_64_hdf52python3.11.____cpython.yaml b/.ci_support/osx_64_hdf52python3.11.____cpython.yaml index cdf57f1..47cb0ac 100644 --- a/.ci_support/osx_64_hdf52python3.11.____cpython.yaml +++ b/.ci_support/osx_64_hdf52python3.11.____cpython.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_64_hdf52python3.12.____cpython.yaml b/.ci_support/osx_64_hdf52python3.12.____cpython.yaml index d4a337c..382782c 100644 --- a/.ci_support/osx_64_hdf52python3.12.____cpython.yaml +++ b/.ci_support/osx_64_hdf52python3.12.____cpython.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_64_hdf52python3.13.____cp313.yaml b/.ci_support/osx_64_hdf52python3.13.____cp313.yaml index ea5e223..2ebaef1 100644 --- a/.ci_support/osx_64_hdf52python3.13.____cp313.yaml +++ b/.ci_support/osx_64_hdf52python3.13.____cp313.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_64_hdf52python3.14.____cp314.yaml b/.ci_support/osx_64_hdf52python3.14.____cp314.yaml index 8232a92..5dc4bda 100644 --- a/.ci_support/osx_64_hdf52python3.14.____cp314.yaml +++ b/.ci_support/osx_64_hdf52python3.14.____cp314.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_64_hdf52python3.14.____cp314t.yaml b/.ci_support/osx_64_hdf52python3.14.____cp314t.yaml index 99634ba..ed97305 100644 --- a/.ci_support/osx_64_hdf52python3.14.____cp314t.yaml +++ b/.ci_support/osx_64_hdf52python3.14.____cp314t.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_arm64_hdf51.14.6python3.10.____cpython.yaml b/.ci_support/osx_arm64_hdf51.14.6python3.10.____cpython.yaml index 20c46ea..52d832e 100644 --- a/.ci_support/osx_arm64_hdf51.14.6python3.10.____cpython.yaml +++ b/.ci_support/osx_arm64_hdf51.14.6python3.10.____cpython.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_arm64_hdf51.14.6python3.11.____cpython.yaml b/.ci_support/osx_arm64_hdf51.14.6python3.11.____cpython.yaml index 9a0665e..0be00fd 100644 --- a/.ci_support/osx_arm64_hdf51.14.6python3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_hdf51.14.6python3.11.____cpython.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_arm64_hdf51.14.6python3.12.____cpython.yaml b/.ci_support/osx_arm64_hdf51.14.6python3.12.____cpython.yaml index 4d6030a..862b295 100644 --- a/.ci_support/osx_arm64_hdf51.14.6python3.12.____cpython.yaml +++ b/.ci_support/osx_arm64_hdf51.14.6python3.12.____cpython.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_arm64_hdf51.14.6python3.13.____cp313.yaml b/.ci_support/osx_arm64_hdf51.14.6python3.13.____cp313.yaml index a7e9421..7aec106 100644 --- a/.ci_support/osx_arm64_hdf51.14.6python3.13.____cp313.yaml +++ b/.ci_support/osx_arm64_hdf51.14.6python3.13.____cp313.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_arm64_hdf51.14.6python3.14.____cp314.yaml b/.ci_support/osx_arm64_hdf51.14.6python3.14.____cp314.yaml index 531dd8b..13ed8ef 100644 --- a/.ci_support/osx_arm64_hdf51.14.6python3.14.____cp314.yaml +++ b/.ci_support/osx_arm64_hdf51.14.6python3.14.____cp314.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_arm64_hdf51.14.6python3.14.____cp314t.yaml b/.ci_support/osx_arm64_hdf51.14.6python3.14.____cp314t.yaml index d84c67d..2a55883 100644 --- a/.ci_support/osx_arm64_hdf51.14.6python3.14.____cp314t.yaml +++ b/.ci_support/osx_arm64_hdf51.14.6python3.14.____cp314t.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_arm64_hdf52python3.10.____cpython.yaml b/.ci_support/osx_arm64_hdf52python3.10.____cpython.yaml index dc74de2..a15c314 100644 --- a/.ci_support/osx_arm64_hdf52python3.10.____cpython.yaml +++ b/.ci_support/osx_arm64_hdf52python3.10.____cpython.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_arm64_hdf52python3.11.____cpython.yaml b/.ci_support/osx_arm64_hdf52python3.11.____cpython.yaml index ed072f7..ab9c765 100644 --- a/.ci_support/osx_arm64_hdf52python3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_hdf52python3.11.____cpython.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_arm64_hdf52python3.12.____cpython.yaml b/.ci_support/osx_arm64_hdf52python3.12.____cpython.yaml index dca4598..a963e86 100644 --- a/.ci_support/osx_arm64_hdf52python3.12.____cpython.yaml +++ b/.ci_support/osx_arm64_hdf52python3.12.____cpython.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_arm64_hdf52python3.13.____cp313.yaml b/.ci_support/osx_arm64_hdf52python3.13.____cp313.yaml index 9e60409..51df868 100644 --- a/.ci_support/osx_arm64_hdf52python3.13.____cp313.yaml +++ b/.ci_support/osx_arm64_hdf52python3.13.____cp313.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_arm64_hdf52python3.14.____cp314.yaml b/.ci_support/osx_arm64_hdf52python3.14.____cp314.yaml index 63751f5..df323a8 100644 --- a/.ci_support/osx_arm64_hdf52python3.14.____cp314.yaml +++ b/.ci_support/osx_arm64_hdf52python3.14.____cp314.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_arm64_hdf52python3.14.____cp314t.yaml b/.ci_support/osx_arm64_hdf52python3.14.____cp314t.yaml index 97f4cbd..82c5d39 100644 --- a/.ci_support/osx_arm64_hdf52python3.14.____cp314t.yaml +++ b/.ci_support/osx_arm64_hdf52python3.14.____cp314t.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/win_64_hdf51.14.6python3.10.____cpython.yaml b/.ci_support/win_64_hdf51.14.6python3.10.____cpython.yaml index d87196f..a87404f 100644 --- a/.ci_support/win_64_hdf51.14.6python3.10.____cpython.yaml +++ b/.ci_support/win_64_hdf51.14.6python3.10.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - vs2022 c_stdlib: diff --git a/.ci_support/win_64_hdf51.14.6python3.11.____cpython.yaml b/.ci_support/win_64_hdf51.14.6python3.11.____cpython.yaml index c46099f..bb0473c 100644 --- a/.ci_support/win_64_hdf51.14.6python3.11.____cpython.yaml +++ b/.ci_support/win_64_hdf51.14.6python3.11.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - vs2022 c_stdlib: diff --git a/.ci_support/win_64_hdf51.14.6python3.12.____cpython.yaml b/.ci_support/win_64_hdf51.14.6python3.12.____cpython.yaml index 013b9dd..09a242a 100644 --- a/.ci_support/win_64_hdf51.14.6python3.12.____cpython.yaml +++ b/.ci_support/win_64_hdf51.14.6python3.12.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - vs2022 c_stdlib: diff --git a/.ci_support/win_64_hdf51.14.6python3.13.____cp313.yaml b/.ci_support/win_64_hdf51.14.6python3.13.____cp313.yaml index a9d6ce1..238b7b2 100644 --- a/.ci_support/win_64_hdf51.14.6python3.13.____cp313.yaml +++ b/.ci_support/win_64_hdf51.14.6python3.13.____cp313.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - vs2022 c_stdlib: diff --git a/.ci_support/win_64_hdf51.14.6python3.14.____cp314.yaml b/.ci_support/win_64_hdf51.14.6python3.14.____cp314.yaml index babecdc..98e0fb8 100644 --- a/.ci_support/win_64_hdf51.14.6python3.14.____cp314.yaml +++ b/.ci_support/win_64_hdf51.14.6python3.14.____cp314.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - vs2022 c_stdlib: diff --git a/.ci_support/win_64_hdf51.14.6python3.14.____cp314t.yaml b/.ci_support/win_64_hdf51.14.6python3.14.____cp314t.yaml index 1a78be2..7933018 100644 --- a/.ci_support/win_64_hdf51.14.6python3.14.____cp314t.yaml +++ b/.ci_support/win_64_hdf51.14.6python3.14.____cp314t.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - vs2022 c_stdlib: diff --git a/.ci_support/win_64_hdf52python3.10.____cpython.yaml b/.ci_support/win_64_hdf52python3.10.____cpython.yaml index 05be769..2c9738d 100644 --- a/.ci_support/win_64_hdf52python3.10.____cpython.yaml +++ b/.ci_support/win_64_hdf52python3.10.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - vs2022 c_stdlib: diff --git a/.ci_support/win_64_hdf52python3.11.____cpython.yaml b/.ci_support/win_64_hdf52python3.11.____cpython.yaml index 5b4161f..392e347 100644 --- a/.ci_support/win_64_hdf52python3.11.____cpython.yaml +++ b/.ci_support/win_64_hdf52python3.11.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - vs2022 c_stdlib: diff --git a/.ci_support/win_64_hdf52python3.12.____cpython.yaml b/.ci_support/win_64_hdf52python3.12.____cpython.yaml index 9bf5319..b4b1d7f 100644 --- a/.ci_support/win_64_hdf52python3.12.____cpython.yaml +++ b/.ci_support/win_64_hdf52python3.12.____cpython.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - vs2022 c_stdlib: diff --git a/.ci_support/win_64_hdf52python3.13.____cp313.yaml b/.ci_support/win_64_hdf52python3.13.____cp313.yaml index 553d46b..1c19de9 100644 --- a/.ci_support/win_64_hdf52python3.13.____cp313.yaml +++ b/.ci_support/win_64_hdf52python3.13.____cp313.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - vs2022 c_stdlib: diff --git a/.ci_support/win_64_hdf52python3.14.____cp314.yaml b/.ci_support/win_64_hdf52python3.14.____cp314.yaml index d799c52..0aa2b5f 100644 --- a/.ci_support/win_64_hdf52python3.14.____cp314.yaml +++ b/.ci_support/win_64_hdf52python3.14.____cp314.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - vs2022 c_stdlib: diff --git a/.ci_support/win_64_hdf52python3.14.____cp314t.yaml b/.ci_support/win_64_hdf52python3.14.____cp314t.yaml index 42d456e..ef691e8 100644 --- a/.ci_support/win_64_hdf52python3.14.____cp314t.yaml +++ b/.ci_support/win_64_hdf52python3.14.____cp314t.yaml @@ -1,7 +1,7 @@ bzip2: - '1' c_blosc2: -- '2.23' +- '3.0' c_compiler: - vs2022 c_stdlib: diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index 374bc10..ce2a599 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -23,121 +23,145 @@ jobs: matrix: include: - CONFIG: linux_64_hdf51.14.6python3.10.____cpython + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_64_hdf51.14.6python3.11.____cpython + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_64_hdf51.14.6python3.12.____cpython + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_64_hdf51.14.6python3.13.____cp313 + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_64_hdf51.14.6python3.14.____cp314 + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_64_hdf51.14.6python3.14.____cp314t + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_64_hdf52python3.10.____cpython + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_64_hdf52python3.11.____cpython + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_64_hdf52python3.12.____cpython + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_64_hdf52python3.13.____cp313 + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_64_hdf52python3.14.____cp314 + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_64_hdf52python3.14.____cp314t + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_aarch64_hdf51.14.6python3.10.____cpython + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_aarch64_hdf51.14.6python3.11.____cpython + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_aarch64_hdf51.14.6python3.12.____cpython + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_aarch64_hdf51.14.6python3.13.____cp313 + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_aarch64_hdf51.14.6python3.14.____cp314 + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_aarch64_hdf51.14.6python3.14.____cp314t + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_aarch64_hdf52python3.10.____cpython + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_aarch64_hdf52python3.11.____cpython + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_aarch64_hdf52python3.12.____cpython + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_aarch64_hdf52python3.13.____cp313 + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_aarch64_hdf52python3.14.____cp314 + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 - CONFIG: linux_aarch64_hdf52python3.14.____cp314t + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] @@ -214,7 +238,7 @@ jobs: env: # default value; make it explicit, as it needs to match with artefact # generation below. Not configurable for now, can be revisited later - CONDA_BLD_DIR: C:\bld + CONDA_BLD_PATH: C:\bld MINIFORGE_HOME: ${{ contains(runner.arch, 'ARM') && 'C' || 'D' }}:\Miniforge PYTHONUNBUFFERED: 1 CONFIG: ${{ matrix.CONFIG }} diff --git a/.gitignore b/.gitignore index 47b5408..86a9c55 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # Ignore all files and folders in root * !/conda-forge.yml +!.recipe_maintainers.json # Don't ignore any files/folders if the parent folder is 'un-ignored' # This also avoids warnings when adding an already-checked file with an ignored parent. diff --git a/recipe/0004-update-MAX_DIM-for-blosc2-v3.patch b/recipe/0004-update-MAX_DIM-for-blosc2-v3.patch new file mode 100644 index 0000000..a27556d --- /dev/null +++ b/recipe/0004-update-MAX_DIM-for-blosc2-v3.patch @@ -0,0 +1,105 @@ +From 19ab184eab788d3211ca72942cac31f46c3a5dc5 Mon Sep 17 00:00:00 2001 +From: Eli Rykoff +Date: Mon, 11 May 2026 16:37:42 -0700 +Subject: [PATCH] Fix compatibility for cblosc2 v3.x + +This changes from BLOSC2_MAX_DIM which was never supposed to be public +to B2ND_MAX_DIM. See https://github.com/Blosc/c-blosc2/issues/769 +--- + lib/HDF5-Blosc2/src/blosc2_filter.c | 22 +++++++++++----------- + 1 file changed, 11 insertions(+), 11 deletions(-) + +diff --git a/lib/HDF5-Blosc2/src/blosc2_filter.c b/lib/HDF5-Blosc2/src/blosc2_filter.c +index 03bf7898..ec909844 100644 +--- a/lib/HDF5-Blosc2/src/blosc2_filter.c ++++ b/lib/HDF5-Blosc2/src/blosc2_filter.c +@@ -38,14 +38,14 @@ + * - 4: compression level + * - 5: shuffle method + * - 6: compressor code +- * - 7: chunk rank (number of dimensions) (present if 1 < rank <= BLOSC2_MAX_DIM, for B2ND) ++ * - 7: chunk rank (number of dimensions) (present if 1 < rank <= B2ND_MAX_DIM, for B2ND) + * - 8 + i: length of chunk dimension i (0 <= i < rank) + * + * If a value is specified, all values before it must be specified too. + * + * If the chunk rank is specified, chunk dimensions must follow. + */ +-#define MAX_FILTER_VALUES (8 + BLOSC2_MAX_DIM) ++#define MAX_FILTER_VALUES (8 + B2ND_MAX_DIM) + /* Compression level default */ + #define DEFAULT_CLEVEL 5 + /* Shuffle default */ +@@ -95,7 +95,7 @@ int register_blosc2(char **version, char **date){ + + 3. Compute the chunk size in bytes and store it in slot 3. + +- 4. If 1 < rank <= BLOSC2_MAX_DIM, store it in slot 7, and chunk dimensions in the following slots. ++ 4. If 1 < rank <= B2ND_MAX_DIM, store it in slot 7, and chunk dimensions in the following slots. + */ + herr_t blosc2_set_local(hid_t dcpl, hid_t type, hid_t space) { + +@@ -157,7 +157,7 @@ herr_t blosc2_set_local(hid_t dcpl, hid_t type, hid_t space) { + fprintf(stderr, "Blosc2: Computed buffer size %d\n", bufsize); + #endif + +- if (1 < ndim && ndim <= BLOSC2_MAX_DIM) { ++ if (1 < ndim && ndim <= B2ND_MAX_DIM) { + if (nelements < 5) { values[4] = DEFAULT_CLEVEL; } + if (nelements < 6) { values[5] = DEFAULT_SHUFFLE; } + if (nelements < 7) { values[6] = DEFAULT_COMPCODE; } +@@ -172,7 +172,7 @@ herr_t blosc2_set_local(hid_t dcpl, hid_t type, hid_t space) { + /* The user may be expecting more efficient storage than we can currently provide, + * so convey some information when tracing. */ + BLOSC_TRACE_WARNING("Chunk rank %d exceeds B2ND build limit %d, " +- "using plain Blosc2 instead", ndim, BLOSC2_MAX_DIM); ++ "using plain Blosc2 instead", ndim, B2ND_MAX_DIM); + } + + r = H5Pmodify_filter(dcpl, FILTER_BLOSC2, flags, nelements, values); +@@ -297,7 +297,7 @@ size_t blosc2_filter_function(unsigned flags, size_t cd_nelmts, + + /* Filter params that are only set for B2ND */ + int ndim = -1; +- int32_t chunkshape[BLOSC2_MAX_DIM]; ++ int32_t chunkshape[B2ND_MAX_DIM]; + size_t chunksize = typesize; + if (cd_nelmts >= 8) { + /* Get chunk shape for B2ND */ +@@ -308,10 +308,10 @@ size_t blosc2_filter_function(unsigned flags, size_t cd_nelmts, + ndim); + goto failed; + } +- if (ndim > BLOSC2_MAX_DIM) { ++ if (ndim > B2ND_MAX_DIM) { + PUSH_ERR("blosc2_filter", H5E_CALLBACK, + "Chunk rank %d (filter value) exceeds B2ND build limit %d", +- ndim, BLOSC2_MAX_DIM); ++ ndim, B2ND_MAX_DIM); + goto failed; + } + if (cd_nelmts < (size_t)(8 + ndim)) { +@@ -391,12 +391,12 @@ size_t blosc2_filter_function(unsigned flags, size_t cd_nelmts, + } + blocksize = sugg_blocksize; + } +- int32_t blockdims[BLOSC2_MAX_DIM]; ++ int32_t blockdims[B2ND_MAX_DIM]; + cparams.blocksize = compute_b2nd_block_shape(blocksize, typesize, + ndim, chunkshape, + blockdims); + +- int64_t chunkshape_l[BLOSC2_MAX_DIM]; ++ int64_t chunkshape_l[B2ND_MAX_DIM]; + for (int i = 0; i < ndim; i++) { + chunkshape_l[i] = chunkshape[i]; + } +@@ -504,7 +504,7 @@ size_t blosc2_filter_function(unsigned flags, size_t cd_nelmts, + "B2ND array rank (%hhd) != filter rank (%d)", array->ndim, ndim); + goto b2nd_decomp_out; + } +- int64_t start[BLOSC2_MAX_DIM], stop[BLOSC2_MAX_DIM], size = typesize; ++ int64_t start[B2ND_MAX_DIM], stop[B2ND_MAX_DIM], size = typesize; + for (int i = 0; i < array->ndim; i++) { + start[i] = 0; + stop[i] = array->shape[i]; diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c9465c8..89ef4de 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -12,9 +12,11 @@ source: - 0002-bypass-pkgconfig-for-bzip2.patch # https://github.com/silx-kit/hdf5plugin/pull/380 - 0003-link-libhdf5-on-unix-for-hdf5-2.patch + # https://github.com/silx-kit/hdf5plugin/pull/382 + - 0004-update-MAX_DIM-for-blosc2-v3.patch build: - number: 5 + number: 6 script_env: - HDF5PLUGIN_SSE2=True # [x86] - HDF5PLUGIN_SSE2=False # [not x86]