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
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,37 @@ 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.4.1 (July 6th 2021)
8
+
----------------------
9
+
10
+
update/bugfix release
11
+
12
+
- various enhancements, including:
13
+
- enhance detection of patch files supplied to 'eb' command with better error messages (#3709)
14
+
- add per-step timing information (#3716)
15
+
- add module-write hook (#3728)
16
+
- add ignore-test-failure configuration option to ignore failing test step (#3732)
17
+
- add toolchain definition for nvompic (NVHPC + OpenMPI) (#3735)
18
+
- warn about generic milestone in --review-pr and --merge-pr (#3751)
19
+
- various bug fixes, including:
20
+
- don't override COMPILER_MODULE_NAME, inherited from Ffmpi, in Fujitsu toolchain definition (#3721)
21
+
- avoid overwritting pr_nr in post_pr_test_report for reports with --include-easyblocks-from-pr (#3724, #3726)
22
+
- fix crash in get_config_dict when copying modules that were imported in easyconfig file (like 'import os') (#3729)
23
+
- parse C standard flags in CFLAGS for Fujitsu compiler (#3731)
24
+
- fix error message for --use-ccache (#3733)
25
+
- error out when passing a list to run_cmd* to avoid running wrong command unintended, unless shell=True is used (#3737)
26
+
- minor fixes to output of test reports when using multiple PRs (#3741)
27
+
- fix location for modules installed with intel-compilers toolchain in HierarchicalMNS by always checking toolchain compiler name against template map (#3745)
28
+
- avoid checking msg attribute of GitCommandError (#3756)
29
+
- consider sources provided as dict in EasyBlock.check_checksums_for (#3758)
30
+
- don't make changes to software installation directory when using --sanity-check-only (#3761)
31
+
- honor specified easyblock for extensions (#3762)
32
+
- other changes:
33
+
- make sure that tests requiring a github token have 'github' in the test name so that they can be easily filtered (#3730)
34
+
- deprecate EasyBuild bootstrap script (#3742)
35
+
- use temporary download folder in test_http_header_fields_urlpat (#3755)
0 commit comments