Skip to content

Commit 51535c5

Browse files
authored
Merge pull request #3522 from migueldiascosta/eb432
prepare release notes for EasyBuild v4.3.2 + bump version to 4.3.2
2 parents 87fb230 + 5764650 commit 51535c5

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

RELEASE_NOTES

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,41 @@ For more detailed information, please see the git log.
33

44
These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.
55

6+
v4.3.2 (December 10th 2020)
7+
---------------------------
8+
9+
update/bugfix release
10+
11+
- add (experimental) support for specifying easyconfig files via an "easystack" file (#3479, #3511, #3515, #3517, #3520, #3521)
12+
- see also https://easybuild.readthedocs.io/en/latest/Easystack-files.html
13+
- add definition for new 'gobff' toolchain using BLIS and LibFLAME (#3505)
14+
- various enhancements, including:
15+
- add support for toolchain options like 'extra_cxxflags' to specify extra compiler options (#2193)
16+
- fix combination of --copy-ec and --from-pr (#3482)
17+
- enhance copy_files function: support single file target, error on empty input list, support verbose mode (#3483)
18+
- cache result of fetch_files_from_pr function (mainly to speed up framework test suite) (#3484)
19+
- add locate_files function to filetools module (#3485)
20+
- add support for %(module_name)s template value (#3497)
21+
- clarify input format for --cuda-compute-capabilities in 'eb --help' output (#3509)
22+
- add support for skiping unit tests (test step) via --skip-test-step (#3524)
23+
- various bug fixes, including:
24+
- also ignore vsc.* imports coming from from pkg_resources/__init__.py (setuptools) in fake vsc namespace (#3491)
25+
- don't pass username in github_api_get_request when no GitHub token is available (#3494)
26+
- also inject -rpath options for all entries in $LIBRARY_PATH in RPATH wrappers (#3495)
27+
- avoid TypeError being raised by list_toolchains (#3499)
28+
- check if PR is already merged in --merge-pr (#3502)
29+
- graciously handle wrong PR id in fetch_pr_data (#3503)
30+
- fix regression in apply_regex_substitutions: also accept list of paths to patch (#3507)
31+
- update installation procedure for EasyBuild in generated Singularity container recipes (#3510)
32+
- fix GitHub Actions workflow for test suite: run outside of repo checkout + also test bootstrap script with Python 3.9 (#3518)
33+
- bump cryptography from 2.9.2 to 3.2 for Python 2 in requirements.txt (#3519)
34+
- fix 'eb --help=rst' when running with Python 3 (#3525)
35+
- other changes:
36+
- exclude test configurations with Lmod 7 and Python 3, except for Python 3.6 (#3496)
37+
- significantly speed up parsing of easyconfig files by only extracting comments from an easyconfig file when they're actually needed (#3498)
38+
- don't include file/ldd/readelf commands run during RPATH sanity check in --trace output (#3508)
39+
40+
641
v4.3.1 (October 29th 2020)
742
--------------------------
843

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

4949

0 commit comments

Comments
 (0)