@@ -3,6 +3,37 @@ For more detailed information, please see the git log.
33
44These release notes can also be consulted at http://easybuild.readthedocs.org/en/latest/Release_notes.html.
55
6+ v2.6.0 (January 26th 2016)
7+ --------------------------
8+
9+ feature + bugfix release
10+ - add (experimental) support for opening/updating (easyconfigs) pull requests (--new-pr, --update-pr) (#1528)
11+ - sanitize environment before each installation by undefining $PYTHON* (#1569, #1572)
12+ - various other enhancements, including:
13+ - allow user-local modules with hierarchical naming schemes (--subdir-user-modules) (#1472)
14+ - enhance --extended-dry-run output to include paths for requirements in make_module_req (#1520)
15+ - rewrite read_file to use 'with' (#1534)
16+ - add support for eb --last-log (#1541)
17+ - support using fixed install dir scheme (--fixed-installdir-naming-scheme) (#1546)
18+ - add edge attributes for build dependencies in --dep-graph output (#1548)
19+ - check whether dependencies marked as external module are hidden (#1552)
20+ - implement support for --modules-header (#1558)
21+ - add support to specify 'else' body for conditional statements in modules (#1559)
22+ - add extra test for --include-easyblocks for generic easyblocks (#1562)
23+ - allow user to define the default compiler optimization level (--default-opt-level) (#1565)
24+ - make toolchain.get_variable more robust w.r.t. dummy toolchain (#1566)
25+ - various bug fixes, including:
26+ - fix missing 'yaml' module check in tests (#1525)
27+ - fix 'develop' install script (#1529)
28+ - correctly quote FPM option values in packagin support (#1530)
29+ - correctly handle '.' in software name w.r.t. $EB* environment variables (#1538)
30+ - exclude logs and test reports from packages (#1544)
31+ - also pass down --job-cores for pbs_python job backend (#1547)
32+ - skip dependencies marked as external modules when packaging (#1550)
33+ - fix syntax for set_alias statement in Lua syntax (#1554)
34+ - handle the case of all 'offline' nodes correctly for --job (#1560)
35+ - fix test_modules_tool_stateless unit test for stateless ModulesTool with Lmod as modules tool (#1570)
36+
637v2.5.0 (December 17th 2015)
738---------------------------
839
0 commit comments