Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove FlowProject.add_operation (#487)
* Fix FlowProject.add_operation docstring error * Make FlowProject.add_operation a classmethod * Add test for FlowProject.add_operation classmethod * Update changelog for `FlowProject.add_operation`. * Remove ``FlowProject.add_operation`` * Add documentation for directives. (#480) * Add documentation for directives. * Fix directives docs, add _FORK directive. * Update changelog. * Bump pre-commit from 2.10.1 to 2.11.1 (#489) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.10.1 to 2.11.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v2.10.1...v2.11.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Change default status_parallelization to "none". (#486) * Change default status_parallelization to process. * Update changelog. * Change default status_parallelization to "none". * Bump ruamel-yaml from 0.16.12 to 0.17.2 (#490) Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.16.12 to 0.17.2. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bradley Dice <[email protected]> * Deprecate and remove references to add_operation. * Fix import. * Default memory requests to integer values (#484) * converting to int * updating docstring * switching to int output for M and G * Update flow/util/template_filters.py Co-authored-by: Bradley Dice <[email protected]> * fixing formatting * Update template reference data.s * Minor edits. * Update changelog. * Add support for "GB" suffixes. * Update memory tests. Co-authored-by: Bradley Dice <[email protected]> * Changed TORQUE to PBS (#491) Renamed TORQUE scheduler related classes, objects, templates, etc to PBS in code and documentation. * changed torque to pbs * fixed isort error * changed torque to pbs * rename PBSScheduler * rename PBSScheduler * rename PBSScheduler * Add changelog entry. * Rename Torque -> PBS in more places. * Update contributors.yaml * Added back deprecated class for DefaultTorqueEnvironment. * Remove extra line in contributors.yaml. * Fix import. Co-authored-by: Bradley Dice <[email protected]> * Add submission summary feature. (#488) * Add submission summary feature. * Update changelog. * Sort status counts by status code. Co-authored-by: Bradley Dice <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alyssa Travitz <[email protected]> Co-authored-by: Charlottez112 <[email protected]>
- Loading branch information