experimaestro 1.8.0rc3__tar.gz → 1.8.0rc4__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.
Potentially problematic release.
This version of experimaestro might be problematic. Click here for more details.
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/PKG-INFO +1 -1
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/pyproject.toml +2 -2
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/__init__.py +9 -1
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/LICENSE +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/README.md +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/__main__.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/annotations.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/checkers.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/cli/__init__.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/cli/filter.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/cli/jobs.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/click.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/commandline.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/compat.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/connectors/__init__.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/connectors/local.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/connectors/ssh.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/core/__init__.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/core/arguments.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/core/callbacks.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/core/context.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/core/objects.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/core/objects.pyi +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/core/serialization.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/core/serializers.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/core/types.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/core/utils.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/exceptions.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/experiments/__init__.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/experiments/cli.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/experiments/configuration.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/generators.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/huggingface.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/ipc.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/launcherfinder/__init__.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/launcherfinder/base.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/launcherfinder/parser.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/launcherfinder/registry.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/launcherfinder/specs.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/launchers/__init__.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/launchers/direct.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/launchers/oar.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/launchers/slurm/__init__.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/launchers/slurm/base.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/locking.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/mkdocs/__init__.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/mkdocs/annotations.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/mkdocs/base.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/mkdocs/metaloader.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/mkdocs/style.css +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/mypy.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/notifications.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/py.typed +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/rpyc.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/run.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/scheduler/__init__.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/scheduler/base.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/scheduler/dependencies.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/scheduler/dynamic_outputs.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/scheduler/services.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/scheduler/state.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/scheduler/workspace.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/scriptbuilder.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/__init__.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/016b4a6cdced82ab3aa1.ttf +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/0c35d18bf06992036b69.woff2 +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/1815e00441357e01619e.ttf +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/219aa9140e099e6c72ed.woff2 +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/2463b90d9a316e4e5294.woff2 +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/2582b0e4bcf85eceead0.ttf +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/3a4004a46a653d4b2166.woff +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/3baa5b8f3469222b822d.woff +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/4d73cb90e394b34b7670.woff +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/4ef4218c522f1eb6b5b1.woff2 +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/50701fbb8177c2dde530.ttf +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/5d681e2edae8c60630db.woff +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/6f420cf17cc0d7676fad.woff2 +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/878f31251d960bd6266f.woff2 +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/89999bdf5d835c012025.woff2 +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/914997e1bdfc990d0897.ttf +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/b041b1fa4fe241b23445.woff2 +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/b6879d41b0852f01ed5b.woff2 +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/c210719e60948b211a12.woff2 +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/c380809fd3677d7d6903.woff2 +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/d75e3fd1eb12e9bd6655.ttf +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/f882956fd323fd322f31.woff +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/favicon.ico +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/index.css +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/index.css.map +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/index.html +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/index.js +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/index.js.map +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/login.html +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/manifest.json +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/settings.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/sphinx/__init__.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/sphinx/static/experimaestro.css +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/taskglobals.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/__init__.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/conftest.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/connectors/bin/executable.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/connectors/test_local.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/connectors/utils.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/definitions_types.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/launchers/__init__.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/launchers/bin/sacct +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/launchers/bin/sbatch +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/launchers/bin/srun +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/launchers/bin/test.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/launchers/common.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/launchers/config_slurm/__init__.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/launchers/config_slurm/launchers.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/launchers/test_local.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/launchers/test_slurm.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/restart.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/restart_main.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/scripts/notifyandwait.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/scripts/waitforfile.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/task_tokens.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/tasks/__init__.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/tasks/all.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/tasks/foreign.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_checkers.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_dependencies.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_experiment.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_findlauncher.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_forward.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_identifier.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_instance.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_objects.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_outputs.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_param.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_progress.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_serializers.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_snippets.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_ssh.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_tags.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_tasks.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_tokens.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_types.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_validation.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/token_reschedule.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/utils.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tokens.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tools/__init__.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tools/diff.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tools/documentation.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tools/jobs.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/typingutils.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/utils/__init__.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/utils/asyncio.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/utils/jobs.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/utils/jupyter.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/utils/resources.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/utils/settings.py +0 -0
- {experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/xpmutils.py +0 -0
|
@@ -20,7 +20,7 @@ include = [
|
|
|
20
20
|
"src/experimaestro/mkdocs/style.css",
|
|
21
21
|
{ path="src/experimaestro/server/data/*", format=['sdist', 'wheel']}
|
|
22
22
|
]
|
|
23
|
-
version = "1.8.0-
|
|
23
|
+
version = "1.8.0-rc4"
|
|
24
24
|
repository = "https://github.com/experimaestro/experimaestro-python"
|
|
25
25
|
documentation = "https://experimaestro-python.readthedocs.io/"
|
|
26
26
|
|
|
@@ -122,7 +122,7 @@ warn_unused_ignores = true
|
|
|
122
122
|
|
|
123
123
|
[tool.commitizen]
|
|
124
124
|
name = "cz_conventional_commits"
|
|
125
|
-
version = "1.8.
|
|
125
|
+
version = "1.8.0rc4"
|
|
126
126
|
changelog_start_rev = "v1.0.0"
|
|
127
127
|
tag_format = "v$major.$minor.$patch$prerelease"
|
|
128
128
|
# update_changelog_on_bump = true
|
|
@@ -27,7 +27,15 @@ from .annotations import (
|
|
|
27
27
|
# Method
|
|
28
28
|
config_only,
|
|
29
29
|
)
|
|
30
|
-
from .core.serialization import
|
|
30
|
+
from .core.serialization import (
|
|
31
|
+
load,
|
|
32
|
+
save,
|
|
33
|
+
state_dict,
|
|
34
|
+
from_state_dict,
|
|
35
|
+
from_task_dir,
|
|
36
|
+
serialize,
|
|
37
|
+
deserialize,
|
|
38
|
+
)
|
|
31
39
|
from .core.arguments import (
|
|
32
40
|
# Types
|
|
33
41
|
Param,
|
|
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
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/experiments/configuration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/launcherfinder/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/launcherfinder/parser.py
RENAMED
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/launcherfinder/registry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/launchers/slurm/__init__.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
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/scheduler/dependencies.py
RENAMED
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/scheduler/dynamic_outputs.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
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/index.css.map
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/index.js.map
RENAMED
|
File without changes
|
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/server/data/manifest.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/sphinx/static/experimaestro.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/connectors/test_local.py
RENAMED
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/connectors/utils.py
RENAMED
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/definitions_types.py
RENAMED
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/launchers/__init__.py
RENAMED
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/launchers/bin/sacct
RENAMED
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/launchers/bin/sbatch
RENAMED
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/launchers/bin/srun
RENAMED
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/launchers/bin/test.py
RENAMED
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/launchers/common.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/launchers/test_local.py
RENAMED
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/launchers/test_slurm.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/scripts/notifyandwait.py
RENAMED
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/scripts/waitforfile.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_dependencies.py
RENAMED
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_experiment.py
RENAMED
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_findlauncher.py
RENAMED
|
File without changes
|
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_identifier.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_serializers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/test_validation.py
RENAMED
|
File without changes
|
{experimaestro-1.8.0rc3 → experimaestro-1.8.0rc4}/src/experimaestro/tests/token_reschedule.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
|