timestamp1586322120001Modules@latest (aka 4.5.0) releasedby Xavier DelaruelleThis is it. After 3 months of development, version 4.5.0 of Modules is available. It is as always backward-compatible with previous version 4 releases and primarily adds features and fixes bugs. Major new features introduced in v4.5.0...
timestamp1586245140001Automatic default and latest symbolic versionsby Xavier DelaruelleWhen the implicit default mechanism and the advanced module version specifiers are both enabled, a default and a latest symbolic versions are automatically defined for each module name. This new feature gives the ability to select the...
timestamp1585660800001Error stack traceby Xavier DelaruelleError messages will now embed a stack trace for unknown errors to help localize the root cause of issues. This change applies to modulefile evaluation: Loading foo/1.2 Module ERROR: add-path cannot handle path equals to...
timestamp1583817780001Improved Windows supportby Xavier DelaruelleA new option to the ./configure script named --enable-windows-support is introduced to install additional files relative to the enablement of Modules on the Windows platform. When set, this option installs module.cmd, ml.cmd and envml...
timestamp1580283960001JSON format outputby Xavier DelaruelleThe -j and --json command line switches are added for the avail, list, savelist, whatis and search module sub-commands. When set, the output result of these sub-commands is rendered in JSON format: $ module avail --json bar | python...
timestamp1579157700001ml commandby Xavier Delaruelle The ml command is added to Modules. ml is a frontend to the module command that reduces the number of characters to type to trigger module actions. With no argument provided ml is equivalent to module list, ml foo corresponds to module...
timestamp1578085020001Modules 4.4.1 releasedby Xavier DelaruelleModules version 4.4.1 is out and provides substantial performance improvements as well as fixes for the few issues spotted in the 4.4 serie. The changes introduced in this bugfix release are: Fix error and warning messages relative to...
timestamp1569077100001Modules 4.3.1 releasedby Xavier DelaruelleModules version 4.3.1 is out. This new release provides fixes for the issues found recently on the 4.3 serie. The changes introduced in this bugfix release are: Contrib: add mb script to bench Modules versions. Correct modulecmd.tcl...
timestamp1562609700001Modules 4.2.5 releasedby Xavier DelaruelleModules version 4.2.5 has just been released. This new release provides fixes for the issues found recently on the 4.2 serie. The changes introduced in this bugfix release are: Correctly escape `?` character in shell alias. (fix issue...