Skip to content

Commit 8afc62e

Browse files
Merge pull request #3989 from boegel/develop
sync with main + bump version to 4.5.5dev
2 parents f325c59 + f5733ae commit 8afc62e

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 31st 2022)
8+
------------------------
9+
10+
update/bugfix release
11+
12+
- various enhancements, including:
13+
- warn about potentially missing patches in --new-pr (#3759, #3966)
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+
- add support for 'download_instructions' easyconfig parameter key to specify some download or installation steps for user in case of complicated way of obtaining needed files (#3976, #3981)
21+
- also try collecting AMD GPU info (via rocm-smi) for --show-system-info (#3978, #3982)
22+
- various bug fixes, including:
23+
- ensure --review-pr can find dependencies included in PR (#3979)
24+
- run 'apt-get update' in GitHub Actions workflow for container tests to update container package list before installing anything (#3985)
25+
- other changes:
26+
- enable code linting check for all supported Python versions (#3725)
27+
- update copyright lines for 2022 (#3986)
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.5.dev0')
4747
UNKNOWN = 'UNKNOWN'
4848

4949

0 commit comments

Comments
 (0)