Skip to content

Commit fa605e6

Browse files
prepare release notes for EasyBuild v4.5.4 + bump version to 4.5.4
1 parent d559852 commit fa605e6

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

RELEASE_NOTES

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ For more detailed information, please see the git log.
44
These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.
55

66

7+
v4.5.4 (March 28th 2022)
8+
---------------------------
9+
10+
update/bugfix release
11+
12+
- various enhancements, including:
13+
- warn about potentially missing patches in --new-pr (#3759)
14+
- add support for 'clone_into' field in git_config source spec to specify different name for top-level directory (#3949)
15+
- add bash completion for easyconfigs from local dir but not robot search path (#3953)
16+
- add a 'sync pr' message when the PR has a mergeable state but is showing a failed status for the test suite on the last commit (#3967)
17+
- add gmpit toolchain definition (GCC + MPItrampoline) (#3971)
18+
- use 'zypper search -i' to check whether specified OS dependency is installed on openSUSE + make sure that rpm is considered for checking OS dependencies on RHEL8 (#3973)
19+
- add support for post-install patches (#3974)
20+
- support 'download_instructions' easyconfig parameter key to specify some download or installation steps for user in case of complicated way of obtaining needed files (#3976)
21+
- add support for collecting GPU info (via rocm-smi) (#3978)
22+
- enhance GPU info (via rocm-smi): report card series in addition (#3982)
23+
- various bug fixes, including:
24+
- only check for patches when using --new-pr if easyconfigs repository is target (#3966)
25+
- also print download instructions for extensions that use source_tmpl to specify name of source file (#3981)
26+
- other changes:
27+
- enable code linting check for all supported Python versions (#3725)
28+
29+
730
v4.5.3 (February 11th 2022)
831
---------------------------
932

easybuild/tools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
4444
# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
4545
# This causes problems further up the dependency chain...
46-
VERSION = LooseVersion('4.5.4.dev0')
46+
VERSION = LooseVersion('4.5.4')
4747
UNKNOWN = 'UNKNOWN'
4848

4949

0 commit comments

Comments
 (0)