nengo / nengo-loihi

Run Nengo models on Intel's Loihi chip
https://www.nengo.ai/nengo-loihi/
Other
35 stars 12 forks source link

NxSDK 0.9.0 #255

Closed hunse closed 4 years ago

hunse commented 4 years ago

Support NxSDK 0.9.0. No changes are actually required, but we now do not warn for and test against 0.9.0.

I also updated HardwareInterface to store the min and max NxSDK versions on the class, so these can be checked. We now no longer have to remember to update the test in hardware/tests/test_interface.py each time we change the NxSDK version.

Depends on #234.

hunse commented 4 years ago

TODO: