This release is drafted due to the release of Score-P 6.0. It introduces the notion of `instrumenters`, which care about the interface between Score-P and Python. Different instrumenters are available. Other changes are:
* Introduce python context managers (used in the `with` statement) for user regions as well as enabling and disabling the instrumenter
* Use the sys.setprofile for the default instrumenter (should speed up the tracing)
* Allow to "unregister" the instrumenter to disable the recording of python calls (unregistering reduces the overhead)
* Add a dummy instrumenter (allows to leave user instrumentation in the code, even if no Score-P is loaded, it does nothing)
* Add rewind support
* Update the CI to bionic