Skip to content

Commit

Permalink
Updating RELEASE_NOTES (Runner ID:653)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitLab Runner Bot committed Nov 16, 2023
1 parent 3584a27 commit 698fe85
Showing 1 changed file with 36 additions and 33 deletions.
69 changes: 36 additions & 33 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -5,56 +5,59 @@ Release notes
Version 2.6.0 [Unreleased]
==========================

Release: 2023-11-15
Release: 2023-11-16

* Add YAML schema file
* Added: New option *<check_tags>*, which allows you to specify tags
that must be set for the script to run.

* Add missing *database*-tag to dtd, rnc and xsd schema files
* Added: New optional *mode* attribute to the *sub*-tag, allowing
*regex* substitution as an alternative to *text*-based substitution.
The latter remains the default.

* A new optional *mode* attribute has been added 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.

* New jube variable *$jube_wp_status* has been added which contains
the status of the current workpackage at the time the variable is
evaluated.
* Added: New command line option *jube output* to print out the path
and the contents of the files stdout and stderr.

* The *jube result* command line call has been extended by the options
*--select* and *--exclude* to show and hide selected result columns.
* Added: A new *unit* attribute to *parameter*, which has the same
function as the *unit* attribute of *pattern*.

* A new option *<check_tags>* has been added, which allows you to
specify tags that must be set for the script to run.
* Added: New jube variable *$jube_wp_status* which contains the status
of the current workpackage at the time the variable is evaluated.

* New command line option *jube output* has been added to print out
the path and the contents of the files stdout and stderr.
* Added: New YAML schema file.

* A new *unit* attribute has been added to *parameter*, which has the
same function as the *unit* attribute of *pattern*.
* Added: Missing *database*-tag to dtd, rnc and xsd schema files.
(Issue #1 on GitHub)

* Improved CI: separated tests and automatic tasks for releases
* 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.

* The *include-path* for YAML scripts has been fixed and an usage
example has been added to the advanced tutorial.
* Fixed: The *include-path* for YAML scripts and added an usage
example to the advanced tutorial. (Issue #2 on GitHub)

* The *result_creation* example has been updated.
* Fixed: *export* of an empty *parameter*. (Issue #3 on GitHub)

* The *jube complete* help output was debugged.
* 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.

* The tests for the examples have been completely rewritten to avoid
using >>`<<run.log' files.
* Fixed: Typos and bugs in the glossary and the help message.

* Backward compatibility for floating number value definitions of
parameters of type int was restored such that only warning messages
are printed in this case.
* Changed: The *files_and_sub*, *parallel_workpackages*,
*result_creation*, *result_database* and *tagging* example has been
updated.

* Typos and bugs in the glossary and the help were fixed.
* Changed: The *jube complete* help output was debugged.

* 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 and a corresponding
warning.
* Changed: The tests for the examples have been completely rewritten
to avoid using *run.log* files.

* Fixed export of an empty parameter (Issue #3 on GitHub)
* Changed: Improved CI: separated tests and automatic tasks for
releases.


Version 2.5.1
Expand Down

0 comments on commit 698fe85

Please sign in to comment.