Releases: reframe-hpc/reframe
Releases · reframe-hpc/reframe
ReFrame 4.4.2
Release Notes
Enhancements
- Remove use of deprecated
%Z
directive instrftime()
(#3069) - Properly quote reframe command in output (#3071)
- Remove outdated text in configuration docs (#3068)
- Fix typo in docs about sanity patterns debugging (#3051)
- Move webinars and tutorials under the same section (#3047)
Bug fixes
ReFrame 4.4.1
ReFrame 4.4.0
Release Notes
New features
- Filter tests using arbitrary expressions (#3010)
- Add an SSH-based scheduler backend (#2975)
- Allow pinning a hook as the last of its stage (#2992)
- Support for custom schedulers (#2955)
- Allow setting nested mapping types using the
-S
option (#2876)
Bug fixes
- Ensure LSF
bjobs
gets the right format (#2968)
Test library
ReFrame 4.3.4
Release Notes
Enhancements
- Update
filelog
log handler docs (#2998)
Bug fixes
- Properly retrieve exit status for PBS Pro jobs (#2993)
- Respect execution order of overriden hooks (#2997)
- Show test references with
--describe
option (#2999) - Always remove temporary directory when remote auto-detection fails (#3000)
Other
- Add hpctestlib to the PyPI package (#3003)
ReFrame 4.3.3
ReFrame 4.3.2
Release Notes
Bug fixes
- Run
./bootstrap.sh
in a virtual environment to avoid errors on Debian-based systems (#2953)
ReFrame 4.3.1
ReFrame 4.3.0
Release Notes
New features
- Update default
--timestamp
format (#2931) - Parameterise test from command line (#2913)
- Additional Spack build system options (#2919)
- Combine perflogs for parameterised tests (#2882)
- Support for
pdsh
andclush
parallel launchers (#2894) - Support
prepare_cmds
at the environment level (#2887) - Support custom system auto-detection methods (#2832)
Enhancements
ReFrame 4.2.2
Release Notes
Enhancements
- Add note about test generation options and
--ci-generate
(#2929) - Fail on errors in
bootstrap.sh
and add a new--ignore-errors
option (#2925) - Fix broken docs links in valid_systems and valid_prog_environs sections (#2920)
- Fixed a typo in documentation -
JobLaucher
toJobLauncher
(#2922) - Fix broken formatting in
extractall_s()
docs (#2921) - Update Slack link in
README_minimal.md
(#2891)
Bug fixes
ReFrame 4.2.1
Release Notes
Enhancements
- Improve docs on how
access
options are treated for PBS-based backends (#2889) - List the
httpjson
andfilelog
handlers as perflog handlers only (#2878) - Add EUM'23 slides (#2881, #2888)
- New tutorial example on how to use
make_test()
(#2866)
Bug fixes
- Fix definition of default values for
sched_options
parameters (#2885) - Fix in-class updates of inherited mutable variables (#2880)
Other
- Update
requests
package version and add a Python 3.6 disclaimer (#2883)