File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,25 @@ For more detailed information, please see the git log.
44These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.
55
66
7+ v4.8.2 (29 October 2023)
8+ ------------------------
9+
10+ update/bugfix release
11+
12+ - various enhancements, including:
13+ - add support for `%(sysroot)s` template value (#4359)
14+ - add `dependency_names` method to `EasyConfig` class to get set of names of (direct) dependencies (#4360)
15+ - various bug fixes, including:
16+ - add CI workflow to run unit tests with Python 2 (again) (#4333)
17+ - fix typo in help message for `--silence-hook-trigger` (#4343)
18+ - include major version (`*majver`) templates in auto-generated documentation (#4347)
19+ - reset `tempfile.tempdir` to `None` to avoid that tmpdir path gets progressively deeper with each easystack item (#4350)
20+ - fix `findPythonDeps.py` script when called with an (absolute or relative) path to an easyconfig instead of a filename (#4365)
21+ - fix broken test for `reasons_for_closing`, which fails because commit status of easyconfigs PR is no longer available (#4366)
22+ - other changes:
23+ - reduce number of CI jobs by testing for Lua and Tcl module syntax in a single CI job (#4192)
24+
25+
726v4.8.1 (11 September 2023)
827--------------------------
928
Original file line number Diff line number Diff line change 4545# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
4646# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
4747# This causes problems further up the dependency chain...
48- VERSION = LooseVersion ('4.8.2.dev0 ' )
48+ VERSION = LooseVersion ('4.8.2' )
4949UNKNOWN = 'UNKNOWN'
5050
5151
You can’t perform that action at this time.
0 commit comments