Skip to content

Release 0.5.1

Compare
Choose a tag to compare
@drasmuss drasmuss released this 28 Aug 17:22
· 690 commits to main since this release

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.