arvoelke / nengolib

Nengo library of additional extensions
Other
29 stars 6 forks source link

`with_metaclass` import from nengo.utils.compat not working #183

Closed ikajic closed 5 years ago

ikajic commented 5 years ago

The import of with_metaclass from nengo.utils.compat is invalid due to deprecation of nengo.utils.compat: https://github.com/arvoelke/nengolib/blob/c52923973e964b1e0b7cdc1d28d878ba6e8e42fe/nengolib/signal/system.py#L10

See this commit for more details.

arvoelke commented 5 years ago

Nengolib does not support nengo>=3.0.0 (i.e., the development branch) as documented in setup.py and the changelog + readme. Closing as this is superceded by #184.