Releases: esuldin/pyitt
Releases · esuldin/pyitt
pyitt 1.7.3
pyitt 1.7.2
This patch release includes the following things:
- ittapi v3.25.2
pyitt 1.7.1
This release introduces following new things:
- wheel files for Python 3.13
pyitt 1.7.0
This release introduces following new things:
- compatibility layer for ittapi Python bindings
pyitt 1.6.0
This release introduces following new things:
- compatibility layer for itt-python bindings
pyitt 1.5.0
This release introduces following new things:
- support of ITT Processor Trace Control API
pyitt 1.4.0
This release introduces following new things:
- support of ITT Counter API
- support of setuptools 72.2.0 on PyPy
pyitt 1.3.0
This release introduces following new things:
- support of ITT Frame API
pyitt 1.2.0
This release introduces following new things:
- support of method descriptors
- improved support of coroutine and generator functions
- pyitt objects provide properties instead of getter methods
Unfortunately, the last item introduces some changes in the public API that are not fully backward compatible with v1.1.0. Therefore, it may require to adopt the code to work it with this version.
pyitt 1.1.0
This release introduces following new things:
- support of ITT Event API
- ability to use StringHandle object for native API calls that accept string
The last item has been added to make the native API more consistent.