autotoc_md543
version: v32r2 date: 2019-09-27
supported_builds: [CMake]
Package Coordinators: Marco Clemencic, Charles Leggett, Stefan Roiser
Release Notes
This is mostly a bugfix release, but there are nonetheless a couple of important changes:
- now Gaudi can be used with Python 3 (gaudi/Gaudi#56)
- the IAsyncEventProcessorexperimental interface introduced in v32r0 (gaudi/Gaudi!878) has been replaced with IQueueingEventProcessor (gaudi/Gaudi!966)
- it's now possible to get type information from Python version of DataHandles
Changed
- Replace IAsyncEventProcessor with IQueueingEventProcessor (gaudi/Gaudi!966)
Added
Fixed