root/trunk/src/common.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @485 [485] 11/06/08 14:07:27 apdavison More messing around with tests
(edit) @482 [482] 11/04/08 15:50:26 apdavison Now, if there is more than one possible synapse model, the Projection
(edit) @479 [479] 11/04/08 14:20:40 apdavison Fixed a couple of docstrings and a bug in the neuron module
(edit) @471 [471] 10/08/08 17:09:20 apdavison Projection.saveConnections(), printWeights() and weightHistogram()
(edit) @469 [469] 10/08/08 14:12:44 apdavison Minor documentation typos
(edit) @464 [464] 09/29/08 18:24:09 bruederle Changed tau_ref for hardware neuron model from 0.4ms to 1.0ms. Old …
(edit) @437 [437] 08/11/08 15:32:39 pierre Fix the bug with any for version of python above 2.5. just use the numpy …
(edit) @415 [415] 07/16/08 10:35:16 pierre Add the possibility, in the common.py file, to select a particular model …
(edit) @414 [414] 07/16/08 09:47:16 apdavison Harmonization of describe() methods across simulators, by moving its …
(edit) @413 [413] 07/15/08 14:31:49 apdavison First attempt to provide an interface for injecting arbitrary currents …
(edit) @411 [411] 07/14/08 16:26:23 apdavison Changed a few tabs to spaces. Please folks, check your editors insert four …
(edit) @410 [410] 07/14/08 16:08:37 apdavison The attempted optimisation of setting parameter values in r408 broke the …
(edit) @408 [408] 07/10/08 12:45:18 pierre Start to play with nest2.py in a distributed simulation framework. Add a …
(edit) @407 [407] 07/03/08 03:17:50 pierre Implement the Gutig rule and the van Rossum rule of plasticity in nest2, …
(edit) @405 [405] 06/28/08 09:39:13 pierre Confusion in the FixNumberPre? and FixNumberPost? connectors in nest2 as …
(edit) @399 [399] 06/26/08 14:52:10 pierre Update also the nest1 DistantDependantProbabilityConnector? to be coherent. …
(edit) @398 [398] 06/26/08 14:05:31 pierre I don't have commited the good files.... Sorry.
(edit) @397 [397] 06/26/08 13:49:29 pierre Great improvement of the distance dependant distance. Speed up …
(edit) @396 [396] 06/26/08 13:39:39 apdavison The bugfix in r392 uncovered another problem: we should accept either …
(edit) @394 [394] 06/26/08 11:15:39 apdavison Fixed a couple of bugs in neuron2: delays not getting set properly to …
(edit) @386 [386] 06/23/08 14:41:33 bruederle Removed parameter e_rev_E from set of adjustable ones.
(edit) @385 [385] 06/22/08 16:34:33 pierre Sounds more nice to have a parent attribute for the subpopulation that …
(edit) @383 [383] 06/21/08 08:39:07 pierre Implement a rough getSubPopulation() function in the common.py file and …
(edit) @375 [375] 06/18/08 17:30:31 apdavison Native cells defined as Python classes now work with the neuron2
(edit) @369 [369] 06/17/08 19:57:26 bruederle for the hardware neuron model, the set of manipulatable parameters has …
(edit) @367 [367] 06/17/08 17:44:22 apdavison More work on neuron2
(edit) @366 [366] 06/16/08 17:32:56 apdavison Started reimplementing the neuron2 module from scratch
(edit) @359 [359] 06/12/08 16:15:43 apdavison Merged changes from branches/0.4 r341:358 to trunk
(edit) @342 [342] 06/05/08 16:45:30 apdavison Finished removing the setRNGseeds() function, which was not completely …
(edit) @333 [333] 06/05/08 10:43:57 apdavison Added a synapse_types attribute to all standard cell classes (see #90).
(edit) @332 [332] 06/05/08 10:22:58 apdavison Removed Projection.setThreshold() from API (see #76)
(edit) @325 [325] 06/04/08 18:02:03 apdavison Fixed some minor bugs exposed by running doctests
(edit) @322 [322] 06/04/08 16:38:40 apdavison Assorted minor bug-fixes related to parallel simulations
(edit) @310 [310] 04/24/08 18:40:49 apdavison Added rank() to the API (returns the MPI rank). See #71.
(edit) @305 [305] 04/24/08 14:26:24 apdavison pyNN.__version__ now contains the Subversion revision number.
(edit) @302 [302] 04/18/08 14:52:28 apdavison * Added num_processes() function for all simulators. * The headers of …
(edit) @300 [300] 04/10/08 17:50:28 apdavison Fixed more bugs in running the neuron module on more than one node
(edit) @299 [299] 04/09/08 19:23:20 apdavison Fixed various bugs in running the neuron module on more than one node
(edit) @298 [298] 04/09/08 10:52:26 Pierre Need to switch the SetSynapseDefaults? order in the setup() in nest2.py
(edit) @295 [295] 04/04/08 14:13:39 apdavison Missed one min_delay in the last commit.
(edit) @294 [294] 04/04/08 14:07:56 apdavison Reworked the handling of global variables such as the time step and …
(edit) @293 [293] 04/04/08 13:37:20 Pierre Start the describe() function for nest1/2.py, for a population and a …
(edit) @288 [288] 04/03/08 16:22:24 Pierre First attempt to deal with the Dynamic Synapses parameters as random …
(edit) @284 [284] 04/01/08 15:40:21 apdavison Implemented short-term plasticity in nest2 module. Corrected spelling: …
(edit) @283 [283] 04/01/08 14:36:50 apdavison Small refactoring of synaptic plasticity processing to prepare for …
(edit) @282 [282] 04/01/08 13:11:22 apdavison Trying to use the STDP API in a simulator that does not support it now …
(edit) @279 [279] 03/31/08 21:35:28 pierre Performed some work in the harmonization of the connectors in NEST 1 and …
(edit) @278 [278] 03/31/08 17:36:40 apdavison Fixed the incredibly careless bug I introduced recently, as reported in …
(edit) @277 [277] 03/31/08 16:43:30 apdavison Harmonisation of docstrings, plus a couple of improvements/updates to …
(edit) @275 [275] 03/28/08 17:21:28 apdavison White-space changes (always have a space after a comma) to conform more …
(edit) @273 [273] 03/28/08 16:37:48 apdavison Removed cellclass arg from set() function. All cells should now know …
(edit) @269 [269] 03/28/08 13:33:38 apdavison Added doc on STDP API; some changes to synapse dynamics classes in …
(edit) @265 [265] 03/21/08 16:23:37 apdavison The default value for the duration parameter in SpikeSourcePoisson
(edit) @261 [261] 03/21/08 15:20:18 apdavison Added simple_parameters(), scaled_parameters() and …
(edit) @258 [258] 03/20/08 19:13:08 apdavison The previous commit should have had all these changes as …
(edit) @256 [256] 03/20/08 14:10:19 apdavison Improved error checking/error messages. A couple of bug fixes. Fixed #53.
(edit) @251 [251] 03/19/08 19:00:29 apdavison Removed deprecated cell types Added a ModelNotAvailable class to allow …
(edit) @248 [248] 03/18/08 14:32:49 apdavison Added a dendritic_delay_fraction argument (float between 0 and 1) to the …
(edit) @241 [241] 03/12/08 11:22:03 bruederle for the stage1 hardware, v_init is not a free parameter at all, thus it …
(edit) @240 [240] 02/28/08 10:17:39 apdavison Added a check that argument names to setup() are not mis-spelled. This …
(edit) @239 [239] 02/26/08 09:44:20 apdavison Fixed a bug introducuced during yesterday's commits. Finished the …
(edit) @238 [238] 02/25/08 21:10:15 apdavison It is now possible to instantiate Timer objects, i.e. to have multiple, …
(edit) @237 [237] 02/25/08 18:10:02 apdavison Renamed methodParameters to method_parameters
(edit) @236 [236] 02/25/08 17:58:33 apdavison Renamed paramDict to param_dict
(edit) @235 [235] 02/25/08 17:26:31 apdavison Finally moved StandardCellType.translate1() to translate(). Added …
(edit) @234 [234] 02/19/08 15:56:43 apdavison New STDP API implemented in nest2. Not thoroughly tested yet, but this …
(edit) @230 [230] 02/19/08 11:15:22 apdavison Changes in nest2: * Added getWeights() and getDelays() methods. …
(edit) @229 [229] 02/19/08 10:20:03 pierre Addition of the FromFile? and FromList? connector in the common file. …
(edit) @220 [220] 02/15/08 14:05:16 apdavison Fixed (I think) a bug in recording spikes with the neuron module (see …
(edit) @211 [211] 02/12/08 09:35:19 apdavison test/bfstdp model now works with the neuron module. Next step is to …
(edit) @201 [201] 02/04/08 16:38:11 apdavison Further development of the new STDP API implementation in neuron
(edit) @200 [200] 02/04/08 16:07:07 apdavison Missed a few translate() --> translate1() in r198.
(edit) @199 [199] 02/02/08 18:43:05 apdavison Modified ID.__getattr__() for nest1. Added test/generictests.py - …
(edit) @198 [198] 02/02/08 16:47:40 apdavison Switched all cells in nest, nest2, pcsim and neuron to the new …
(edit) @196 [196] 02/01/08 13:31:17 emuller Adapting cell type name …
(copy) @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/common.py:
(edit) @186 [186] 01/28/08 17:45:43 apdavison Merged changes from trunk r183 for common.py, nest2/__init.py__, …
Note: See TracRevisionLog for help on using the revision log.