|
|
|
@465
|
[465]
|
09/04/10 00:07:14 |
emuller |
MERGE branches/parameter_set_schema_validation [449:464] into trunk - … |
|
|
|
@463
|
[463]
|
09/02/10 15:48:38 |
pierre |
Fix documentation of the gamma_generator function |
|
|
|
@462
|
[462]
|
09/02/10 15:42:45 |
pierre |
Add a gamma_generator function into stgen, and simplify all the positions … |
|
|
|
@455
|
[455]
|
08/24/10 18:28:25 |
mpereira |
removed dependency of signals/analogs.py on analysis. added support for … |
|
|
|
@453
|
[453]
|
08/23/10 14:25:44 |
mpereira |
Added crosscorrelate() to analysis.py |
|
|
|
@452
|
[452]
|
08/23/10 13:48:30 |
bruederle |
BUG FIX: in function get_data(), reading files with a header but no spikes … |
|
|
|
@451
|
[451]
|
08/23/10 13:47:57 |
mpereira |
Added make_kernel() to analysis.py |
|
|
|
@448
|
[448]
|
08/18/10 15:11:57 |
emuller |
Added support for using rpy2 in stgen if present, without breaking support … |
|
|
|
@447
|
[447]
|
05/18/10 16:02:07 |
mueller |
Debian package build modified to use pysupport.
- simplification of … |
|
|
|
@446
|
[446]
|
04/12/10 15:37:12 |
apdavison |
SpikeTrain.time_slice() now (again) accepts a sequence of t_start … |
|
|
|
@445
|
[445]
|
03/02/10 10:39:08 |
pierre |
Minor patch to deal with the new variable saved in pyNN header |
|
|
|
@443
|
[443]
|
01/18/10 16:45:34 |
apdavison |
datastore key-generators now work properly if the component is the … |
|
|
|
@442
|
[442]
|
11/11/09 17:02:19 |
apdavison |
Some tweaks to the init_logging() function and other logging-related … |
|
|
|
@441
|
[441]
|
10/23/09 11:27:36 |
apdavison |
Very minor change: the colour() function (for pretty console output) now … |
|
|
|
@440
|
[440]
|
10/14/09 17:23:01 |
apdavison |
Dependency warnings now use the warnings module instead of print … |
|
|
|
@439
|
[439]
|
10/14/09 14:19:04 |
apdavison |
Tiny change in parameters module to give better error message |
|
|
|
@438
|
[438]
|
10/07/09 00:08:31 |
emuller |
Fixed stgen problem: inh_gamma_generator array=True returned SpikeTrain if … |
|
|
|
@437
|
[437]
|
10/01/09 17:29:53 |
emuller |
Doc string for inh_gamma_generator, and new test |
|
|
|
@436
|
[436]
|
09/25/09 14:02:04 |
apdavison |
Modified the mapping of cell id to image position for plotting activity … |
|
|
|
@435
|
[435]
|
09/15/09 13:20:54 |
emuller |
numpy.histogram is changing ... add new=False to keeps things "old" |
|
|
|
@416
|
[416]
|
08/06/09 11:41:31 |
apdavison |
Small fix due to a change in more recent versions of matplotlib |
|
|
|
@415
|
[415]
|
08/05/09 11:34:17 |
pierre |
Finalize the TableIO dependency... Seems that there is also a memory leak … |
|
|
|
@414
|
[414]
|
08/05/09 10:12:04 |
pierre |
Add one other dependency, and I know it is bad... Especially because I … |
|
|
|
@412
|
[412]
|
07/20/09 17:14:22 |
pierre |
Fix in the SpikeList Constructor, to avoid an uncomplete construction that … |
|
|
|
@411
|
[411]
|
07/20/09 16:40:25 |
pierre |
Change in the DistantDependentPairs? to ad a set_bounds function to fix … |
|
|
|
@406
|
[406]
|
06/25/09 18:04:50 |
pierre |
Add a sort_by() method to allow the sorting of cells in a SpikeList … |
|
|
|
@405
|
[405]
|
06/20/09 09:26:47 |
LaurentPerrinet |
extraMP : learning experiment MP + whitening |
|
|
|
@404
|
[404]
|
06/17/09 23:28:27 |
pierre |
Fix a minor bug in PSTH and add also this function for the SpikeTrain |
|
|
|
@403
|
[403]
|
06/17/09 16:00:49 |
pierre |
Add a complete function to fill SpikeTrain according to a targeted id_list |
|
|
|
@402
|
[402]
|
06/17/09 14:32:41 |
pierre |
tisean fixes |
|
|
|
@401
|
[401]
|
06/16/09 16:45:16 |
pierre |
Fix a bug in psth, do some improvement on the interval.py file |
|
|
|
@400
|
[400]
|
06/15/09 23:30:10 |
pierre |
Add dependencies, but mainly optionnal. A particular package, TableIO, … |
|
|
|
@399
|
[399]
|
06/15/09 20:59:29 |
pierre |
Forgotten documentation |
|
|
|
@398
|
[398]
|
06/15/09 20:56:42 |
pierre |
Add a DistanceDependentPairs? selector, to allow precise selection of cells … |
|
|
|
@397
|
[397]
|
06/12/09 09:17:12 |
pierre |
Minor modifications |
|
|
|
@396
|
[396]
|
06/09/09 09:57:02 |
pierre |
Force all the numpy arrays of the SpikeList, containing only int and dt … |
|
|
|
@395
|
[395]
|
06/04/09 09:11:46 |
pierre |
Speed up the loading time of the SpikeList signals from files. Tests are … |
|
|
|
@394
|
[394]
|
04/21/09 14:37:57 |
apdavison |
Added check for Django for datastore module (see #54) |
|
|
|
@393
|
[393]
|
04/21/09 09:51:08 |
LaurentPerrinet |
Interval: buggy import |
|
|
|
@392
|
[392]
|
04/21/09 09:50:23 |
LaurentPerrinet |
Retina example: had to change connectivity to adapt to new high-level API … |
|
|
|
@391
|
[391]
|
04/14/09 19:46:36 |
LaurentPerrinet |
reflecting changes in pyNN API: renamed references to Timer to … |
|
|
|
@390
|
[390]
|
03/17/09 10:33:46 |
pierre |
Start to add the notion of Interval in the signals package. I'm not happy … |
|
|
|
@389
|
[389]
|
03/12/09 15:06:43 |
pierre |
Minor bugs fixed regarding raster_plot of SpikeTrain and the new pairs … |
|
|
|
@388
|
[388]
|
03/05/09 16:09:00 |
apdavison |
Assorted small changes to the signals module. |
|
|
|
@387
|
[387]
|
03/05/09 15:47:50 |
apdavison |
Added some debugging messages to the io module. |
|
|
|
@386
|
[386]
|
03/05/09 15:47:14 |
apdavison |
Can now plot images/matrices in visual_logging, as well as use the … |
|
|
|
@385
|
[385]
|
03/05/09 15:45:50 |
apdavison |
In the datastore module, switching to using the entire … |
|
|
|
@384
|
[384]
|
03/05/09 15:43:29 |
apdavison |
Some minor changes to the visualization module. |
|
|
|
@383
|
[383]
|
02/25/09 11:13:34 |
apdavison |
Components to be cached in a datastore no longer require the full_type … |
|
|
|
@382
|
[382]
|
02/25/09 10:53:40 |
JensKremkow |
changed parameters |
|
|
|
@381
|
[381]
|
02/25/09 10:53:15 |
JensKremkow |
added parameters to latex export function and example |
|
|
|
@380
|
[380]
|
02/24/09 13:41:24 |
apdavison |
Fixed a bug in the datastore module when trying to retrieve a … |
|
|
|
@379
|
[379]
|
02/24/09 13:40:11 |
apdavison |
Moved the test for RPy into the function within which it is used, to avoid … |
|
|
|
@378
|
[378]
|
02/24/09 13:39:17 |
apdavison |
Added ActivityMap class to visualization module - basically equivalent … |
|
|
|
@377
|
[377]
|
02/17/09 12:32:31 |
apdavison |
Created a MultipanelMovie class in the visualization module, allowing … |
|
|
|
@376
|
[376]
|
02/12/09 12:51:42 |
pierre |
Some files were missing… |
|
|
|
@375
|
[375]
|
02/12/09 12:51:09 |
pierre |
Change the structure of the signals.py file. A signal directory has been … |
|
|
|
@374
|
[374]
|
02/11/09 16:24:15 |
pierre |
Add a temporary solution for all the functions using pairs of cells (like … |
|
|
|
@373
|
[373]
|
02/06/09 17:11:23 |
mschmucker |
Added version and capability check for IPython in parameter_search. |
|
|
|
@372
|
[372]
|
02/04/09 15:58:37 |
pierre |
After a decision made with Luc, the bar is not suitable for the raster … |
|
|
|
@371
|
[371]
|
02/01/09 14:43:43 |
lestebanez |
change the default marker of the raster plot from circle to vertical line … |
|
|
|
@370
|
[370]
|
01/30/09 23:37:32 |
apdavison |
Test for inconsistent arguments in AnalogSignal.__init__() was overly … |
|
|
|
@369
|
[369]
|
01/26/09 16:14:35 |
pierre |
A minor optimization in the pairs selection |
|
|
|
@368
|
[368]
|
01/25/09 21:15:38 |
apdavison |
Added visualization directory |
|
|
|
@367
|
[367]
|
01/14/09 16:54:33 |
JensKremkow |
added a small function in parameters which returns the keys and values of … |
|
|
|
@366
|
[366]
|
12/23/08 22:58:19 |
mschmucker |
forgot two files in the last commit… |
|
|
|
@365
|
[365]
|
12/23/08 22:47:50 |
mschmucker |
Added draft implementation for an parameter search/optimization
framework. … |
|
|
|
@363
|
[363]
|
12/10/08 11:34:40 |
LaurentPerrinet |
some polishing of theretina in wiki:examples |
|
|
|
@362
|
[362]
|
12/08/08 18:35:59 |
LaurentPerrinet |
Small fixes on example/single _neuron and sfn2008 / corrected ylabel in … |
|
|
|
@361
|
[361]
|
12/02/08 15:15:04 |
apdavison |
Minor fix to srblib.py |
|
|
|
@360
|
[360]
|
12/02/08 08:02:34 |
JensKremkow |
small changes in make_name |
|
|
|
@359
|
[359]
|
11/20/08 11:20:46 |
apdavison |
Minor improvements to DjangoORMDataStore |
|
|
|
@358
|
[358]
|
11/19/08 17:35:05 |
apdavison |
When running without X-windows (e.g. on a cluster), then import pylab … |
|
|
|
@357
|
[357]
|
11/19/08 15:55:06 |
apdavison |
Minor bug-fix in AnalogSignalList. Note that previous commit message … |
|
|
|
@356
|
[356]
|
11/19/08 15:41:48 |
apdavison |
Changed the behaviour of the AnalogSignal constructor. Before, t_start … |
|
|
|
@355
|
[355]
|
11/19/08 10:35:15 |
apdavison |
Can now (again) combine ParameterRanges and ParameterDists inside a … |
|
|
|
@354
|
[354]
|
11/18/08 16:50:35 |
apdavison |
Minor fix to the datastore module. ParameterSets have an attribute … |
|
|
|
@353
|
[353]
|
11/17/08 14:57:23 |
apdavison |
Minor improvements to parameters and random modules |
|
|
|
@352
|
[352]
|
11/17/08 14:30:50 |
emuller |
Bug fixes to shotnoise_fromspikes |
|
|
|
@351
|
[351]
|
11/17/08 11:58:04 |
mueller |
added debian/ (debian package build toolchain)
# - to build a .deb … |
|
|
|
@350
|
[350]
|
11/16/08 01:51:40 |
mschmucker |
beautifying: adding more comments, adding more docstrings, adding axis … |
|
|
|
@349
|
[349]
|
11/16/08 01:08:04 |
JensKremkow |
sfn examples |
|
|
|
@348
|
[348]
|
11/16/08 00:47:40 |
mschmucker |
added more documentation on what the example is actually doing |
|
|
|
@347
|
[347]
|
11/16/08 00:29:16 |
mschmucker |
split up svn_example1.py in two, adding some comments and setting Id … |
|
|
|
@346
|
[346]
|
11/16/08 00:11:02 |
JensKremkow |
little bug fix in jitter |
|
|
|
@345
|
[345]
|
11/15/08 19:54:18 |
JensKremkow |
add more examples and example data for sfn examples |
|
|
|
@344
|
[344]
|
11/15/08 18:03:03 |
JensKremkow |
more details in the sfn example |
|
|
|
@343
|
[343]
|
11/15/08 16:30:38 |
mschmucker |
added a folder and the first demo for the SfN demonstration at the INCF … |
|
|
|
@342
|
[342]
|
11/15/08 16:28:02 |
JensKremkow |
add SpikeTrain jitter function |
|
|
|
@341
|
[341]
|
11/14/08 22:27:03 |
JensKremkow |
add examples for the parameters module |
|
|
|
@340
|
[340]
|
11/14/08 19:17:05 |
LaurentPerrinet |
some polishing of the wiki:examples, the retina needs a bit more work… |
|
|
|
@339
|
[339]
|
11/14/08 08:31:55 |
apdavison |
Began docs for datastore module |
|
|
|
@337
|
[337]
|
11/13/08 15:41:12 |
emuller |
shotnoise_fromspikes fixed
AnalogSignal?.time_slice was changed to not … |
|
|
|
@336
|
[336]
|
11/13/08 14:45:55 |
mueller |
added some (PyPI) classifiers to setup.py |
|
|
|
@335
|
[335]
|
11/13/08 14:42:31 |
apdavison |
Added examples to MANIFEST.in |
|
|
|
@334
|
[334]
|
11/13/08 14:38:49 |
apdavison |
More tweaks |
|
|
|
@333
|
[333]
|
11/13/08 14:20:47 |
LaurentPerrinet |
little clean-up in the wiki:examples scripts to get near to real-world … |
|
|
|
@332
|
[332]
|
11/13/08 13:07:58 |
emuller |
Added neuralensemble.org email addresses for authors |
|
|
|
@331
|
[331]
|
11/13/08 12:18:31 |
apdavison |
Added a MANIFEST.in file, to make sure the docs get added to the source … |
|
|
|
@330
|
[330]
|
11/13/08 11:27:36 |
apdavison |
Various minor changes. Corrected metadata in setup.py |