root/trunk/src/neuron


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @486 [486] 11/06/08 15:29:59 apdavison neuron and pcsim modules used to overwrite the self.label
(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) @479 [479] 11/04/08 14:20:40 apdavison Fixed a couple of docstrings and a bug in the neuron module
(edit) @470 [470] 10/08/08 14:19:58 apdavison Partial implementation of Population.record_c() and print_c() for the …
(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) @444 [444] 08/20/08 11:42:21 apdavison gather=True is working again for neuron. When writing compatible …
(edit) @431 [431] 08/01/08 16:27:53 apdavison Fixed bug in neuron module: Population.tset() did not properly handle …
(edit) @416 [416] 07/16/08 10:40:43 apdavison Harmonization of logging setup across simulators (see #66). Also fixes bug …
(edit) @414 [414] 07/16/08 09:47:16 apdavison Harmonization of describe() methods across simulators, by moving its …
(edit) @391 [391] 06/24/08 18:12:10 apdavison Work on updating regression tests. Fixed a bug in connect() function in …
(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) @372 [372] 06/18/08 14:47:45 apdavison recording.write_compatible_output() now takes an input_format
(edit) @370 [370] 06/17/08 20:00:03 bruederle removed an obvious typo
(edit) @368 [368] 06/17/08 19:53:19 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) @365 [365] 06/13/08 18:17:09 apdavison Began updating the neuron module to use the new features of NEURON …
(edit) @364 [364] 06/13/08 17:07:23 apdavison Implemented a Recorder class for the neuron module, although gathering …
(edit) @361 [361] 06/12/08 18:17:59 apdavison Implemented FixedNumberPreConnector and FixedNumberPostConnector for …
(edit) @359 [359] 06/12/08 16:15:43 apdavison Merged changes from branches/0.4 r341:358 to trunk
(edit) @337 [337] 06/05/08 14:45:40 apdavison Assorted minor changes, notably adding a quit_on_end extra argument to …
(edit) @336 [336] 06/05/08 14:35:26 apdavison In neuron module, make sure that conductance-based synapses only ever …
(edit) @335 [335] 06/05/08 12:46:13 apdavison In the neuron module, setDelays() and related methods of Projection
(edit) @334 [334] 06/05/08 11:13:51 apdavison Forgot that tstop is not set by finitialize()
(edit) @332 [332] 06/05/08 10:22:58 apdavison Removed Projection.setThreshold() from API (see #76)
(edit) @330 [330] 06/04/08 19:45:37 apdavison A couple more bug fixes
(edit) @329 [329] 06/04/08 19:43:25 apdavison The addition of a path argument to load_mechanisms() (see r328) was …
(edit) @328 [328] 06/04/08 19:37:28 apdavison load_mechanisms() now takes a path to search from as an optional …
(edit) @326 [326] 06/04/08 18:03:15 apdavison The neuron Connector classes were not handling the case of weights or …
(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) @309 [309] 04/24/08 18:30:37 apdavison Removed setRNGseeds() from the API (see #68), since each simulator is so …
(edit) @308 [308] 04/24/08 18:00:10 apdavison * parallel_safe now works with Population.rset(), and when the cells …
(edit) @306 [306] 04/24/08 15:38:32 apdavison The NumpyRNG class now has some extra options for running parallel …
(edit) @302 [302] 04/18/08 14:52:28 apdavison * Added num_processes() function for all simulators. * The headers of …
(edit) @301 [301] 04/15/08 10:45:08 apdavison A couple of fixes the the neuron module for running in parallel
(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) @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) @290 [290] 04/03/08 16:33:26 apdavison Implemented nest2.FromFileConnector and nest2.FromListConnector
(edit) @288 [288] 04/03/08 16:22:24 Pierre First attempt to deal with the Dynamic Synapses parameters as random …
(edit) @287 [287] 04/03/08 15:30:51 apdavison Implemented neuron.FromFileConnector and neuron.FromListConnector
(edit) @286 [286] 04/03/08 15:00:59 apdavison Short-term plasticity now works for inhibitory synapses in neuron
(edit) @285 [285] 04/01/08 17:25:22 apdavison Implemented short-term plasticity for excitatory synapses in neuron
(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) @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) @274 [274] 03/28/08 17:08:20 apdavison Changed the implementation of the set() method in the neuron module.
(edit) @273 [273] 03/28/08 16:37:48 apdavison Removed cellclass arg from set() function. All cells should now know …
(edit) @268 [268] 03/21/08 17:15:50 apdavison Reimplemented Population.set(), tset(), rset() in neuron, added …
(edit) @259 [259] 03/21/08 09:39:42 apdavison Fixed bug #36 for nest2 and neuron (did not occur with nest1 and …
(edit) @258 [258] 03/20/08 19:13:08 apdavison The previous commit should have had all these changes as …
(edit) @255 [255] 03/20/08 13:06:53 apdavison Improvements to the __getattr__() and getParameters() methods of the …
(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) @247 [247] 03/17/08 16:38:57 apdavison Fix for defect #48 ("In neuron, delays set using a Connector object …
(edit) @246 [246] 03/17/08 11:54:27 apdavison Fixed defect #47 (plus a small, related bug in the _get_recorded_data()
(edit) @244 [244] 03/14/08 17:33:28 apdavison Fixed #44. The call to pc.set_maxstep() had been commented out by …
(edit) @242 [242] 03/13/08 10:36:10 apdavison In the neuron.__init__ module, filenames are now popped from 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) @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) @233 [233] 02/19/08 13:50:22 apdavison * Fixes to recording.py * A few changes to make nest2 and neuron
(edit) @223 [223] 02/15/08 14:19:00 apdavison Implemented reverse translation in neuron module.
(edit) @220 [220] 02/15/08 14:05:16 apdavison Fixed (I think) a bug in recording spikes with the neuron module (see …
(edit) @219 [219] 02/14/08 13:52:26 apdavison bfstdp: Improved documentation, and tidied up the code a little.
(edit) @216 [216] 02/13/08 13:56:26 apdavison Kept getting segmentation faults with the new 'pingable' VecStim NEURON …
(edit) @214 [214] 02/12/08 16:25:01 apdavison Implemented Populaton.getSpikes() for neuron
(edit) @212 [212] 02/12/08 14:25:17 apdavison Modification to the implementation of set() in the neuron module, so …
(edit) @211 [211] 02/12/08 09:35:19 apdavison test/bfstdp model now works with the neuron module. Next step is to …
(edit) @209 [209] 02/07/08 17:41:00 apdavison bfstdp implementation seems to be working for neuron module plus some …
(edit) @208 [208] 02/07/08 16:07:14 apdavison Mostly converted the neuron module (and unit tests) to use the …
(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) @198 [198] 02/02/08 16:47:40 apdavison Switched all cells in nest, nest2, pcsim and neuron to the new …
(edit) @197 [197] 02/01/08 17:42:58 apdavison Making progress with neuron2 (still not working, though)
(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/neuron:
(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.