Skip to content

REL-2.6.0

Compare
Choose a tag to compare
@thobreuer thobreuer released this 16 Nov 15:22
· 194 commits to master since this release
  • Added: New option <check_tags>, which allows you to specify tags that must be set for the script to run.
  • Added: New optional mode attribute to the sub-tag, allowing regex substitution as an alternative to text-based substitution. The latter remains the default.
  • Added: The jube result command line call has been extended by the options --select and --exclude to show and hide selected result columns.
  • Added: New command line option jube output to print out the path and the contents of the files stdout and stderr.
  • Added: A new unit attribute to parameter, which has the same function as the unit attribute of pattern.
  • Added: New jube variable $jube_wp_status which contains the status of the current workpackage at the time the variable is evaluated.
  • Added: New YAML schema file.
  • Added: Missing database-tag to dtd, rnc and xsd schema files. (Issue #1 on GitHub)
  • Added: A validity check by use of the pip package ruamel.yaml is introduced. This package is used if it is installed. Otherwise, there will be no validity check for yaml files.
  • Fixed: The include-path for YAML scripts and added an usage example to the advanced tutorial. (Issue #2 on GitHub)
  • Fixed: export of an empty parameter. (Issue #3 on GitHub)
  • Fixed: Backward compatibility for floating number value definitions of parameters of type int was restored such that only warning messages are printed in this case.
  • Fixed: Typos and bugs in the glossary and the help message.
  • Changed: The files_and_sub, parallel_workpackages, result_creation, result_database and tagging example has been updated.
  • Changed: The jube complete help output was debugged.
  • Changed: The tests for the examples have been completely rewritten to avoid using run.log files.
  • Changed: Improved CI: separated tests and automatic tasks for releases.