You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,33 @@ For more detailed information, please see the git log.
3
3
4
4
These release notes can also be consulted at https://docs.easybuild.io/release-notes .
5
5
6
+
v5.2.1 (20 Feb 2026)
7
+
--------------------
8
+
9
+
update/bugfix release
10
+
11
+
- bug fixes:
12
+
- ignore stderr for `rocm-smi` during test report creation (#5087)
13
+
- use initially stored environment to determine GPU info for test reports (#5088)
14
+
- add back `easybuild.toolchains.compiler.nvhpc` as deprecated toolchain compiler (#5089, #5096, #5105)
15
+
- properly handle toolchains defining `openmp` toolchain opt as `dict` (relevant for NVHPC toolchain) (#5093)
16
+
- enhance `get_source_tarball_from_git` to ensure that Git repo URL does not contain double slashes due to trailing slash in source URL (#5097)
17
+
- fix crash with `MarkupError` in Rich when showing failed shell command containing special characters (#5098)
18
+
- fix sub-toolchains of NVHPC and NVHPCToolchain and load each one where appropriate (#5103)
19
+
- don't require installation prefix for toolchain dependencies that are an external module (#5108)
20
+
- enhancements:
21
+
- add support for injecting checksums for Rust crates (#4661)
22
+
- include full shell command that failed in raised error (#5074)
23
+
- improve error reporting for failures in `eb --merge-pr` and similar (#5076)
24
+
- add LLVM toolchains using ParaStationMPI (#5094)
25
+
- enhancements and fixes for test suite:
26
+
- ignore output lines with skipped tests in check for unexpected output of test suite (#5082)
27
+
- import specific submodule `pygraph.classes.digraph` in `test_dep_graph*` so we can skip the test if import fails with setuptools >= 82.0.0 (#5111, #5116)
28
+
- other changes:
29
+
- extend list of easyconfig parameters that extensions should not inherit: `sources`, `patches`, `checksums`, `skipsteps` (#5075)
30
+
- deprecate `print_error` function and replace it with new `print_error_and_exit` function (#5092)
31
+
- replace use of `datetime.utcfromtimestamp` which is deprecated since Python 3.12 (#5091)
0 commit comments