A deep learning library for spiking neural networks which is based on PyTorch, focuses on fast training and supports inference on neuromorphic hardware.
******************
`0.14.19`_
******************
* :code:`open_device` function now returns the previously opened device on subsequent calls.
* Removed :code:`get_open_device_by_info` function. Use :code:`open_device` instead.
Samna API changed and now if we try to open a device which is already open it is handled by samna and we receive the handle to the already open device. Thus we should update the io.
Samna API changed and now if we try to open a device which is already open it is handled by samna and we receive the handle to the already open device. Thus we should update the io.