earthkit-workflows 0.3.3__tar.gz → 0.3.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/.github/workflows/ci.yml +2 -2
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/PKG-INFO +1 -1
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/gateway/client.py +2 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/_version.py +1 -1
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit_workflows.egg-info/PKG-INFO +1 -1
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/.flake8 +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/.github/ci-config.yml +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/.github/ci-hpc-config.yml +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/.github/workflows/cd-pypi.yml +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/.github/workflows/label-public-prs.yml +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/.github/workflows/test-pypi.yml +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/.gitignore +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/.pre-commit-config.yaml +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/LICENSE +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/cascade.png +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/postproc.sh +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/run1/analysis.ipynb +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/run1/analysis.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/run2/analysis.ipynb +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/run2/analysis.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/run3/notes.txt +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/run3/prototype_allocationviz.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/run3/tasklanes.ipynb +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/run3/tasklanes.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/slurm_entrypoint.sh +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/slurm_submit.sh +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/ensemble_percentiles.ipynb +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/examples/arrayapi.ipynb +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/examples/rasm.nc +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/examples/xarray.ipynb +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/generators_in_dask/code.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/ideas/fluent_api_extension.md +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/introduction.md +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/reduce.png +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/justfile +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/pyproject.toml +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/readme.md +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/research-and-development.md +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/roadmap.md +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/scripts/example_config.sh +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/scripts/launch_slurm.sh +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/scripts/slurm_entrypoint.sh +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/setup.cfg +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/setup.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/__init__.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/benchmarks/__init__.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/benchmarks/__main__.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/benchmarks/anemoi.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/benchmarks/generators.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/benchmarks/job1.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/benchmarks/plotting.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/benchmarks/reporting.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/controller/__init__.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/controller/act.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/controller/core.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/controller/impl.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/controller/notify.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/controller/report.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/bridge.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/comms.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/config.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/data_server.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/executor.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/msg.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/runner/__init__.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/runner/entrypoint.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/runner/memory.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/runner/packages.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/runner/runner.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/serde.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/gateway/__init__.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/gateway/__main__.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/gateway/api.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/gateway/router.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/gateway/server.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/low/__init__.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/low/builders.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/low/core.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/low/execution_context.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/low/func.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/low/into.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/low/tracing.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/low/views.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/py.typed +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/scheduler/__init__.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/scheduler/api.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/scheduler/assign.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/scheduler/core.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/scheduler/graph.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/shm/__init__.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/shm/algorithms.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/shm/api.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/shm/client.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/shm/dataset.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/shm/disk.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/shm/func.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/shm/server.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/__init__.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/backends/__init__.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/backends/arrayapi.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/backends/earthkit.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/backends/xarray.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/decorators.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/fluent.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/__init__.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/copy.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/deduplicate.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/expand.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/export.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/fuse.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/graph.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/graphviz.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/networkx.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/nodes.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/pyvis.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/rename.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/samplegraphs.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/split.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/transform.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/visit.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/mark.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/plugins/__init__.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/py.typed +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/taskgraph.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/transformers.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/utility.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/visualise.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit_workflows.egg-info/SOURCES.txt +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit_workflows.egg-info/dependency_links.txt +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit_workflows.egg-info/not-zip-safe +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit_workflows.egg-info/requires.txt +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit_workflows.egg-info/top_level.txt +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/__init__.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/__init__.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/benchmarks/image_processing.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/controller/__init__.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/controller/test_run.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/executor/test_executor.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/executor/test_runner.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/gateway/test_run.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/low/test_builders.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/low/test_func.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/scheduler/__init__.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/scheduler/test_api.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/scheduler/test_graph.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/scheduler/util.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/shm/test_shm.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/__init__.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/backends/generic_tests.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/backends/test_arrayapi.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/backends/test_custom.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/backends/test_earthkit.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/backends/test_xarray.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/conftest.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/payload_utils.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_copy.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_deduplicate.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_expand.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_fuse.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_graph.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_rename.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_serialise.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_split.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_transform.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_visit.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/helpers.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/test_decorators.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/test_fluent.py +0 -0
- {earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/test_metadata.py +0 -0
|
@@ -34,7 +34,7 @@ jobs:
|
|
|
34
34
|
private-downstream-ci:
|
|
35
35
|
name: private-downstream-ci
|
|
36
36
|
needs: [downstream-ci]
|
|
37
|
-
if: ${{ (success() || failure()) && !github.event.pull_request.head.repo.fork &&
|
|
37
|
+
if: ${{ (success() || failure()) && (!github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci') }}
|
|
38
38
|
runs-on: ubuntu-latest
|
|
39
39
|
permissions:
|
|
40
40
|
pull-requests: write
|
|
@@ -61,7 +61,7 @@ jobs:
|
|
|
61
61
|
private-downstream-ci-hpc:
|
|
62
62
|
name: private-downstream-ci-hpc
|
|
63
63
|
needs: [downstream-ci-hpc]
|
|
64
|
-
if: ${{ (success() || failure()) && !github.event.pull_request.head.repo.fork &&
|
|
64
|
+
if: ${{ (success() || failure()) && (!github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci') }}
|
|
65
65
|
runs-on: ubuntu-latest
|
|
66
66
|
permissions:
|
|
67
67
|
pull-requests: write
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: earthkit-workflows
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: Earthkit Workflows is a Python library for declaring earthkit task DAGs, as well as scheduling and executing them on heterogeneous computing systems.
|
|
5
5
|
Author-email: "European Centre for Medium-Range Weather Forecasts (ECMWF)" <software.support@ecmwf.int>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -56,6 +56,8 @@ def request_response(
|
|
|
56
56
|
raise TimeoutError # NOTE consider setting `err` on the response instead
|
|
57
57
|
else:
|
|
58
58
|
rr = s.recv()
|
|
59
|
+
except TimeoutError:
|
|
60
|
+
raise
|
|
59
61
|
except Exception as e:
|
|
60
62
|
logger.exception(f"failed to communicate on {url=}")
|
|
61
63
|
raise ValueError(f"failed to communicate on {url=} => {repr(e)[:32]}")
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# Do not change! Do not track in version control!
|
|
2
|
-
__version__ = "0.3.
|
|
2
|
+
__version__ = "0.3.4"
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit_workflows.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: earthkit-workflows
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: Earthkit Workflows is a Python library for declaring earthkit task DAGs, as well as scheduling and executing them on heterogeneous computing systems.
|
|
5
5
|
Author-email: "European Centre for Medium-Range Weather Forecasts (ECMWF)" <software.support@ecmwf.int>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/.github/workflows/label-public-prs.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/docs/benchmarking/run3/tasklanes.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/runner/__init__.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/runner/entrypoint.py
RENAMED
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/cascade/executor/runner/packages.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/backends/__init__.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/backends/arrayapi.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/backends/earthkit.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/backends/xarray.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/deduplicate.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/expand.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/export.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/graphviz.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/networkx.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/rename.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/samplegraphs.py
RENAMED
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/graph/transform.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/plugins/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit/workflows/transformers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit_workflows.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit_workflows.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit_workflows.egg-info/requires.txt
RENAMED
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/src/earthkit_workflows.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/benchmarks/image_processing.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/cascade/executor/test_executor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_copy.py
RENAMED
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_expand.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_fuse.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_graph.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_rename.py
RENAMED
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_split.py
RENAMED
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/graph/test_visit.py
RENAMED
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/test_decorators.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/test_fluent.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.3.3 → earthkit_workflows-0.3.4}/tests/earthkit_workflows/test_metadata.py
RENAMED
|
File without changes
|