sort by:
Revision Author Date Message Commit Date
fba3bca Updated the global record methods. 20 May 2014, 15:53:19 UTC
2577e43 CHanged record() to start_record() in Global to be consistent with Population. 20 May 2014, 15:17:39 UTC
3046841 Started modifying record(). 20 May 2014, 14:42:57 UTC
d3faa33 Added Poisson. Started changing record(). 20 May 2014, 13:40:34 UTC
1b49d16 Ensured pre_spike always has the default value. 19 May 2014, 16:16:03 UTC
fb45e85 Corrected t_post. 19 May 2014, 16:12:10 UTC
acd5995 A SpikeSynapse should use now t_pre and t_post for the spike timings, not t_spike. 19 May 2014, 16:06:41 UTC
ff88c7a Changed example. 19 May 2014, 15:17:14 UTC
6089e09 Problem with the generation of pre_event in spike synapses when pre_event is not defined in the synapse. 19 May 2014, 15:09:03 UTC
36811af test commit 19 May 2014, 13:56:39 UTC
97b9dee Removed global import of Connector.pyx in Projection.py 19 May 2014, 13:44:32 UTC
335f883 Moved import Coordinates to the constructor of Population. 19 May 2014, 13:09:34 UTC
54e7de5 Fixed setup.py 19 May 2014, 11:36:50 UTC
9fa5ed0 Fixed bug in Dendrite.__set__ 19 May 2014, 11:11:31 UTC
71f4d58 Dendrite.__set__ fixed. 19 May 2014, 09:44:32 UTC
4dc17e0 Dendrite did not export access to rank and delay. 19 May 2014, 08:23:58 UTC
841b9a2 Merge branch 'connector_cython' into develop Conflicts: ANNarchy/core/Dendrite.py 19 May 2014, 08:17:58 UTC
c4b33aa Added one to one to Cython 19 May 2014, 08:09:00 UTC
c5712cc Added a pxd file for Coordinates. 19 May 2014, 07:25:11 UTC
83082ce Added Cython implementations of gaussian and dog. 18 May 2014, 13:04:38 UTC
61f113e Added fixed_number_post to Cython. 17 May 2014, 15:40:09 UTC
8ca3607 Added fixed_probability to Cython. 16 May 2014, 11:13:44 UTC
db90288 Theall-to-all pattern is now fully functional in Cython. 15 May 2014, 21:05:43 UTC
9da1892 all-to-all connector started to be ported to Python. Cython modules in core/cython_ext (including Coordinates) will be compiled once for all when running the install script. 15 May 2014, 19:18:17 UTC
0088bdc Disabling / Enabling of learning projection wise. 14 May 2014, 14:59:04 UTC
0779391 Merged the examples. 14 May 2014, 13:04:37 UTC
94e2c8a Merge branch 'proj_refactor' Conflicts: ANNarchy/core/Dendrite.py ANNarchy/core/IO.py ANNarchy/core/Projection.py ANNarchy/data/pyx/Dendrite.pyx examples/bar_learning/BarLearning.py examples/izhikevich/Izhikevich.py 14 May 2014, 12:59:13 UTC
158c386 Merge branch 'proj_refactor' of bitbucket.org:annarchy/annarchy-4.0 into proj_refactor Conflicts: ANNarchy/core/Dendrite.py 14 May 2014, 12:41:40 UTC
952ec80 Vectorization of receptive fields 14 May 2014, 12:39:34 UTC
287a739 Replaced c-style loop 14 May 2014, 12:28:42 UTC
33b9ca6 Merge branch 'proj_refactor' of https://bitbucket.org/annarchy/annarchy-4.0 into proj_refactor 14 May 2014, 11:38:45 UTC
66bd633 Fixed dendrite.receptive_field() 14 May 2014, 11:37:08 UTC
c2d3bdd Merge branch 'proj_refactor' of bitbucket.org:annarchy/annarchy-4.0 into proj_refactor 14 May 2014, 11:07:13 UTC
a72dcb3 Added a raster_plot() method to Population 14 May 2014, 10:06:38 UTC
8c5e6a2 Projection: Replaced _gather_data by receptive_fields. Dendrite: added receptive_field method. 14 May 2014, 09:42:24 UTC
bb19c97 Merge branch 'proj_refactor' of bitbucket.org:annarchy/annarchy-4.0 into proj_refactor 14 May 2014, 08:40:31 UTC
6fc641b Izhikevitch exampe now uses get_spike_timings() to display the raster plot. 14 May 2014, 08:36:22 UTC
267f40b Imported example Izhikevich from master. 14 May 2014, 07:45:31 UTC
c8764ca Import example NeuralField of master. 14 May 2014, 07:42:26 UTC
cc153ac The size of a population is given as parameter to Cython. 14 May 2014, 07:38:03 UTC
019e8a7 Fixed savinf in Matlab format. 14 May 2014, 07:32:38 UTC
75c98d0 Merge branch 'proj_refactor' of https://bitbucket.org/annarchy/annarchy-4.0 into proj_refactor 14 May 2014, 07:28:59 UTC
9feb823 Fixed bug: crash if the projections are filled not completely with dendrites. Slight changes in CPP core interface (cpp stand alone compile). 14 May 2014, 07:27:58 UTC
6d45081 Cahnged BarLearning to the state in master. 13 May 2014, 17:25:37 UTC
e11ed2f Merge branch 'proj_refactor' of bitbucket.org:annarchy/annarchy-4.0 into proj_refactor Conflicts: ANNarchy/generator/dendrite/SpikeDendriteGenerator.py ANNarchy/generator/projection/Templates.py examples/simple_stdp/SimpleSTDPModel.py 13 May 2014, 17:20:22 UTC
3df4791 Corrected labels. 13 May 2014, 16:41:09 UTC
4b6b282 The pyx template for spiking dendrites was not exporting record_value. 13 May 2014, 16:13:42 UTC
409cc3d error_bars are disabled per default. 13 May 2014, 16:10:47 UTC
2fc56b5 record() was not generated for Spiking dendrites.... 13 May 2014, 16:00:55 UTC
58b188f Fixed recording of the value variable. 13 May 2014, 15:38:44 UTC
eda9df1 Merge branch 'proj_refactor' of bitbucket.org:annarchy/annarchy-4.0 into proj_refactor 13 May 2014, 15:14:38 UTC
edc6f87 Fixed the Dendrite.start_record() method. 13 May 2014, 15:14:04 UTC
4300f8a Simplified paradigm switch on code generation. 13 May 2014, 15:01:40 UTC
1e8b994 Fixed _gather_data function. 13 May 2014, 14:40:49 UTC
84b134b Merge branch 'proj_refactor' of bitbucket.org:annarchy/annarchy-4.0 into proj_refactor 13 May 2014, 14:17:00 UTC
4433218 Deleted ANNarchy4/ again... 13 May 2014, 14:16:36 UTC
40832ff Updated spike code generation. 13 May 2014, 13:57:22 UTC
99458f9 Removed old files. 13 May 2014, 13:52:00 UTC
4376025 Merged last changes and reordered generator sub package. 13 May 2014, 13:42:32 UTC
6db2022 begin of spike repair ... 13 May 2014, 12:11:52 UTC
9736013 Recording of synaptic values now works even when no synapse type is given... 13 May 2014, 12:01:52 UTC
f251ce9 Non working merge ... 13 May 2014, 09:58:11 UTC
92ddb39 splitted up projection and dendrite generator. 13 May 2014, 09:34:09 UTC
55d3e93 recording of synaptic variables now work for rate-coded projections. 13 May 2014, 08:55:13 UTC
62d692c Merge branch 'proj_refactor' of https://bitbucket.org/annarchy/annarchy-4.0 into proj_refactor 13 May 2014, 05:56:05 UTC
fbb17a8 Applied cpp core change on spike projection. 13 May 2014, 05:55:16 UTC
22846a2 removed unnecessary parameters from constructors. 13 May 2014, 05:53:24 UTC
5567fde Started implementing record on dendrites, must change th mechanism... 12 May 2014, 16:45:28 UTC
8f909e5 Transfored Dendrite.py into a simple wrapper on the projection. 12 May 2014, 15:00:54 UTC
3cf99db minor bugfix 12 May 2014, 12:20:32 UTC
289bdfd Introduced initValues functions. 12 May 2014, 12:19:03 UTC
36aec59 Added debug of rate references. 12 May 2014, 11:59:55 UTC
b480bda Added handling of the variable 'value' (partially implemented by Dendrite / Projection base class) 12 May 2014, 09:50:48 UTC
0551b46 Changed debug messages. 12 May 2014, 09:48:50 UTC
672c2db Added new detailed debug symbol 12 May 2014, 09:47:29 UTC
9290ed9 Added debug messages, to log the update of rank, value, delay of dendrites. Added single value accesses. 12 May 2014, 09:46:19 UTC
5a615ec Added missing file ... 12 May 2014, 05:06:29 UTC
2e2e36a Modified the Izhikevich example. 11 May 2014, 16:10:33 UTC
5f1fb70 Updated README 10 May 2014, 15:40:11 UTC
f0e6ca1 Simplified the Izhikevich example. 10 May 2014, 15:37:14 UTC
dc69bb8 DOC: The bar learning example is documented. 10 May 2014, 13:52:38 UTC
3248643 Changed cpp/cython structure of projections and dendrites. 09 May 2014, 14:23:12 UTC
13d2b9e delays are catsed into numpy 09 May 2014, 10:58:52 UTC
9b2a43a Fixed Projection.gather_data 09 May 2014, 09:24:54 UTC
a478d86 Merge branch 'master' of bitbucket.org:annarchy/annarchy-4.0 09 May 2014, 09:17:26 UTC
1b36bc1 Fixed bug when saving in-mat. Access to dendrites' cython attributes was still the old way with properties instead of optimized functions. 09 May 2014, 09:15:52 UTC
a04d79c Merge with cuda-branch: added Projection as group of dendrites, populations are accessible by their user names 09 May 2014, 06:01:23 UTC
c3914d1 Added profile extension 09 May 2014, 05:58:31 UTC
bba1946 resolved conflicts. 08 May 2014, 11:55:23 UTC
9630df0 Implemented correct handling of non-default population names. 08 May 2014, 11:13:26 UTC
28ebe2b Finally completed implementation of Projection class into cpp core. 08 May 2014, 05:49:55 UTC
47e07a9 Same speedup trick for projections. 07 May 2014, 20:46:59 UTC
37c5723 Fixed the speed problem by: * putting the camera access directly in the C++ code (new extension mechanism during generation). * typing the access to pop.rate and so on. Still have to do it for populations. 07 May 2014, 16:26:00 UTC
7896441 Small improvement on FPS. Trying to generate the C++ code directly into annarchy/. 07 May 2014, 08:05:16 UTC
29e3ae5 Wrote the Camera fetcher in Cython. No speedup... 06 May 2014, 16:29:20 UTC
4e60a3b Fixed example with the webcam. 05 May 2014, 16:21:26 UTC
75f76a6 Problem with atexit fixed. 05 May 2014, 15:11:27 UTC
90d3fb1 Added the possibility for an ImagePopulation to take inputs from the webcam. 05 May 2014, 14:59:11 UTC
a618326 Added an ImagePopulation extension to load automatically images in a Population. 05 May 2014, 09:53:06 UTC
92fb6af Comments on Global.py 05 May 2014, 09:51:34 UTC
back to top