Skip to content

Commit 9384f98

Browse files
author
SebastianAchilles
authored
Merge pull request #4078 from boegel/develop
sync with main + bump version to 4.6.2dev
2 parents 83e68bd + 2c9a831 commit 9384f98

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

RELEASE_NOTES

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ 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.6.1 (September 12th 2022)
8+
----------------------------
9+
10+
update/bugfix release
11+
12+
- various enhancements, including:
13+
- add script to find dependencies of Python packages (#3839)
14+
- add 'ai' default module class (#4053)
15+
- various bug fixes, including:
16+
- fix code style issues reported by recent flake8 linter (#4049)
17+
- stick to autopep8 < 1.7.0 with Python 2.7 (#4055)
18+
- ensure we call EasyBlock.patch_step for postinstallpatches (#4063)
19+
- fix leaked handles in set_columns, complete_cmd, run_cmd_qa, det_terminal_size functions + tests (#4066)
20+
- fix `quote_str` when string with both ' and " ends with a double quote (#4068)
21+
- fix type-checking of patches to allow dict values + correctly handle patches specified as dict values in --new-pr (#4070)
22+
- relax toolchain test by accepting both -march=native (x86_64) and -mcpu=native (aarch64) (#4071)
23+
- other changes:
24+
- run python in the same process as `eb` wrapper script by using `exec` (#4048)
25+
- add get_linked_libs_raw function, and use it from both check_linked_shared_libs and sanity_check_rpath (#4051)
26+
- update CI workflows (except container tests) to use Ubuntu 20.04, since Ubuntu 18.04 is deprecated (#4064)
27+
- use SYSTEM constant for dependency that uses system toolchain in dumped easyconfig (#4069)
28+
29+
730
v4.6.0 (July 8th 2022)
831
----------------------
932

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

4949

0 commit comments

Comments
 (0)