Skip to content

Commit 9ea450b

Browse files
authored
Merge pull request #3913 from migueldiascosta/eb451
prepare release notes for EasyBuild v4.5.1 + bump version to 4.5.1
2 parents 0c1a642 + 313e5e8 commit 9ea450b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

RELEASE_NOTES

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ 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.5.1 (December 13th 2021)
8+
---------------------------
9+
10+
update/bugfix release
11+
12+
- various enhancements, including:
13+
- also dump environment to reprod directory (#3374)
14+
- determine which extensions can be skipped in parallel (if --parallel-extensions-install is enabled) (#3890)
15+
- fall back to sequential installation for extensions with unknown dependencies when using --parallel-extensions-install (#3906)
16+
- allow oversubscription in sanity check for OpenMPI-based toolchains (#3909)
17+
- various bug fixes, including:
18+
- don't try to ensure absolute path for path part of repositorypath (#3893, #3899)
19+
- fix typo in EULA agreement error message (#3894)
20+
- only remove lock if it was created in the same EasyBuild session (not if it existed already) (#3889)
21+
- introduce EasyBlock.post_init method to correctly define builddir variable when build-in-installdir mode is enabled in easyconfig or easyblock (#3900)
22+
- also show download progress bar when using --inject-checksums (#3905)
23+
- pick up custom extract_cmd specified for extension (#3907)
24+
- make test_run_cmd_async more robust against fluke failures (#3908)
25+
26+
727
v4.5.0 (October 29th 2021)
828
--------------------------
929

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

4949

0 commit comments

Comments
 (0)