Skip to content
New MAJOR release 03.00.00

* release with new Python API
     1.  Added new `deviceaccess.py` module to cover functionality of cpp DeviceAccess library
         - Added support for all userTypes (except ctk::Boolean and std::string) for scalar,  oneD and twoD accessors.
         - Added void accessors
         - Added push/pull type functionality and AccessMode flag handling
         - Added DataValidity, AccessModes, TransferElementID, and VersionNumber including all of their core functions
         - Added type hints and annotations
         - Prepared later implementation of zero-copy mechanism
     2. Kept legacy bindings alive, but redirected to new middle layer `_da_pythion_bindings.so`
         - Complete removal of previous middle layer `mtca4udeviceaccess.so` and all references to it