PyNN 0.9.0 release notesΒΆ

April 12th 2017

Welcome to PyNN 0.9.0!

This version of PyNN adopts the new, simplified Neo object model, first released as Neo 0.5.0, for the data structures returned by Population.get_data(). For more information on the new Neo API, see the release notes.

The main difference for a PyNN user is that the AnalogSignalArray class has been renamed to AnalogSignal, and similarly the Segment.analogsignalarrays attribute is now called Segment.analogsignals.

In addition, a number of bugs with current injection for the pyNN.brian module have been fixed.