From f2b806d00618ea929d2d8fb40fe93c3578c5bd78 Mon Sep 17 00:00:00 2001 From: Gabriel Reis Date: Tue, 1 Aug 2023 09:36:32 +0100 Subject: [PATCH 1/7] Updating dependencies and building for v0.7.1 --- recipe/meta.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 311ac0e..88d13cb 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "flax" %} -{% set version = "0.6.1" %} +{% set version = "0.7.1" %} package: name: {{ name|lower }} @@ -7,24 +7,28 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: 29960fb51d7b65dc692dd9935d9b0fc9ba3bf50943746a0ebeb55346816d8b54 + sha256: 20b2f92971101be5214689d6f035ee1e7fde55e4d079ee23086b5682bac2cbf4 build: noarch: python - number: 1 + number: 0 script: {{ PYTHON }} -m pip install . -vv requirements: host: - python >=3.6 - pip + - setuptools + - setuptools-scm run: - python >=3.6 - - jax >=0.3.2 + - jax >=0.4.2 - matplotlib-base - msgpack-python - numpy >=1.12 - optax + - orbax-checkpoint + - tensorstore - rich >=11.1.0 - typing_extensions >=4.1.1 - pyyaml >=5.4.1 @@ -52,3 +56,5 @@ extra: - avital - levskaya - andsteing + - gabrielcnr + From ee8915f9701088a53d9d0fb9c750c03817c0e654 Mon Sep 17 00:00:00 2001 From: Gabriel Reis Date: Tue, 1 Aug 2023 09:38:10 +0100 Subject: [PATCH 2/7] lint - remove line at the end --- recipe/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 88d13cb..1d9f9b9 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -57,4 +57,3 @@ extra: - levskaya - andsteing - gabrielcnr - From 6c60747886eadffa52489896ac8a864aa7594b9c Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 22 Sep 2023 17:07:34 +0200 Subject: [PATCH 3/7] Add traversaro as mantainer --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 1d9f9b9..88082c8 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -57,3 +57,4 @@ extra: - levskaya - andsteing - gabrielcnr + - traversaro From 0eb9ef911758d7ddcca2decc3321c376c51c0d0f Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 22 Sep 2023 17:25:01 +0200 Subject: [PATCH 4/7] Update meta.yaml --- recipe/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 88082c8..fe94a9f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "flax" %} -{% set version = "0.7.1" %} +{% set version = "0.7.4" %} package: name: {{ name|lower }} @@ -21,8 +21,8 @@ requirements: - setuptools - setuptools-scm run: - - python >=3.6 - - jax >=0.4.2 + - python >=3.9 + - jax >=0.4.11 - matplotlib-base - msgpack-python - numpy >=1.12 @@ -30,7 +30,7 @@ requirements: - orbax-checkpoint - tensorstore - rich >=11.1.0 - - typing_extensions >=4.1.1 + - typing_extensions >=4.2.0 - pyyaml >=5.4.1 test: From 96e63210fedea5bd2c224e3ba82e89e1303169f2 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 15:27:19 +0000 Subject: [PATCH 5/7] MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.26.2, and conda-forge-pinning 2023.09.22.05.46.25 --- .azure-pipelines/azure-pipelines-linux.yml | 5 ----- .github/CODEOWNERS | 2 +- .scripts/build_steps.sh | 9 ++++----- .scripts/logging_utils.sh | 4 ++-- README.md | 2 ++ 5 files changed, 9 insertions(+), 13 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/.github/CODEOWNERS b/.github/CODEOWNERS index 984045c..ea4e5a3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @PhilipVinc @andsteing @avital @jheek @levskaya \ No newline at end of file +* @PhilipVinc @andsteing @avital @gabrielcnr @jheek @levskaya @traversaro \ No newline at end of file diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 595f8b5..438ed2b 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -31,11 +31,10 @@ pkgs_dirs: CONDARC - -mamba install --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 -mamba update --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 +mamba install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ + pip mamba conda-build boa conda-forge-ci-setup=3 +mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ + pip mamba conda-build boa conda-forge-ci-setup # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" diff --git a/.scripts/logging_utils.sh b/.scripts/logging_utils.sh index 57bc95c..aff009f 100644 --- a/.scripts/logging_utils.sh +++ b/.scripts/logging_utils.sh @@ -12,7 +12,7 @@ function startgroup { echo "##[group]$1";; travis ) echo "$1" - echo -en 'travis_fold:start:'"${1// /}"'\\r';; + echo -en 'travis_fold:start:'"${1// /}"'\r';; github_actions ) echo "::group::$1";; * ) @@ -28,7 +28,7 @@ function endgroup { azure ) echo "##[endgroup]";; travis ) - echo -en 'travis_fold:end:'"${1// /}"'\\r';; + echo -en 'travis_fold:end:'"${1// /}"'\r';; github_actions ) echo "::endgroup::";; esac diff --git a/README.md b/README.md index 8e0b7e1..b37920b 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,8 @@ Feedstock Maintainers * [@PhilipVinc](https://github.com/PhilipVinc/) * [@andsteing](https://github.com/andsteing/) * [@avital](https://github.com/avital/) +* [@gabrielcnr](https://github.com/gabrielcnr/) * [@jheek](https://github.com/jheek/) * [@levskaya](https://github.com/levskaya/) +* [@traversaro](https://github.com/traversaro/) From d3d22bd7ec10bbfb086cb0dc48fed778be15abf7 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 08:29:09 +0000 Subject: [PATCH 6/7] MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.27.1, and conda-forge-pinning 2023.10.30.17.31.54 --- .scripts/build_steps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 438ed2b..d20d8f4 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -34,7 +34,7 @@ CONDARC mamba install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ pip mamba conda-build boa conda-forge-ci-setup=3 mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ - pip mamba conda-build boa conda-forge-ci-setup + pip mamba conda-build boa conda-forge-ci-setup=3 # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" From 4db6d1d646c76417ae13cb38671f51a201865397 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Thu, 2 Nov 2023 11:35:57 +0100 Subject: [PATCH 7/7] Update meta.yaml --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index fe94a9f..518449c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: 20b2f92971101be5214689d6f035ee1e7fde55e4d079ee23086b5682bac2cbf4 + sha256: d697323b557e92c1372798c2e2ae44bb7c123647158fc878bc765e45e25d990d build: noarch: python