Skip to content

Commit 1fbe239

Browse files
authored
Merge pull request #3763 from migueldiascosta/eb441
prepare release notes for EasyBuild v4.4.1 + bump version to 4.4.1
2 parents fef920d + 6949804 commit 1fbe239

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

RELEASE_NOTES

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,37 @@ 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.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)
36+
37+
738
v4.4.0 (June 2nd 2021)
839
----------------------
940

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.4.1.dev0')
46+
VERSION = LooseVersion('4.4.1')
4747
UNKNOWN = 'UNKNOWN'
4848

4949

0 commit comments

Comments
 (0)