File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,26 @@ For more detailed information, please see the git log.
33
44These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.
55
6+ v4.2.2 (July 8th 2020)
7+ ----------------------
8+
9+ update/bugfix release
10+
11+ - various enhancements, including:
12+ - add support for using 'sources' and 'git_config' for extensions in 'exts_list' (#3294)
13+ - add support for software minver template (like %(pyminver)s, etc.) (#3344, #3345)
14+ - add support for updating dictionary or tuple easyconfig parameters with self.cfg.update (#3356)
15+ - various bug fixes, including:
16+ - fix crash in --avail-easyconfig-constants when using --output-format=rst + ensure sorted output (#3341)
17+ - always take into account builddependencies when generating template values, also when we're not iterating over builddependencies (#3346)
18+ - fix running command as 'easybuild' user in generated Singularity definition file (#3347)
19+ - allow ignoring versionsuffix in --try-update-deps (#3350, #3353)
20+ - retain order of paths when generating prepend_path statements for module file (don't sort them alphabetically) (#3367)
21+ - also put easyblocks used by extensions in 'reprod' directory (#3375)
22+ - also copy template values in EasyConfig.copy method to ensure they are defined when installing extensions (#3377)
23+ - skip lines that start with 'module-version' when determining whether a module exists in ModulesTool.exist (#3379)
24+
25+
626v4.2.1 (May 20th 2020)
727----------------------
828
Original file line number Diff line number Diff line change 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.2.2.dev0 ' )
46+ VERSION = LooseVersion ('4.2.2' )
4747UNKNOWN = 'UNKNOWN'
4848
4949
You can’t perform that action at this time.
0 commit comments