experimaestro 0.22.0__zip → 0.23.0__zip
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-0.22.0 → experimaestro-0.23.0}/CHANGELOG.md +6 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/PKG-INFO +7 -1
- {experimaestro-0.22.0 → experimaestro-0.23.0}/pyproject.toml +1 -1
- {experimaestro-0.22.0 → experimaestro-0.23.0}/requirements.txt +3 -3
- {experimaestro-0.22.0 → experimaestro-0.23.0}/setup.cfg +1 -1
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/__init__.py +4 -2
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/__main__.py +1 -1
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/commandline.py +0 -8
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/core/objects.py +51 -35
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/core/objects.pyi +23 -10
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/core/types.py +44 -2
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/generators.py +7 -6
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/launchers/__init__.py +19 -7
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/scheduler/base.py +21 -3
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/server/__init__.py +10 -2
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/version.py +2 -2
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/xpmutils.py +3 -3
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro.egg-info/PKG-INFO +7 -1
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro.egg-info/requires.txt +4 -2
- {experimaestro-0.22.0 → experimaestro-0.23.0}/.circleci/config.yml +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/.flake8 +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/.github/release.yaml +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/.github/workflows/pytest.yml +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/.github/workflows/python-publish.yml +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/.gitignore +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/.gitmodules +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/.pre-commit-config.yaml +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/.prettierignore +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/.readthedocs.yml +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/LICENSE +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/MANIFEST.in +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/README.md +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/.gitignore +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/.nolluprc.js +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/CHANGELOG.md +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/README.md +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/package-lock.json +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/package.json +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/postcss.config.js +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/public/favicon.ico +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/public/index.html +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/public/login.html +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/public/manifest.json +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/src/App.tsx +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/src/Experiments.tsx +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/src/Services.tsx +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/src/TaskDetail.tsx +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/src/TaskJobs.tsx +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/src/Tasks.tsx +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/src/client.ts +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/src/clipboard.ts +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/src/index.css +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/src/index.tsx +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/src/logo.png +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/src/logo.pxm +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/src/reducers.ts +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/src/store.ts +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/src/theme/_jobs.scss +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/src/theme/theme.scss +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/src/ui/messages.tsx +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/tsconfig.json +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/webpack.config.ts +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/app/xp/run.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/docs/changelog.md +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/docs/cli.md +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/docs/concepts.md +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/docs/configuration.md +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/docs/connectors/index.md +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/docs/documenting.md +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/docs/experiments/config.md +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/docs/experiments/overview.md +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/docs/experiments/plan.md +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/docs/experiments/task.md +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/docs/faq.md +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/docs/index.md +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/docs/jupyter.md +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/docs/launchers/index.md +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/docs/requirements.txt +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/docs/serialization.md +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/docs/tutorial.md +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/mkdocs.yml +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/pytest.ini +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/scripts/longtask.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/setup.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/annotations.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/checkers.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/click.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/compat.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/connectors/__init__.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/connectors/local.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/connectors/ssh.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/core/__init__.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/core/arguments.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/core/context.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/filter.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/huggingface.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/ipc.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/launcherfinder/__init__.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/launcherfinder/base.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/launcherfinder/parser.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/launcherfinder/registry.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/launcherfinder/specs.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/launchers/direct.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/launchers/oar.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/launchers/slurm.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/locking.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/mkdocs/__init__.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/mkdocs/annotations.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/mkdocs/base.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/mkdocs/metaloader.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/mkdocs/style.css +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/mypy.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/notifications.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/rpyc.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/run.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/scheduler/__init__.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/scheduler/dependencies.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/scheduler/environment.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/scheduler/services.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/scheduler/workspace.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/scriptbuilder.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/settings.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/sphinx/__init__.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/sphinx/static/experimaestro.css +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/taskglobals.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/__init__.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/conftest.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/connectors/bin/executable.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/connectors/test_local.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/connectors/utils.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/definitions_types.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/launchers/__init__.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/launchers/bin/sacct +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/launchers/bin/sbatch +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/launchers/bin/test.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/launchers/common.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/launchers/config_slurm/__init__.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/launchers/config_slurm/launchers.yaml +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/launchers/test_local.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/launchers/test_slurm.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/restart.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/restart_main.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/scripts/notifyandwait.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/scripts/waitforfile.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/task_tokens.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/tasks/__init__.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/tasks/all.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/tasks/foreign.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/tasks/subparams.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/test_checkers.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/test_findlauncher.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/test_forward.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/test_identifier.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/test_instance.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/test_objects.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/test_outputs.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/test_param.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/test_progress.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/test_serialization.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/test_snippets.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/test_ssh.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/test_tags.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/test_tasks.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/test_tokens.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/test_types.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/test_validation.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/token_reschedule.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/utils.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tokens.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tools/__init__.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tools/diff.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tools/jobs.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/typingutils.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/utils/__init__.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/utils/asyncio.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/utils/jobs.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/utils/jupyter.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/utils/resources.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/utils/settings.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/utils/yaml.py +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro.egg-info/SOURCES.txt +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro.egg-info/dependency_links.txt +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro.egg-info/entry_points.txt +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro.egg-info/not-zip-safe +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro.egg-info/top_level.txt +0 -0
- {experimaestro-0.22.0 → experimaestro-0.23.0}/tox.ini +0 -0
|
@@ -143,10 +143,15 @@ def proxy_response(base_url: str, request: Request, path: str):
|
|
|
143
143
|
|
|
144
144
|
|
|
145
145
|
def start_app(server: "Server"):
|
|
146
|
+
logging.debug("Starting Flask server...")
|
|
146
147
|
app = Flask("experimaestro")
|
|
147
|
-
|
|
148
|
+
|
|
149
|
+
logging.debug("Starting Flask server (SocketIO)...")
|
|
150
|
+
socketio = SocketIO(app, path="/api", async_mode="gevent")
|
|
148
151
|
listener = Listener(server.scheduler, socketio)
|
|
149
152
|
|
|
153
|
+
logging.debug("Starting Flask server (setting up socketio)...")
|
|
154
|
+
|
|
150
155
|
@socketio.on("connect")
|
|
151
156
|
def handle_connect():
|
|
152
157
|
if server.token != request.cookies.get("experimaestro_token", None):
|
|
@@ -183,6 +188,8 @@ def start_app(server: "Server"):
|
|
|
183
188
|
if process is not None:
|
|
184
189
|
process.kill()
|
|
185
190
|
|
|
191
|
+
logging.debug("Starting Flask server (setting up routes)...")
|
|
192
|
+
|
|
186
193
|
@app.route("/services/<path:path>", methods=["GET", "POST"])
|
|
187
194
|
def route_service(path):
|
|
188
195
|
service, *path = path.split("/", 1)
|
|
@@ -256,8 +263,9 @@ def start_app(server: "Server"):
|
|
|
256
263
|
|
|
257
264
|
# Start the app
|
|
258
265
|
if server.port is None or server.port == 0:
|
|
266
|
+
logging.info("Searching for an available port")
|
|
259
267
|
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
|
260
|
-
sock.bind(("
|
|
268
|
+
sock.bind(("", 0))
|
|
261
269
|
server.port = sock.getsockname()[1]
|
|
262
270
|
sock.close()
|
|
263
271
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"""Utilities exposed to users of the experimaestro API"""
|
|
2
2
|
|
|
3
3
|
from pathlib import Path
|
|
4
|
-
from experimaestro.core.objects import
|
|
4
|
+
from experimaestro.core.objects import ConfigWalkContext
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
class DirectoryContext(
|
|
7
|
+
class DirectoryContext(ConfigWalkContext):
|
|
8
8
|
"""Special generation context used for debugging and testing"""
|
|
9
9
|
|
|
10
10
|
def __init__(self, path: Path):
|
|
@@ -16,7 +16,7 @@ class DirectoryContext(GenerationContext):
|
|
|
16
16
|
return self._path
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
class EmptyContext(
|
|
19
|
+
class EmptyContext(ConfigWalkContext):
|
|
20
20
|
"""Special generation context used for debugging and testing"""
|
|
21
21
|
|
|
22
22
|
@property
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: experimaestro
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.23.0
|
|
4
4
|
Summary: "Experimaestro is a computer science experiment manager"
|
|
5
5
|
Home-page: https://github.com/experimaestro/experimaestro-python
|
|
6
6
|
Author: Benjamin Piwowarski
|
|
@@ -127,6 +127,12 @@ if __name__ == "__main__":
|
|
|
127
127
|
|
|
128
128
|
which can be launched with `python test.py /tmp/helloworld-workdir`
|
|
129
129
|
|
|
130
|
+
## 0.23.0 (2023-04-07)
|
|
131
|
+
|
|
132
|
+
### Feat
|
|
133
|
+
|
|
134
|
+
- submit hooks to allow e.g. changing the environment variables
|
|
135
|
+
|
|
130
136
|
## 0.22.0 (2023-04-05)
|
|
131
137
|
|
|
132
138
|
### Feat
|
|
@@ -12,7 +12,7 @@ sortedcontainers
|
|
|
12
12
|
pyparsing
|
|
13
13
|
humanfriendly
|
|
14
14
|
huggingface_hub~=0.11.1
|
|
15
|
-
|
|
15
|
+
gevent
|
|
16
16
|
flask
|
|
17
17
|
flask-socketio
|
|
18
18
|
Arpeggio>=2.0
|
|
@@ -21,8 +21,10 @@ marshmallow
|
|
|
21
21
|
fabric
|
|
22
22
|
rpyc
|
|
23
23
|
|
|
24
|
+
[:python_version < "3.11"]
|
|
25
|
+
typing_extensions>=4.2
|
|
26
|
+
|
|
24
27
|
[:python_version < "3.9"]
|
|
25
|
-
typing_extensions>=3.7.4.3
|
|
26
28
|
cached_property
|
|
27
29
|
|
|
28
30
|
[dev]
|
|
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
|
|
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
|
|
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-0.22.0 → experimaestro-0.23.0}/src/experimaestro/sphinx/static/experimaestro.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/connectors/bin/executable.py
RENAMED
|
File without changes
|
{experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/connectors/test_local.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
|
{experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/launchers/test_local.py
RENAMED
|
File without changes
|
{experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/launchers/test_slurm.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro/tests/scripts/notifyandwait.py
RENAMED
|
File without changes
|
{experimaestro-0.22.0 → experimaestro-0.23.0}/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
|
|
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
|
{experimaestro-0.22.0 → experimaestro-0.23.0}/src/experimaestro.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|