root/trunk/src


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @500 [500] 11/17/08 17:45:45 apdavison Trying to get distributed testing working
(edit) @499 [499] 11/14/08 17:04:33 apdavison Updated tests to use new NeuroTools (0.1)
(edit) @497 [497] 11/14/08 14:41:42 pierre Bugs in nest2old with the imported packaged, that have not been renamed
(edit) @496 [496] 11/13/08 11:44:29 pierre Little confusion between all the nest versions... Because mine is also …
(edit) @495 [495] 11/13/08 11:38:29 pierre Split the NEST 2 packages into two packages: oldnest2 (old pynest API, …
(edit) @494 [494] 11/07/08 17:59:43 apdavison Added a not-entirely-satisfactory workaround for what seems to be a PCSIM …
(edit) @493 [493] 11/07/08 17:21:45 apdavison Added a new test script - some problems with PCSIM dropping spikes
(edit) @490 [490] 11/06/08 23:16:07 apdavison Moved the MultiSim class from test/multisim.py into the utility
(edit) @488 [488] 11/06/08 17:41:37 apdavison In PCSIM, the STDP synapses have a parameter STDPgap, which needs to be …
(edit) @486 [486] 11/06/08 15:29:59 apdavison neuron and pcsim modules used to overwrite the self.label
(edit) @485 [485] 11/06/08 14:07:27 apdavison More messing around with tests
(edit) @483 [483] 11/05/08 17:24:35 apdavison Made some progress in getting the same results with PCSIM as with NEST and …
(edit) @482 [482] 11/04/08 15:50:26 apdavison Now, if there is more than one possible synapse model, the Projection
(edit) @481 [481] 11/04/08 15:00:06 pierre This commit is crucial if you want to have a nice interface between pyNN …
(edit) @480 [480] 11/04/08 14:22:09 apdavison Dynamic synapses now work in the pcsim module for current-based …
(edit) @479 [479] 11/04/08 14:20:40 apdavison Fixed a couple of docstrings and a bug in the neuron module
(edit) @473 [473] 10/15/08 17:35:32 pierre Fix a small bug in the redraw method of the RandomDistribution? objects
(edit) @472 [472] 10/08/08 18:01:23 apdavison Replaced from pypcsim import * with import pypcsim. I probably haven't …
(edit) @471 [471] 10/08/08 17:09:20 apdavison Projection.saveConnections(), printWeights() and weightHistogram()
(edit) @470 [470] 10/08/08 14:19:58 apdavison Partial implementation of Population.record_c() and print_c() for the …
(edit) @469 [469] 10/08/08 14:12:44 apdavison Minor documentation typos
(edit) @468 [468] 10/04/08 00:21:06 apdavison Wrote a bunch more unit tests for nest2 module. Code coverage went from …
(edit) @467 [467] 10/02/08 16:58:17 apdavison pcsim Connectors now handle arrays of weights/delays (see ticket:116).
(edit) @466 [466] 10/02/08 13:25:24 apdavison Partial implementation of FromListConnector and FromFileConnector for …
(edit) @465 [465] 10/02/08 11:38:28 apdavison Various minor bug-fixes
(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) @463 [463] 09/24/08 08:58:30 pierre Some minors fixes in neuron2. I'm not really using it, but when i tried to …
(edit) @462 [462] 09/19/08 08:29:29 JensKremkow added in getSpikes/v/c compatible_output flag. Now one can get the offical …
(edit) @458 [458] 09/10/08 15:20:11 apdavison In nest2, defer creating the NEST recording device (in the Recorder …
(edit) @445 [445] 08/20/08 11:50:41 apdavison I hadn't realized that the $Rev$ keyword only reflects the last revision …
(edit) @444 [444] 08/20/08 11:42:21 apdavison gather=True is working again for neuron. When writing compatible …
(edit) @443 [443] 08/20/08 11:37:23 apdavison Added neuron2 and brian to list of modules
(edit) @442 [442] 08/12/08 15:03:46 pierre Sorry, wrong files were commited, the lambda function are not correct.…
(edit) @441 [441] 08/12/08 14:37:01 pierre Minors optimization and cleanup in the …
(edit) @440 [440] 08/12/08 14:29:40 apdavison Fixed bug #109, although I'm not sure I've tested all the possible …
(edit) @439 [439] 08/12/08 14:18:42 pierre Optimization of the set() method in nest2, using a simple call to …
(edit) @438 [438] 08/12/08 13:42:00 apdavison Comment out printf statements in src/hoc/tmgsyn.mod (see ticket #112)
(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) @436 [436] 08/10/08 12:31:00 pierre Add the possibility of having delays for SpikeSourceArray? and …
(edit) @435 [435] 08/07/08 19:19:34 pierre Continue the work on the brian API. All the standard cells models are now …
(edit) @434 [434] 08/07/08 18:48:44 pierre Fix a bug in the new rset method, faster (only one call to …
(edit) @433 [433] 08/05/08 13:59:20 pierre Work on nest2.py, still to improve the building time of a large network. …
(edit) @432 [432] 08/04/08 19:01:06 pierre Error in the brian cells.py file, where I've left some units that may rise …
(edit) @431 [431] 08/01/08 16:27:53 apdavison Fixed bug in neuron module: Population.tset() did not properly handle …
(edit) @430 [430] 07/31/08 10:18:24 apdavison Can now save conductance recordings with nest2 using …
(edit) @429 [429] 07/29/08 09:54:23 apdavison Modifications to work with NEST 1.9.7550
(edit) @428 [428] 07/27/08 18:25:09 pierre Typo bug…
(edit) @427 [427] 07/27/08 18:22:35 pierre Some work performed on the brian implementation of the pyNN API, after …
(edit) @426 [426] 07/22/08 16:28:09 apdavison Fixed a problem in nest2.Recorder.record() after using dynamic synapses.
(edit) @425 [425] 07/20/08 20:31:25 apdavison Fixed typo in nest2.Recorder.write() (see ticket #107). Note: need to …
(edit) @424 [424] 07/18/08 14:28:56 apdavison Now when you try to write data to a file, any existing file of the same …
(edit) @423 [423] 07/17/08 20:37:45 apdavison Started modifications to allow specifying an open file to write data to …
(edit) @421 [421] 07/17/08 09:34:30 pierre Modification of the RandomDistribution? object to allow the specification …
(edit) @416 [416] 07/16/08 10:40:43 apdavison Harmonization of logging setup across simulators (see #66). Also fixes bug …
(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) @412 [412] 07/15/08 12:52:03 apdavison Ticket #104 points out that if compatible_output is False and there is …
(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) @409 [409] 07/10/08 17:08:21 pierre Add a gather function to the nest2 api in the distributed mode. Now we can …
(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) @406 [406] 06/28/08 10:07:29 pierre Finished the cleanup of post/pre connectors and correct a bug therefore in …
(edit) @405 [405] 06/28/08 09:39:13 pierre Confusion in the FixNumberPre? and FixNumberPost? connectors in nest2 as …
(edit) @404 [404] 06/27/08 04:05:10 pierre Continue the enhancement of the distantdependentConnectors. Almost …
(edit) @403 [403] 06/26/08 17:17:12 apdavison More modifications to neuron2 to pass generictests.py
(edit) @402 [402] 06/26/08 16:29:47 bruederle In function Recorder.get() for recording to memory: 'spikes' replaced by …
(edit) @401 [401] 06/26/08 15:51:23 bruederle Removed an obvious cut'n'paste bug.
(edit) @400 [400] 06/26/08 15:50:42 bruederle Variable 'padding' was not initialized correctly
(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) @392 [392] 06/26/08 10:36:28 pierre Fix a bug in the periodic boundaries conditions if those are specified by …
(edit) @391 [391] 06/24/08 18:12:10 apdavison Work on updating regression tests. Fixed a bug in connect() function in …
(edit) @390 [390] 06/24/08 15:45:55 apdavison Tests now write output to a Results subdirectory of test, to avoid …
(edit) @389 [389] 06/24/08 14:45:50 bkaplan nest2:end() tempdirs list stops growing
(edit) @388 [388] 06/24/08 13:33:05 apdavison Minor change in neuron2 to avoid problems with numpy versions < 1.1.0
(edit) @387 [387] 06/23/08 17:32:59 apdavison In neuron2, implemented randomizeWeights(), randomizeDelays() and …
(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) @384 [384] 06/21/08 09:29:19 pierre Enhancement of the rough getSubPopulation() method, that seems to be …
(edit) @383 [383] 06/21/08 08:39:07 pierre Implement a rough getSubPopulation() function in the common.py file and …
(edit) @382 [382] 06/21/08 07:23:49 pierre Fix a minor bug in the describe() function of nest2 when called with more …
(edit) @381 [381] 06/21/08 05:59:46 pierre Fix the bug on plasticity, that was just a dictionnary problem. …
(edit) @380 [380] 06/21/08 05:15:22 pierre MAJOR typo bug in the describe function. How a single symbol car perturb a …
(edit) @379 [379] 06/20/08 16:47:59 apdavison Got some more Connectors working in neuron2.
(edit) @378 [378] 06/20/08 13:01:57 apdavison Removed a few debugging statements in neuron2.
(edit) @377 [377] 06/19/08 18:01:38 apdavison Major reorganisation of neuron2 to better encapsulate global simulator …
(edit) @376 [376] 06/19/08 15:54:15 apdavison More work on getting unit tests for neuron2 running
(edit) @375 [375] 06/18/08 17:30:31 apdavison Native cells defined as Python classes now work with the neuron2
(edit) @374 [374] 06/18/08 15:39:28 apdavison Some harmonization of attribute names across simulators.
(edit) @373 [373] 06/18/08 14:57:35 apdavison Fixed a couple of bugs introduced in recent commits. Note, in nest2, …
(edit) @372 [372] 06/18/08 14:47:45 apdavison recording.write_compatible_output() now takes an input_format
(edit) @371 [371] 06/18/08 14:02:10 apdavison Initia lization of membrane potentials now works in neuron2
(edit) @370 [370] 06/17/08 20:00:03 bruederle removed an obvious typo
(edit) @369 [369] 06/17/08 19:57:26 bruederle for the hardware neuron model, the set of manipulatable parameters has …
(edit) @368 [368] 06/17/08 19:53:19 bruederle for the hardware neuron model, the set of manipulatable parameters has …
Note: See TracRevisionLog for help on using the revision log.