Skip to content

v0.7.1

Pre-release
Pre-release

Choose a tag to compare

@amaslenn amaslenn released this 03 Jun 16:22
· 2708 commits to main since this release

Highlights

  1. Added NcclTestJobStatusRetrievalStrategy and JaxToolboxJobStatusRetrievalStrategy objects.
  2. Moved num_nodes from Test Template to Test Scenario.
  3. 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_nodes to 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

Full Changelog: v0.7.0...v0.7.1