From d62f1b760c553b903ed80aabe24e9dde05cbabe1 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <121827174+conda-forge-webservices[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 14:38:21 +0000 Subject: [PATCH 01/10] dummy commit for rerendering --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 49203fe..cc05351 100644 --- a/README.md +++ b/README.md @@ -151,3 +151,6 @@ Feedstock Maintainers * [@jakirkham](https://github.com/jakirkham/) * [@m-albert](https://github.com/m-albert/) + + + From 1625345b4633da64cda69e58e465a5968d05c115 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 14:40:37 +0000 Subject: [PATCH 02/10] ENH updated version to 2023.8.0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 915cc16..234dd07 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ {% set name = "dask-image" %} -{% set version = "2023.3.0" %} -{% set sha256 = "33aa9c921506d83bc1c36b98e69009172baf6ad0bba305656fa5d6924af3032b" %} +{% set version = "2023.8.0" %} +{% set sha256 = "f68064320858ca687d05201277fb9937f47ff0cfc97255689ed8ad558a2a40b2" %} package: name: {{ name|lower }} From aea4403c60ddde6bfcfa2553c2f20f2729c15ea9 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 14:40:52 +0000 Subject: [PATCH 03/10] MNT: Re-rendered with conda-build 3.26.0, conda-smithy 3.24.1, and conda-forge-pinning 2023.08.03.14.27.32 --- .azure-pipelines/azure-pipelines-linux.yml | 5 ----- README.md | 3 --- 2 files changed, 8 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 974e878..a20f315 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -15,11 +15,6 @@ jobs: timeoutInMinutes: 360 steps: - - script: | - rm -rf /opt/ghc - df -h - displayName: Manage disk space - # configure qemu binfmt-misc running. This allows us to run docker containers # embedded qemu-static - script: | diff --git a/README.md b/README.md index cc05351..49203fe 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,3 @@ Feedstock Maintainers * [@jakirkham](https://github.com/jakirkham/) * [@m-albert](https://github.com/m-albert/) - - - From c79bd7984bc4c4fdd105a48942a8ab981b403cf1 Mon Sep 17 00:00:00 2001 From: Marvin Albert Date: Thu, 3 Aug 2023 17:10:30 +0200 Subject: [PATCH 04/10] Updated requirements for 2023.08.0 --- recipe/meta.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 234dd07..93f6d30 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -19,16 +19,17 @@ build: requirements: host: - pip - - python >=3.8 + - python >=3.9 - setuptools run: - - python >=3.8 - - dask >=2021.10.0 - - numpy >=1.11.3 + - python >=3.9 + - dask >=2023.2.0 + - numpy >=1.18 - scipy >=0.19.1 - pims >=0.4.1 - tifffile >=2018.10.18 + - pandas >=2.0.0 test: source_files: From fef73cbd35f3da99e1f9f9bfabfd767f60bea1cb Mon Sep 17 00:00:00 2001 From: Marvin Albert Date: Thu, 3 Aug 2023 17:56:27 +0200 Subject: [PATCH 05/10] Removed scikit-image from test requirements --- recipe/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 93f6d30..7ed7e30 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -40,7 +40,6 @@ test: requires: - pytest >=3.0.5 - - scikit-image >=0.12.3,<0.17.0 commands: - pytest From 30cd1f678cef894d7b5e682f2f5997e467df40a7 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Thu, 3 Aug 2023 14:03:59 -0700 Subject: [PATCH 06/10] Disable Dask's Arrow-based string support The new Arrow-based strings that Dask uses appear to cause dask-image test failures. So just disable them for now. Also link to an upstream tracking issue for reference. --- recipe/meta.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 7ed7e30..6275fcf 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -42,6 +42,10 @@ test: - pytest >=3.0.5 commands: + # Disable newer Arrow strings with dask-image. + # xref: https://github.com/dask/dask-image/issues/335 + - export DASK_DATAFRAME__CONVERT_STRING="False" # [unix] + - set "DASK_DATAFRAME__CONVERT_STRING=False" # [win] - pytest about: From 6b6ad4bfb446bc4b20ee8071f8b4d0338a967ae4 Mon Sep 17 00:00:00 2001 From: Marvin Albert Date: Fri, 4 Aug 2023 01:16:36 +0200 Subject: [PATCH 07/10] Update recipe/meta.yaml Ensure consistency with v2023.08.0 on pypi and therefore also support python 3.8 here. Co-authored-by: jakirkham --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 6275fcf..573846f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -19,7 +19,7 @@ build: requirements: host: - pip - - python >=3.9 + - python >=3.8 - setuptools run: From 017f4101aceb6462efe18a3a2c29096735e01246 Mon Sep 17 00:00:00 2001 From: Marvin Albert Date: Fri, 4 Aug 2023 13:19:38 +0200 Subject: [PATCH 08/10] Bump release version to 2023.8.1 --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 573846f..9e498e1 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "dask-image" %} -{% set version = "2023.8.0" %} +{% set version = "2023.8.1" %} {% set sha256 = "f68064320858ca687d05201277fb9937f47ff0cfc97255689ed8ad558a2a40b2" %} package: From 88824f964284ee55fe7e5af41f3898098f85edd8 Mon Sep 17 00:00:00 2001 From: Marvin Albert Date: Fri, 4 Aug 2023 13:20:35 +0200 Subject: [PATCH 09/10] Set host requirement to python>=3.9 --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 9e498e1..eece7b6 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -19,7 +19,7 @@ build: requirements: host: - pip - - python >=3.8 + - python >=3.9 - setuptools run: From 6843d6cb447a76634b0cdcb2bf983d83b225322c Mon Sep 17 00:00:00 2001 From: Marvin Albert Date: Fri, 4 Aug 2023 13:37:59 +0200 Subject: [PATCH 10/10] Update hash --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index eece7b6..06748b5 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ {% set name = "dask-image" %} {% set version = "2023.8.1" %} -{% set sha256 = "f68064320858ca687d05201277fb9937f47ff0cfc97255689ed8ad558a2a40b2" %} +{% set sha256 = "5e9a8985b0527a1b5942c6a7e744e0e57d264e222c7058f05baeb81c374d04b6" %} package: name: {{ name|lower }}