earthkit-workflows 0.4.5__tar.gz → 0.4.6__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.4.5 → earthkit_workflows-0.4.6}/.github/workflows/ci.yml +3 -4
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/.github/workflows/macos-test.yml +1 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/PKG-INFO +1 -1
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/runner/packages.py +9 -1
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/_version.py +1 -1
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit_workflows.egg-info/PKG-INFO +1 -1
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/gateway/test_run.py +4 -2
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/.flake8 +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/.github/ci-config.yml +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/.github/ci-hpc-config.yml +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/.github/workflows/cd-pypi.yml +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/.github/workflows/label-public-prs.yml +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/.github/workflows/test-pypi.yml +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/.gitignore +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/.pre-commit-config.yaml +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/LICENSE +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/cascade.png +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/postproc.sh +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/run1/analysis.ipynb +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/run1/analysis.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/run2/analysis.ipynb +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/run2/analysis.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/run3/notes.txt +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/run3/prototype_allocationviz.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/run3/tasklanes.ipynb +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/run3/tasklanes.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/slurm_entrypoint.sh +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/slurm_submit.sh +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/cascadeFeatures.md +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/ensemble_percentiles.ipynb +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/examples/arrayapi.ipynb +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/examples/rasm.nc +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/examples/xarray.ipynb +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/generators_in_dask/code.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/ideas/fluent_api_extension.md +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/introduction.md +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/reduce.png +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/justfile +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/pyproject.toml +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/readme.md +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/research-and-development.md +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/roadmap.md +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/scripts/example_config.sh +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/scripts/launch_slurm.sh +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/scripts/slurm_entrypoint.sh +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/setup.cfg +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/setup.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/__init__.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/__init__.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/__main__.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/anemoi.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/dask.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/dist.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/generators.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/job1.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/matmul.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/plotting.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/reporting.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/util.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/controller/__init__.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/controller/act.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/controller/core.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/controller/impl.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/controller/notify.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/controller/report.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/bridge.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/comms.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/config.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/data_server.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/executor.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/msg.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/platform.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/runner/__init__.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/runner/entrypoint.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/runner/memory.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/runner/runner.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/serde.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/gateway/__init__.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/gateway/__main__.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/gateway/api.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/gateway/client.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/gateway/router.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/gateway/server.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/low/__init__.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/low/builders.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/low/core.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/low/dask.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/low/execution_context.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/low/func.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/low/into.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/low/tracing.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/low/views.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/py.typed +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/scheduler/__init__.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/scheduler/api.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/scheduler/assign.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/scheduler/core.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/scheduler/precompute.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/shm/__init__.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/shm/algorithms.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/shm/api.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/shm/client.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/shm/dataset.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/shm/disk.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/shm/func.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/shm/server.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/__init__.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/backends/__init__.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/backends/arrayapi.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/backends/earthkit.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/backends/xarray.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/decorators.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/fluent.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/__init__.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/copy.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/deduplicate.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/expand.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/export.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/fuse.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/graph.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/graphviz.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/networkx.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/nodes.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/pyvis.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/rename.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/samplegraphs.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/split.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/transform.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/visit.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/mark.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/plugins/__init__.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/py.typed +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/taskgraph.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/transformers.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/utility.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/visualise.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit_workflows.egg-info/SOURCES.txt +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit_workflows.egg-info/dependency_links.txt +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit_workflows.egg-info/not-zip-safe +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit_workflows.egg-info/requires.txt +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit_workflows.egg-info/top_level.txt +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/__init__.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/__init__.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/benchmarks/image_processing.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/controller/__init__.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/controller/test_run.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/executor/test_executor.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/executor/test_runner.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/low/test_builders.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/low/test_func.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/scheduler/__init__.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/scheduler/test_api.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/scheduler/test_graph.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/scheduler/util.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/shm/test_shm.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/__init__.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/backends/generic_tests.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/backends/test_arrayapi.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/backends/test_custom.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/backends/test_earthkit.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/backends/test_register.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/backends/test_xarray.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/conftest.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/payload_utils.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_copy.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_deduplicate.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_expand.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_fuse.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_graph.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_rename.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_serialise.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_split.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_transform.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_visit.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/helpers.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/test_decorators.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/test_fluent.py +0 -0
- {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/test_metadata.py +0 -0
|
@@ -75,7 +75,6 @@ jobs:
|
|
|
75
75
|
event_type: downstream-ci-hpc
|
|
76
76
|
payload: '{"earthkit-workflows": "ecmwf/earthkit-workflows@${{ github.event.pull_request.head.sha || github.sha }}"}'
|
|
77
77
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
# secrets: inherit
|
|
78
|
+
macos-pytest:
|
|
79
|
+
uses: ./.github/workflows/macos-test.yml
|
|
80
|
+
secrets: inherit
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: earthkit-workflows
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.6
|
|
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
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/runner/packages.py
RENAMED
|
@@ -42,7 +42,15 @@ class PackagesEnv(AbstractContextManager):
|
|
|
42
42
|
logger.debug(
|
|
43
43
|
f"installing {len(packages)} packages: {','.join(packages[:3])}{',...' if len(packages) > 3 else ''}"
|
|
44
44
|
)
|
|
45
|
-
install_command = [
|
|
45
|
+
install_command = [
|
|
46
|
+
"uv",
|
|
47
|
+
"pip",
|
|
48
|
+
"install",
|
|
49
|
+
"--prefix",
|
|
50
|
+
self.td.name,
|
|
51
|
+
"--prerelease",
|
|
52
|
+
"allow",
|
|
53
|
+
]
|
|
46
54
|
if os.environ.get("VENV_OFFLINE", "") == "YES":
|
|
47
55
|
install_command += ["--offline"]
|
|
48
56
|
if cache_dir := os.environ.get("VENV_CACHE", ""):
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# Do not change! Do not track in version control!
|
|
2
|
-
__version__ = "0.4.
|
|
2
|
+
__version__ = "0.4.6"
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/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.4.
|
|
3
|
+
Version: 0.4.6
|
|
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
|
|
@@ -79,7 +79,7 @@ def test_job():
|
|
|
79
79
|
assert submit_job_res.error is None
|
|
80
80
|
assert job_id is not None
|
|
81
81
|
|
|
82
|
-
tries =
|
|
82
|
+
tries = 16
|
|
83
83
|
job_progress_req = api.JobProgressRequest(job_ids=[job_id])
|
|
84
84
|
while tries > 0:
|
|
85
85
|
job_progress_res = client.request_response(job_progress_req, url)
|
|
@@ -89,6 +89,8 @@ def test_job():
|
|
|
89
89
|
if is_computed and is_datasets:
|
|
90
90
|
break
|
|
91
91
|
else:
|
|
92
|
+
# NOTE not using logger, not properly configured in downstream-ci
|
|
93
|
+
print(f"current progress is {job_progress_res}")
|
|
92
94
|
tries -= 1
|
|
93
95
|
time.sleep(1)
|
|
94
96
|
assert tries > 0
|
|
@@ -125,7 +127,7 @@ def test_job():
|
|
|
125
127
|
assert submit_job_res.error is None
|
|
126
128
|
assert job_id is not None
|
|
127
129
|
|
|
128
|
-
tries =
|
|
130
|
+
tries = 16
|
|
129
131
|
job_progress_req = api.JobProgressRequest(job_ids=[job_id])
|
|
130
132
|
while tries > 0:
|
|
131
133
|
job_progress_res = client.request_response(job_progress_req, url)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/.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.4.5 → earthkit_workflows-0.4.6}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/runner/__init__.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/runner/entrypoint.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/backends/__init__.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/backends/arrayapi.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/backends/earthkit.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/backends/xarray.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/deduplicate.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/expand.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/export.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/graphviz.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/networkx.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/rename.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/samplegraphs.py
RENAMED
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/transform.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/plugins/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/transformers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit_workflows.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit_workflows.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit_workflows.egg-info/requires.txt
RENAMED
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit_workflows.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/benchmarks/image_processing.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/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.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_copy.py
RENAMED
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_expand.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_fuse.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_graph.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_rename.py
RENAMED
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_split.py
RENAMED
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_visit.py
RENAMED
|
File without changes
|
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/test_decorators.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/test_fluent.py
RENAMED
|
File without changes
|
{earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/test_metadata.py
RENAMED
|
File without changes
|