Release 0.5.1
Changed
sim.data[obj]
will now return live parameter values from the simulation,
rather than initial values from the build process. That means that it can
be used to get the values of object parameters after training, e.g.
sim.data[my_conn].weights
.- Increased minimum Nengo version to 2.5.0.
- Increased minimum TensorFlow version to 1.3.0.