Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is the merge of release 1.1.11 into the main branch.