You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bug was solved, if a benchmark used the older ,-separated tag= format in contrast to the new layout introduced in version 2.2.2.
A warning message in context of newer YAML versions was removed.
A Python3 problem inside the YAML parser was solved.
A bug was solved, which was raised if the benchmark was started on a different filesystem then the one which was configured within outpath.
The jube base script within bin will now use python3 by default. This is necessary as many newer systems does not have a "standard" python
defined by default. In addition the additional script jube-python2 is now available, which utilizes python2.
So far Python 2 is still fully supported but can be seen deprecated and future versions of JUBE might break
the Python 2 backwards compatibility.
All style=pretty tables in JUBE will now use a markdown like format to allow easier integration within other tools.