Skip to content

Conversation

jwhite242
Copy link
Collaborator

This PR is the merge of release 1.1.11 into the main branch.

jwhite242 and others added 8 commits February 6, 2024 13:42
Merge back of 1.1.10 release
"sproviding" typo fix -> "providing"
* Drop python 3.7, unpin mkdocs

* Update poetry to 1.8.x, and update dependencies to enable 10.x mermaid
versions in the docs

* Patch landing page mermaid diagram code to work with 10.x syntax

* Remove python 3.7 from ci, add 3.12, 3.13

* Tick poetry version in ci

* Update second version matrix

* Bump poetry and python versions for docs build

* Fix workflow definitions, pin poetry version

* Update mkdocs emoji config

* Fix typo in emoji extension config

* Test snippet from readthedocs' docs for poetry dependency installs

* Fix another broken mermaid diagram.

* Tick dev version
Add the ability to change some of a study's configuration during execution, including:
   * rlimit (restart limit)
   * throttle
   * sleep

Implementation works like cancel, taking paths to executing study workspaces. Configuration parameters can be updated either via an interactive prompt for each study workspace given, or using explicit/repeated keyword arguments for each configuration parameter.

Current Limitations:
   * rlimit is a per step configuration, but it is only set globally in current implementation
   * If a study is no longer running, updating rlimit will not yet resume the study to account for any increases

Adds termynal to the docs to improve readability of interactive cli commands and their outputs
Update script adapters to use same path sanitizer as for workspace creation for script serialization. Resolves #450

Add hypothesis to enable property testing to stress the path sanitizer.

Adds copy button to code listings in documentation
Adds support for attaching the bank, queue fields from the batch block to the flux jobspec.

Adds preliminary support for pass through of arbitrary --setattr flags to the jobspec (attaches to allocation, not flux run's inside the job scripts).

Support added only for newest Maestro flux adapter version, 0.49.0; older versions to be deprecated.

Change default adapter behavior to 'nested: True' so it uses from_nest_command by default.

Fix documentation typos on the cli's pgen args syntax.

Update documentation for running with flux.
@jwhite242 jwhite242 changed the title Release/1.1.11 Release 1.1.11 Jul 24, 2025
@jwhite242 jwhite242 merged commit 68436c1 into main Jul 24, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants