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
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,29 @@ For more detailed information, please see the git log.
3
3
4
4
These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.
5
5
6
+
v4.0.1 (October 15th 2019)
7
+
--------------------------
8
+
9
+
update/bugfix release
10
+
11
+
- various enhancements, including:
12
+
- add 'parallel' to list of config templates (#3036)
13
+
- add GitHub Actions workflow to run easybuild-framework test suite (#3039)
14
+
- add 'retest' as a reason to --close-pr, to close/re-open PRs to trigger re-test in Travis (#3040)
15
+
- define $EB_SCRIPT_PATH in 'eb' wrapper script, and consider it before location of 'eb' determined via $PATH in get_paths_for function (#3046)
16
+
- add support for --remove-ghost-install-dirs configuration option, and warn about (potential) ghost install dirs by default when --force/--rebuild is used (#3050)
17
+
- various bug fixes, including:
18
+
- update bootstrap script to support installing EasyBuild v4.0 (#3017)
19
+
- fix broken test_download_repo due to archiving of easyconfigs (#3019, #3023)
20
+
- avoid that --inject-checksums introduces list of patches for extensions as a single long line (#3025, #3034)
21
+
- enhance regex in fix_shebang method to fix more Python/Perl shebangs + avoid patching binary files (#3029)
22
+
- delete test gist that is created by --check-github (#3031)
23
+
- disable templates when defining easyconfig parameters in EasyConfig.set_keys() (#3037)
24
+
- avoid setting GC3Pie's max_in_flight to None if --job-max-jobs is not specified (#3038)
25
+
- fix use of obtain_file method for extensions (#3042)
0 commit comments