Skip to content

ReFrame 4.1.0

Choose a tag to compare

@vkarak vkarak released this 28 Feb 19:33
· 1568 commits to develop since this release

Release Notes

Changes since 4.0.5

New features

  • Introduce a --dry-run option (#2746)
  • Allow num_tasks to be None (#2778)
  • Allow custom JSON formatting for log records in the httpjson handler (#2752)
  • Print the first lines of stderr and stdout in case of sanity failures (#2762)
  • Relax the regex matching for test names and tags (#2736)

Enhancements

  • Properly combine append-type command-line options defined in execution modes (#2788)

Bug fixes

  • Fix listing of non-fixture-based dependencies (#2798)
  • Fix use of sched_options by the backend schedulers (#2796)

Other

  • Update GitHub Actions to use setup-python@v4 (#2775)