This release features device-agnostic discovery, which removes the need for USB hardware addresses in the Python interface. Devices can now directly be opened by `USBInput((X,Y))` instead of `USBInput(hw_bus, hw_address, (X, Y))`.
Additionally, CUDA code was added to accelerate GPU-related code while fixing a memory-related bug in recent versions of CUDA/PyTorch.
Finally, we added smaller fixes related to Prophesee cameras, GitHub workflows, and documentation.