synsense / sinabs

A deep learning library for spiking neural networks which is based on PyTorch, focuses on fast training and supports inference on neuromorphic hardware.
https://sinabs.readthedocs.io
GNU Affero General Public License v3.0
80 stars 8 forks source link

Samna API update on open device #140

Closed ssinhaleite closed 11 months ago

ssinhaleite commented 11 months ago
******************
`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.