|
|
|
@500
|
[500]
|
11/17/08 17:45:45 |
apdavison |
Trying to get distributed testing working |
|
|
|
@494
|
[494]
|
11/07/08 17:59:43 |
apdavison |
Added a not-entirely-satisfactory workaround for what seems to be a PCSIM … |
|
|
|
@488
|
[488]
|
11/06/08 17:41:37 |
apdavison |
In PCSIM, the STDP synapses have a parameter STDPgap, which needs to be … |
|
|
|
@486
|
[486]
|
11/06/08 15:29:59 |
apdavison |
neuron and pcsim modules used to overwrite the self.label … |
|
|
|
@483
|
[483]
|
11/05/08 17:24:35 |
apdavison |
Made some progress in getting the same results with PCSIM as with NEST and … |
|
|
|
@482
|
[482]
|
11/04/08 15:50:26 |
apdavison |
Now, if there is more than one possible synapse model, the Projection … |
|
|
|
@480
|
[480]
|
11/04/08 14:22:09 |
apdavison |
Dynamic synapses now work in the pcsim module for current-based … |
|
|
|
@472
|
[472]
|
10/08/08 18:01:23 |
apdavison |
Replaced from pypcsim import * with import pypcsim. I probably haven't … |
|
|
|
@471
|
[471]
|
10/08/08 17:09:20 |
apdavison |
Projection.saveConnections(), printWeights() and weightHistogram() … |
|
|
|
@467
|
[467]
|
10/02/08 16:58:17 |
apdavison |
pcsim Connectors now handle arrays of weights/delays (see ticket:116). |
|
|
|
@466
|
[466]
|
10/02/08 13:25:24 |
apdavison |
Partial implementation of FromListConnector and FromFileConnector for … |
|
|
|
@465
|
[465]
|
10/02/08 11:38:28 |
apdavison |
Various minor bug-fixes |
|
|
|
@388
|
[388]
|
06/24/08 13:33:05 |
apdavison |
Minor change in neuron2 to avoid problems with numpy versions < 1.1.0 |
|
|
|
@332
|
[332]
|
06/05/08 10:22:58 |
apdavison |
Removed Projection.setThreshold() from API (see #76) |
|
|
|
@310
|
[310]
|
04/24/08 18:40:49 |
apdavison |
Added rank() to the API (returns the MPI rank). See #71. |
|
|
|
@309
|
[309]
|
04/24/08 18:30:37 |
apdavison |
Removed setRNGseeds() from the API (see #68), since each simulator is so … |
|
|
|
@302
|
[302]
|
04/18/08 14:52:28 |
apdavison |
* Added num_processes() function for all simulators.
* The headers of … |
|
|
|
@297
|
[297]
|
04/04/08 14:18:39 |
apdavison |
pcsim uses minDelay not min_delay |
|
|
|
@296
|
[296]
|
04/04/08 14:15:18 |
apdavison |
Forgot to add pcsim/synapses.py |
|
|
|
@294
|
[294]
|
04/04/08 14:07:56 |
apdavison |
Reworked the handling of global variables such as the time step and … |
|
|
|
@282
|
[282]
|
04/01/08 13:11:22 |
apdavison |
Trying to use the STDP API in a simulator that does not support it now … |
|
|
|
@281
|
[281]
|
04/01/08 12:44:27 |
apdavison |
Fixed a few bugs in pcsim module, so that unit tests all pass |
|
|
|
@278
|
[278]
|
03/31/08 17:36:40 |
apdavison |
Fixed the incredibly careless bug I introduced recently, as reported in … |
|
|
|
@277
|
[277]
|
03/31/08 16:43:30 |
apdavison |
Harmonisation of docstrings, plus a couple of improvements/updates to … |
|
|
|
@275
|
[275]
|
03/28/08 17:21:28 |
apdavison |
White-space changes (always have a space after a comma) to conform more … |
|
|
|
@273
|
[273]
|
03/28/08 16:37:48 |
apdavison |
Removed cellclass arg from set() function. All cells should now know … |
|
|
|
@260
|
[260]
|
03/21/08 10:06:35 |
apdavison |
Extracted pcsim/connectors.py from pcsim/__init__.py |
|
|
|
@258
|
[258]
|
03/20/08 19:13:08 |
apdavison |
The previous commit should have had all these changes as … |
|
|
|
@255
|
[255]
|
03/20/08 13:06:53 |
apdavison |
Improvements to the __getattr__() and getParameters() methods of the … |
|
|
|
@254
|
[254]
|
03/20/08 10:46:35 |
apdavison |
Implemented Population.getSpikes() for nest1 and pcsim. Wrote a … |
|
|
|
@251
|
[251]
|
03/19/08 19:00:29 |
apdavison |
Removed deprecated cell types
Added a ModelNotAvailable class to allow … |
|
|
|
@240
|
[240]
|
02/28/08 10:17:39 |
apdavison |
Added a check that argument names to setup() are not mis-spelled. This … |
|
|
|
@237
|
[237]
|
02/25/08 18:10:02 |
apdavison |
Renamed methodParameters to method_parameters |
|
|
|
@236
|
[236]
|
02/25/08 17:58:33 |
apdavison |
Renamed paramDict to param_dict |
|
|
|
@235
|
[235]
|
02/25/08 17:26:31 |
apdavison |
Finally moved StandardCellType.translate1() to translate().
Added … |
|
|
|
@234
|
[234]
|
02/19/08 15:56:43 |
apdavison |
New STDP API implemented in nest2. Not thoroughly tested yet, but this … |
|
|
|
@205
|
[205]
|
02/07/08 16:02:38 |
apdavison |
Fixed bug introduced by moving pcsim cell definitions into a separate … |
|
|
|
@198
|
[198]
|
02/02/08 16:47:40 |
apdavison |
Switched all cells in nest, nest2, pcsim and neuron to the new … |
|
|
|
@192
|
[192]
|
01/29/08 15:03:55 |
Pierre |
Merging of some local modifications into the new pyNN structure. Hope … |
|
|
|
@188
|
[188]
|
01/29/08 11:03:59 |
apdavison |
MAJOR CHANGES: merged multifile branch to trunk. The main changes:
(1) … |
|
copied from branches/multifile/src/pcsim:
|
|
|
|
@187
|
[187]
|
01/29/08 10:36:19 |
apdavison |
Finished merging changes from trunk r183 to multifile branch. |