- add class name to region name - changes in supported Python versions - drop support for CPython < 3.8 and CPython 2.7 - drop support for PyPy < 3.9, PyPy 2.7 is still supported - add support for CPython 3.12 and PyPy 3.10
4.3.1
This Release fixes the PyPI package of 4.3.0
4.3.0
This Release is mostly about Python 3.11 support.
4.2.0
This Release is mostly about Score-P 8.0 support and the related CI fixes.
4.1.0
This release adds `force_finalize` and `reregister_exit_handler` to the `scorep.user` module. They have already been present in the instrumenters, but not explicitly made available.
4.0.3
The newer setuptools overwrite distutils, which might lead to an error in python < 3.9. This release fixes this error.