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.
Files changed (178) hide show
  1. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/.github/workflows/ci.yml +3 -4
  2. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/.github/workflows/macos-test.yml +1 -0
  3. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/PKG-INFO +1 -1
  4. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/runner/packages.py +9 -1
  5. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/_version.py +1 -1
  6. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit_workflows.egg-info/PKG-INFO +1 -1
  7. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/gateway/test_run.py +4 -2
  8. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/.flake8 +0 -0
  9. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/.github/ci-config.yml +0 -0
  10. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/.github/ci-hpc-config.yml +0 -0
  11. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/.github/workflows/cd-pypi.yml +0 -0
  12. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/.github/workflows/label-public-prs.yml +0 -0
  13. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/.github/workflows/test-pypi.yml +0 -0
  14. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/.gitignore +0 -0
  15. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/.pre-commit-config.yaml +0 -0
  16. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/LICENSE +0 -0
  17. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/cascade.png +0 -0
  18. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/postproc.sh +0 -0
  19. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/run1/analysis.ipynb +0 -0
  20. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/run1/analysis.py +0 -0
  21. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/run2/analysis.ipynb +0 -0
  22. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/run2/analysis.py +0 -0
  23. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/run3/notes.txt +0 -0
  24. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/run3/prototype_allocationviz.py +0 -0
  25. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/run3/tasklanes.ipynb +0 -0
  26. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/run3/tasklanes.py +0 -0
  27. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/slurm_entrypoint.sh +0 -0
  28. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/benchmarking/slurm_submit.sh +0 -0
  29. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/cascadeFeatures.md +0 -0
  30. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/ensemble_percentiles.ipynb +0 -0
  31. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/examples/arrayapi.ipynb +0 -0
  32. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/examples/rasm.nc +0 -0
  33. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/examples/xarray.ipynb +0 -0
  34. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/generators_in_dask/code.py +0 -0
  35. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/ideas/fluent_api_extension.md +0 -0
  36. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/introduction.md +0 -0
  37. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/docs/reduce.png +0 -0
  38. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/justfile +0 -0
  39. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/pyproject.toml +0 -0
  40. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/readme.md +0 -0
  41. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/research-and-development.md +0 -0
  42. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/roadmap.md +0 -0
  43. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/scripts/example_config.sh +0 -0
  44. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/scripts/launch_slurm.sh +0 -0
  45. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/scripts/slurm_entrypoint.sh +0 -0
  46. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/setup.cfg +0 -0
  47. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/setup.py +0 -0
  48. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/__init__.py +0 -0
  49. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/__init__.py +0 -0
  50. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/__main__.py +0 -0
  51. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/anemoi.py +0 -0
  52. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/dask.py +0 -0
  53. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/dist.py +0 -0
  54. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/generators.py +0 -0
  55. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/job1.py +0 -0
  56. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/matmul.py +0 -0
  57. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/plotting.py +0 -0
  58. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/reporting.py +0 -0
  59. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/benchmarks/util.py +0 -0
  60. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/controller/__init__.py +0 -0
  61. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/controller/act.py +0 -0
  62. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/controller/core.py +0 -0
  63. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/controller/impl.py +0 -0
  64. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/controller/notify.py +0 -0
  65. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/controller/report.py +0 -0
  66. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/bridge.py +0 -0
  67. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/comms.py +0 -0
  68. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/config.py +0 -0
  69. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/data_server.py +0 -0
  70. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/executor.py +0 -0
  71. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/msg.py +0 -0
  72. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/platform.py +0 -0
  73. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/runner/__init__.py +0 -0
  74. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/runner/entrypoint.py +0 -0
  75. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/runner/memory.py +0 -0
  76. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/runner/runner.py +0 -0
  77. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/executor/serde.py +0 -0
  78. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/gateway/__init__.py +0 -0
  79. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/gateway/__main__.py +0 -0
  80. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/gateway/api.py +0 -0
  81. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/gateway/client.py +0 -0
  82. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/gateway/router.py +0 -0
  83. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/gateway/server.py +0 -0
  84. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/low/__init__.py +0 -0
  85. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/low/builders.py +0 -0
  86. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/low/core.py +0 -0
  87. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/low/dask.py +0 -0
  88. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/low/execution_context.py +0 -0
  89. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/low/func.py +0 -0
  90. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/low/into.py +0 -0
  91. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/low/tracing.py +0 -0
  92. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/low/views.py +0 -0
  93. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/py.typed +0 -0
  94. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/scheduler/__init__.py +0 -0
  95. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/scheduler/api.py +0 -0
  96. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/scheduler/assign.py +0 -0
  97. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/scheduler/core.py +0 -0
  98. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/scheduler/precompute.py +0 -0
  99. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/shm/__init__.py +0 -0
  100. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/shm/algorithms.py +0 -0
  101. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/shm/api.py +0 -0
  102. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/shm/client.py +0 -0
  103. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/shm/dataset.py +0 -0
  104. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/shm/disk.py +0 -0
  105. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/shm/func.py +0 -0
  106. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/cascade/shm/server.py +0 -0
  107. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/__init__.py +0 -0
  108. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/backends/__init__.py +0 -0
  109. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/backends/arrayapi.py +0 -0
  110. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/backends/earthkit.py +0 -0
  111. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/backends/xarray.py +0 -0
  112. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/decorators.py +0 -0
  113. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/fluent.py +0 -0
  114. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/__init__.py +0 -0
  115. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/copy.py +0 -0
  116. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/deduplicate.py +0 -0
  117. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/expand.py +0 -0
  118. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/export.py +0 -0
  119. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/fuse.py +0 -0
  120. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/graph.py +0 -0
  121. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/graphviz.py +0 -0
  122. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/networkx.py +0 -0
  123. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/nodes.py +0 -0
  124. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/pyvis.py +0 -0
  125. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/rename.py +0 -0
  126. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/samplegraphs.py +0 -0
  127. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/split.py +0 -0
  128. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/transform.py +0 -0
  129. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/graph/visit.py +0 -0
  130. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/mark.py +0 -0
  131. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/plugins/__init__.py +0 -0
  132. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/py.typed +0 -0
  133. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/taskgraph.py +0 -0
  134. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/transformers.py +0 -0
  135. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/utility.py +0 -0
  136. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit/workflows/visualise.py +0 -0
  137. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit_workflows.egg-info/SOURCES.txt +0 -0
  138. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit_workflows.egg-info/dependency_links.txt +0 -0
  139. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit_workflows.egg-info/not-zip-safe +0 -0
  140. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit_workflows.egg-info/requires.txt +0 -0
  141. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/src/earthkit_workflows.egg-info/top_level.txt +0 -0
  142. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/__init__.py +0 -0
  143. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/__init__.py +0 -0
  144. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/benchmarks/image_processing.py +0 -0
  145. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/controller/__init__.py +0 -0
  146. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/controller/test_run.py +0 -0
  147. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/executor/test_executor.py +0 -0
  148. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/executor/test_runner.py +0 -0
  149. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/low/test_builders.py +0 -0
  150. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/low/test_func.py +0 -0
  151. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/scheduler/__init__.py +0 -0
  152. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/scheduler/test_api.py +0 -0
  153. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/scheduler/test_graph.py +0 -0
  154. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/scheduler/util.py +0 -0
  155. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/cascade/shm/test_shm.py +0 -0
  156. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/__init__.py +0 -0
  157. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/backends/generic_tests.py +0 -0
  158. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/backends/test_arrayapi.py +0 -0
  159. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/backends/test_custom.py +0 -0
  160. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/backends/test_earthkit.py +0 -0
  161. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/backends/test_register.py +0 -0
  162. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/backends/test_xarray.py +0 -0
  163. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/conftest.py +0 -0
  164. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/payload_utils.py +0 -0
  165. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_copy.py +0 -0
  166. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_deduplicate.py +0 -0
  167. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_expand.py +0 -0
  168. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_fuse.py +0 -0
  169. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_graph.py +0 -0
  170. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_rename.py +0 -0
  171. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_serialise.py +0 -0
  172. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_split.py +0 -0
  173. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_transform.py +0 -0
  174. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/graph/test_visit.py +0 -0
  175. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/helpers.py +0 -0
  176. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/test_decorators.py +0 -0
  177. {earthkit_workflows-0.4.5 → earthkit_workflows-0.4.6}/tests/earthkit_workflows/test_fluent.py +0 -0
  178. {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
- # TODO enable once tested
79
- # macos-pytest:
80
- # uses: ./.github/workflows/macos-test.yml
81
- # secrets: inherit
78
+ macos-pytest:
79
+ uses: ./.github/workflows/macos-test.yml
80
+ secrets: inherit
@@ -24,5 +24,6 @@ jobs:
24
24
  with:
25
25
  version: 0.7.19
26
26
  - run: |
27
+ uv venv venv && source venv/bin/activate
27
28
  uv pip install '.[tests]'
28
29
  pytest
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: earthkit-workflows
3
- Version: 0.4.5
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
@@ -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 = ["uv", "pip", "install", "--prefix", self.td.name]
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.5"
2
+ __version__ = "0.4.6"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: earthkit-workflows
3
- Version: 0.4.5
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 = 8
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 = 3
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)