v0.7.1
Pre-release
Pre-release
Highlights
- Added
NcclTestJobStatusRetrievalStrategyandJaxToolboxJobStatusRetrievalStrategyobjects. - Moved
num_nodesfrom Test Template to Test Scenario. - Bugfixes and refactoring.
What's Changed
- Update docstring to comply with coding style and max column length by @TaekyungHeo in #45
- Refactor test scenario directory structure to remove unnecessary indirection by @TaekyungHeo in #44
- Bump package version to v0.7 by @amaslenn in #47
- Add tests for _write_sbatch_script() by @amaslenn in #48
- fix updating nodes states by @jeffnvidia in #31
- Fix bug in parse_node_list to handle multiple node ranges correctly by @TaekyungHeo in #49
- Update docstring to comply with coding style and max column length by @TaekyungHeo in #51
- Lint imports and high level design doc by @amaslenn in #50
- Remove Optional for correct type annotation in test.py by @TaekyungHeo in #52
- Move num_nodes from test template to test scenario by @TaekyungHeo in #42
- Fix ci_tools/check_copyright_headers.py and add missing copyright headers by @TaekyungHeo in #55
- Identify job completion status after each test by @TaekyungHeo in #46
- Implement NcclTestJobStatusRetrievalStrategy and add corresponding tests by @TaekyungHeo in #53
- Implement JaxToolboxJobStatusRetrievalStrategy and add corresponding tests by @TaekyungHeo in #54
- Cast
num_nodesto int in TestScenarioParser to ensure correct data type by @TaekyungHeo in #58 - Bump version to v0.7.1 by @amaslenn in #59
- use official online container by @jeffnvidia in #21
- Check number of created directories in acceptance test by @x41lakazam in #60
New Contributors
- @jeffnvidia made their first contribution in #31
- @x41lakazam made their first contribution in #60
Full Changelog: v0.7.0...v0.7.1