root/trunk/src/nest1


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(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) @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) @433 [433] 08/05/08 13:59:20 pierre Work on nest2.py, still to improve the building time of a large network. …
(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) @411 [411] 07/14/08 16:26:23 apdavison Changed a few tabs to spaces. Please folks, check your editors insert four …
(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) @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) @399 [399] 06/26/08 14:52:10 pierre Update also the nest1 DistantDependantProbabilityConnector? to be coherent. …
(edit) @392 [392] 06/26/08 10:36:28 pierre Fix a bug in the periodic boundaries conditions if those are specified by …
(edit) @390 [390] 06/24/08 15:45:55 apdavison Tests now write output to a Results subdirectory of test, to avoid …
(edit) @388 [388] 06/24/08 13:33:05 apdavison Minor change in neuron2 to avoid problems with numpy versions < 1.1.0
(edit) @374 [374] 06/18/08 15:39:28 apdavison Some harmonization of attribute names across simulators.
(edit) @368 [368] 06/17/08 19:53:19 bruederle for the hardware neuron model, the set of manipulatable parameters has …
(edit) @339 [339] 06/05/08 15:21:58 apdavison Fixed a small bug involving get_max_delay() in nest1
(edit) @332 [332] 06/05/08 10:22:58 apdavison Removed Projection.setThreshold() from API (see #76)
(edit) @310 [310] 04/24/08 18:40:49 apdavison Added rank() to the API (returns the MPI rank). See #71.
(edit) @309 [309] 04/24/08 18:30:37 apdavison Removed setRNGseeds() from the API (see #68), since each simulator is so …
(edit) @302 [302] 04/18/08 14:52:28 apdavison * Added num_processes() function for all simulators. * The headers of …
(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) @291 [291] 04/03/08 17:29:58 apdavison Fixed #60: "pynest discards the delays when given with the Connector
(edit) @289 [289] 04/03/08 16:29:14 apdavison Forgot to add nest1/synapses.py (cf #58 and r282)
(edit) @288 [288] 04/03/08 16:22:24 Pierre First attempt to deal with the Dynamic Synapses parameters as random …
(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) @280 [280] 04/01/08 09:56:25 apdavison Fixed a small bug in the previous commit
(edit) @279 [279] 03/31/08 21:35:28 pierre Performed some work in the harmonization of the connectors in NEST 1 and …
(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) @267 [267] 03/21/08 16:27:55 apdavison Reimplemented Population.set() in nest1.
(edit) @266 [266] 03/21/08 16:24:17 apdavison Fixed some bugs in Population.tset() and rset() in nest1. Added a …
(edit) @264 [264] 03/21/08 15:52:47 apdavison Removed Projection._3D_Gauss from nest1 as it was a _very_ long method …
(edit) @263 [263] 03/21/08 15:50:41 apdavison Fixed bug with Projection.randomizeWeights() in nest1
(edit) @258 [258] 03/20/08 19:13:08 apdavison The previous commit should have had all these changes as …
(edit) @257 [257] 03/20/08 19:12:11 apdavison Significant refactoring of parameter setting and getting: * Changed …
(edit) @255 [255] 03/20/08 13:06:53 apdavison Improvements to the __getattr__() and getParameters() methods of the …
(edit) @254 [254] 03/20/08 10:46:35 apdavison Implemented Population.getSpikes() for nest1 and pcsim. Wrote a …
(edit) @253 [253] 03/19/08 19:18:20 apdavison Assorted minor modifications and bug-fixes
(edit) @251 [251] 03/19/08 19:00:29 apdavison Removed deprecated cell types Added a ModelNotAvailable class to allow …
(edit) @243 [243] 03/14/08 10:21:23 Pierre Minors modifications to deal with the Timer instance in the test files. …
(edit) @240 [240] 02/28/08 10:17:39 apdavison Added a check that argument names to setup() are not mis-spelled. This …
(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) @229 [229] 02/19/08 10:20:03 pierre Addition of the FromFile? and FromList? connector in the common file. …
(edit) @228 [228] 02/15/08 16:52:47 Pierre Minor error in nest1.connectors
(edit) @204 [204] 02/06/08 15:08:03 Pierre Changes translations errors in nest1.py
(edit) @203 [203] 02/05/08 10:49:24 Pierre Harmonise projection syntax in brunel.py and fix a minor bug in …
(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) @192 [192] 01/29/08 15:03:55 Pierre Merging of some local modifications into the new pyNN structure. Hope …
(edit) @191 [191] 01/29/08 11:36:00 apdavison Added Id and Rev keyword substitution to recently-created files.
(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/nest1:
(edit) @187 [187] 01/29/08 10:36:19 apdavison Finished merging changes from trunk r183 to multifile branch.
Note: See TracRevisionLog for help on using the revision log.