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
+37Lines changed: 37 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,43 @@ For more detailed information, please see the git log.
4
4
These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.
5
5
6
6
7
+
v4.8.0 (7 July 2023)
8
+
--------------------
9
+
10
+
feature release
11
+
12
+
- various enhancements, including:
13
+
- use version suffixes in PR title instead of Python versions when using --new-pr (#4253 + #4286)
14
+
- add script to find updated ECs for installed module (#4271)
15
+
- various bug fixes, including:
16
+
- fix regex for extracting glibc version from output of '`ldd --version`' in Gentoo Linux (#4290)
17
+
- allow versionsuffix to be set to None in `det_full_ec_version` (#4292)
18
+
- other changes:
19
+
- stop running tests with Python 2.7 since it is no longer supported in GitHub Action (#4267)
20
+
- replace imp.load_source by leveraging importlib.util.module_from_spec when using Python 3 (#4280)
21
+
22
+
23
+
v4.7.2 (27 May 2023)
24
+
--------------------
25
+
26
+
update/bugfix release
27
+
28
+
- various enhancements, including:
29
+
- extend (experimental) support for generating container images with Apptainer (#3975)
30
+
- add default download timeout (#4226)
31
+
- make the RPATH section check with `readelf -d` in sanity check optional (#4249)
32
+
- various bug fixes, including:
33
+
- add `make_extension_string` and `_make_extension_list` methods to `EasyBlock` class, so easyblocks can customize them (#3697)
34
+
- fix typo in condition guarding installation of GitHub token in CI workflow to run unit tests + fix broken tests related to GitHub integration features (#4216)
35
+
- fix --check-github as gist url now includes username (#4231)
36
+
- switch to Ubuntu 22.04 in GitHub Actions workflow to run container tests (#4238)
37
+
- use "/usr/bin/env python" in test_run_cmd_script (#4241)
38
+
- other changes:
39
+
- print potential errors after running a command only once (#4065)
40
+
- change github_* template descriptions to be somewhat clearer (#4251)
41
+
- remove workflow to test bootstrap script (#4255)
0 commit comments