Published May 21, 2024
| Version REL-2.7.0
Software
Open
JUBE
Description
- Added: New
<tags>tag, which includes the<tag>tag to write a description for each tag specified in the input file. - Added: New command
jube tagto print out the tag description of a given input file or benchmark directory. - Added: A new operator
^(exclusive disjunction (xor)) for thetagattribute and<check_tags>. - Added: New
primekeyattribute for thekey-tag of thedatabaseto define whether thiskeyis a primary key of the database or not. Can be set totrueorfalse(default:false). - Added: New environment variable
JUBE_VERBOSEto set the verbosity level. - Added: Warning when the current verbosity level from the command line or environment variable is out of range.
- Added: New environment variable
JUBE_BENCHMARK_OUTPATHto set the benchmark outpath. - Added: New command line option
--outpathofjube runto specify the benchmark outpath. - Changed: The
jube infocommand now also shows information about all sets, steps, analyser and result from theconfiguration.xml. - Changed: The
outpathattribute of the<benchmark>tag no longer needs to be specified in the input file if either the command line option--outpathis set or the new environment variableJUBE_BENCHMARK_OUTPATHis used. The command line option overrides the environment variable, which in turn overrides the attribute in the input file. - Changed: The modified convert type warning is only logged to the
analyse.logfile and no longer printed to the console output. - Changed: If the
titleattribute of a<database><key>is set, then this title is used as the name of the database column instead of the parameter or pattern name. - Changed: The
<check_tags>tag is now a subelement of the new<tags>tag. - Changed: Changed the name of the source directory from
jube2tojubeand adapted the code to the name change. The links to the documentation on the websites have also been adjusted accordingly. - Deprecated: The
primekeysattribute of the<database>is no longer supported. Use the newprimekeyattribute of the<database><key>instead. - Deprecated:
<check_tags>will no longer be supported on a global level. Instead, it should be specified in the<tags>tag. - Removed: Comma character (
,) is no longer supported in<check_tags>and thetagattribute. Instead use|,^+and!. - Fixed: Allow YAML scripts to include a list of nested parametersets with
!include. - Fixed: Allow YAML scripts to use the
tagattribute in the<path>of the<include-path>-tag.
Notes
Files
FZJ-JSC/JUBE-REL-2.7.0.zip
Files
(775.3 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:56e62d8407c49093f00cd84649644ff6
|
775.3 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/FZJ-JSC/JUBE/tree/REL-2.7.0 (URL)