Releases: petered/plato
Releases · petered/plato
Post NIPS Release
This is to support the code released for our paper, see https://github.com/petered/pdnn
Post ICLR Release
Merge pull request #83 from petered/ongoing_changes Ongoing changes
Jewel 1
Realease for Spiking MLP experiments
This release has minor updates to Plato. It's mainly made to support the experiments here: https://github.com/petered/spiking-mlp
No more update-passing
Here we finally do away with passing updates as return values. In our new API, you declare state updates with add_update(shared_var, new_value). Note that this is not backwards-compatible with 0.0.0, but that's life.
Plato - Initial Release
This is the first release of Plato. We anticipate future API changes being backwards-compatible, but who knows?