2
I Use This!
Very Low Activity

News

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Posted over 12 years ago by pierre
Allow the use of non standard synapses at the NEST level, and allow of non properly supported models. This was not really possible before to use all neuron types, and same with nativesynapses
Posted over 12 years ago by apdavison
fixed: Moved to  https://github.com/NeuralEnsemble/PyNN/issues/248
Posted over 12 years ago by apdavison
The fix in r1311 was incorrect. The merging is across populations, not across MPI nodes.
Posted over 12 years ago by apdavison
fixed: moved to  https://github.com/NeuralEnsemble/PyNN/issues/246
Posted over 12 years ago by pierre
fixed
Posted over 12 years ago by pierre
Fix the get_data() function for assemblies when called in an mpi environment
Posted over 12 years ago by pierre
the function write_data is not working in parallel, when called on a Assembly object. Thus brunel.py is crashing in parallel. I'll try to find a fix
Posted over 12 years ago by pierre
In case of plastic synapses, or if attributes that may not only be weight and delay are saved, it could be interesting to have a particular pyNN format for saving those connections. Then, a FromConnection? connector, for example, could open this ... [More] connection file and recreate the network. This is not a lot of work. A simple n_attribute*n_pre*n_post matrix can do the job, as it can already be obtained with save(format='array'). The catch is that for reloading we also need to store the metadata of the synapse attributes that are saved. [Less]
Posted over 12 years ago by apdavison
Documentation updates: switch from Subversion to Git, updated various URLs.
Posted over 12 years ago by apdavison
added .settings to gitignore