Skip to content

Commit cf850e7

Browse files
prepare release notes for EasyBuild v4.3.2 + bump version to 4.3.2
1 parent f07fbde commit cf850e7

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

RELEASE_NOTES

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,43 @@ 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 "easystack" file (#3479)
12+
- add definition for new gobff toolchain using BLIS and LibFLAME (#3505)
13+
- various enhancements, including:
14+
- add support for toolchain options like 'extra_cxxflags' to specify extra compiler options (#2193)
15+
- fix combination of --copy-ec and --from-pr (#3482)
16+
- enhance copy_files: single file target, error on empty input list, verbose mode (#3483)
17+
- cache result of fetch_files_from_pr function (#3484)
18+
- add locate_files function to filetools module (#3485)
19+
- add support for %(module_name)s template value (#3497)
20+
- clarify input format for --cuda-compute-capabilities (#3509)
21+
- various bug fixes, including:
22+
- also ignore vsc.* imports coming from from pkg_resources/__init__.py (setuptools) in fake vsc namespace (#3491)
23+
- don't pass username in github_api_get_request when no GitHub token is available (#3494)
24+
- also inject -rpath options for all entries in $LIBRARY_PATH in RPATH wrappers (#3495)
25+
- avoid TypeError being raised by list_toolchains (#3499)
26+
- check if PR is already merged in --merge-pr (#3502)
27+
- graciously handle wrong PR # in fetch_pr_data (#3503)
28+
- fix regression in apply_regex_substitutions: also accept list of paths to patch (#3507)
29+
- update installation procedure for EasyBuild in generated Singularity container recipes (#3510)
30+
- tweak test_easystack_basic to get better error reporting if it fails (#3511)
31+
- fix error when --easystack is used without having PyYAML installed (#3515)
32+
- also include *.yaml files from test/ dir in package (#3517)
33+
- fix GitHub Actions workflow for test suite: run outside of repo checkout + also test bootstrap script with Python 3.9 (#3518)
34+
- bump cryptography from 2.9.2 to 3.2 (#3519)
35+
- take into account slightly different error with Python 2.6 in test_easystack_wrong_structure (#3520)
36+
- use --dry-run in test_easystack_basic to avoid downloading of binutils sources (#3521)
37+
- other changes:
38+
- exclude test configuration with Lmod 7 and Python 3, except for Python 3.6 (#3496)
39+
- significantly speed up parsing of easyconfig files by only extracting comments from an easyconfig file when they're actually needed (#3498)
40+
- don't include file/ldd/readelf commands run during RPATH sanity check in --trace output (#3508)
41+
42+
643
v4.3.1 (October 29th 2020)
744
--------------------------
845

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)