groundhog-hpc 0.7.1__tar.gz → 0.7.2__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 (34) hide show
  1. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/PKG-INFO +1 -1
  2. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/templates/shell_command.sh.jinja +0 -2
  3. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/.gitignore +0 -0
  4. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/LICENSE +0 -0
  5. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/README.md +0 -0
  6. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/pyproject.toml +0 -0
  7. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/__init__.py +0 -0
  8. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/app/__init__.py +0 -0
  9. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/app/add.py +0 -0
  10. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/app/init.py +0 -0
  11. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/app/main.py +0 -0
  12. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/app/remove.py +0 -0
  13. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/app/run.py +0 -0
  14. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/app/utils.py +0 -0
  15. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/compute.py +0 -0
  16. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/configuration/__init__.py +0 -0
  17. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/configuration/defaults.py +0 -0
  18. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/configuration/endpoints.py +0 -0
  19. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/configuration/models.py +0 -0
  20. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/configuration/pep723.py +0 -0
  21. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/configuration/resolver.py +0 -0
  22. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/console.py +0 -0
  23. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/decorators.py +0 -0
  24. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/errors.py +0 -0
  25. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/function.py +0 -0
  26. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/future.py +0 -0
  27. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/harness.py +0 -0
  28. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/import_hook.py +0 -0
  29. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/logging.py +0 -0
  30. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/serialization.py +0 -0
  31. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/templates/groundhog_run.py.jinja +0 -0
  32. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/templates/init_script.py.jinja +0 -0
  33. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/templating.py +0 -0
  34. {groundhog_hpc-0.7.1 → groundhog_hpc-0.7.2}/src/groundhog_hpc/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: groundhog-hpc
3
- Version: 0.7.1
3
+ Version: 0.7.2
4
4
  Summary: Iterative HPC function development. As many 'first tries' as you need.
5
5
  Author-email: Owen Price Skelly <OwenPriceSkelly@uchicago.edu>
6
6
  License: MIT
@@ -37,12 +37,10 @@ mkdir -p "$UV_CACHE_DIR" "$UV_PYTHON_INSTALL_DIR"
37
37
  {% if log_level %}
38
38
  # Local override - use value from dispatching environment
39
39
  export GROUNDHOG_LOG_LEVEL="{{ log_level }}"
40
- export RUST_LOG=uv="${{GROUNDHOG_LOG_LEVEL}}"
41
40
  {% else %}
42
41
  {% raw %}
43
42
  # Respect remote environment if set, otherwise default to WARNING
44
43
  export GROUNDHOG_LOG_LEVEL="${{GROUNDHOG_LOG_LEVEL:-WARNING}}"
45
- export RUST_LOG=uv="${{GROUNDHOG_LOG_LEVEL:-WARNING}}"
46
44
  {% endraw %}
47
45
  {% endif %}
48
46
 
File without changes
File without changes
File without changes