2
I Use This!
Very Low Activity

News

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Posted almost 13 years ago by apdavison
Tagged 0.7.5 release
Posted almost 13 years ago by apdavison
0.7.5 release
Posted almost 13 years ago by apdavison
In pyNN.nest.setup(), ResetKernel() is now called before all the SetKernelStatus() calls (0.7 branch)
Posted almost 13 years ago by apdavison
In 0.7 branch, added explicit re-initialization in nest.reset(); plus assorted other minor tweaks
Posted almost 13 years ago by bkaplan@…
Would be great to have the possibility to feed input into cells via different time constants, i.e. two synapse types for excitatory and two for inhibitory synapses, reflecting NDMA and AMPA, or GABA_A and GABA_B, for example. This is related to ... [More] ticket #2. Simple solution could look like this from the user perspective: nrn_2 = create(IF_cond_exp, {'tau_syn_E_0' : 5, 'tau_syn_E_1' : 100}) connect(nrn_1, nrn_2, weight=w1, synapse_type='excitatory_0') # connects via tau_syn_E_0 connect(nrn_3, nrn_2, weight=w2, synapse_type='excitatory_1') # connects via tau_syn_E_1 [Less]
Posted almost 13 years ago by apdavison
In parameter_space branche, get_schema() is now an instance method rather than a class method, to support STDPMechanism
Posted almost 13 years ago by apdavison
In parameter_space branch, moved rng argument from Projection to (selected) Connector classes, and space argument from Connectors to Projection
Posted almost 13 years ago by apdavison
Forgot to add this previously - new Tsodyks-Markram mechanism for NEURON
Posted almost 13 years ago by apdavison
Updated copyright string for the new year in parameter_space branch
Posted almost 13 years ago by apdavison
Fixed a bunch of unit tests in parameter_space branch