https://github.com/vitay/ANNarchy

sort by:
Revision Author Date Message Commit Date
591066f Fixed recording of global variables of a population. 25 September 2014, 11:27:09 UTC
01f28cf The language="c++" option to cythonize does not work with cython 0.21 anymore. Supressing it does not interfere with cython 0.20.1 or 0.19. 25 September 2014, 10:19:49 UTC
da14271 .pxd files were not installed. 25 September 2014, 09:47:31 UTC
99b5506 Restored the example with AEIF neurons. 18 August 2014, 15:14:24 UTC
1cd2b6b Added the EIF network in examples. 18 August 2014, 15:11:03 UTC
cbf03fe Merge branch 'develop' of https://bitbucket.org/annarchy/annarchy-4.0 into develop 22 July 2014, 06:39:02 UTC
22a7929 several changes on profiling extension 22 July 2014, 06:38:26 UTC
22c1a6c several changes on profiling extension 22 July 2014, 06:28:45 UTC
009382b Disabled inv_rank in the dendrite, not needed anymore. 19 July 2014, 10:10:23 UTC
fdd0d36 Fixed the delays of rate-coded networks. 18 July 2014, 15:01:58 UTC
d612ae2 Merge branch 'new_CSR' into develop 18 July 2014, 12:21:29 UTC
159f541 No need to take delays into account when they are 1! 18 July 2014, 12:14:06 UTC
e679962 Fixed rounding of delays. 18 July 2014, 11:36:54 UTC
7bb7f25 Fixed bug in transmitting spikes. Each dendrite summed over ALL spikes of the pre-population, not the ones which are actually connected!!! 18 July 2014, 09:53:35 UTC
eae612f Restored the python add() method of CSR. 18 July 2014, 06:34:32 UTC
8e1d18f Profile: added remove_outlier parameter. 18 July 2014, 05:50:19 UTC
4071350 Supressed the old addDendrite method. 17 July 2014, 21:29:51 UTC
c6ce4ee The one_to_one connector was bugged... The CSR object is now totally changed. AEIF still does not work.... 17 July 2014, 21:08:26 UTC
3321139 Profile: improved methods statistical analysis of recorded data. 17 July 2014, 16:26:43 UTC
7c0e711 Merge branch 'propagate_2' into new_CSR Conflicts: ANNarchy/generator/dendrite/TemplatesSpiking.py 17 July 2014, 11:35:56 UTC
f3867e4 Conitnued modifying CSR. 17 July 2014, 11:33:34 UTC
75f071d fixed stupid bug ... 17 July 2014, 09:49:09 UTC
f615f33 Started rebuilding CSR 17 July 2014, 09:33:26 UTC
2352a3a Bugfix: delayed spike events. 17 July 2014, 08:58:59 UTC
b7742c0 Fixed recording of variables for populations. 16 July 2014, 09:39:53 UTC
65f13ab Bugfix: added missing inv_rank_ on psp and learning. 16 July 2014, 06:02:39 UTC
bfafcbb experiments with aeif 15 July 2014, 13:27:48 UTC
ba9dab1 removed reset_ changed propagation mechanism 15 July 2014, 12:34:31 UTC
fdccf81 Version of the AEIF network which has a problem... 15 July 2014, 09:13:19 UTC
820d275 Modified one-to-one in order to shift ranks when the two populations have the same size. 15 July 2014, 08:02:21 UTC
0f42311 Removed recording in AEIFNetwork.py 14 July 2014, 20:44:57 UTC
5a28858 Added AEIF neuron. Fixed bug for spiking networks when non all_to_all patterns are used. 14 July 2014, 20:39:02 UTC
611033b Added HH neuron model 14 July 2014, 10:17:06 UTC
7ea9c01 Added two examples of the pyNN documentation. 11 July 2014, 22:01:13 UTC
6fffa89 Izhikevich has no tau_refrac parameter. 11 July 2014, 21:02:23 UTC
20f1692 Added several pyNN default objects: * Izhikevich * IF_curr_exp * IF_cond_exp * IF_curr_alpha * IF_cond_alpha * SpikeSourceArray 11 July 2014, 20:29:42 UTC
4472a5f doc: adapted the doc no Izhikevich example. 09 July 2014, 08:17:22 UTC
8055767 Added Izhikevich as a standard neuron. 09 July 2014, 08:08:48 UTC
cf919e4 Created Neuron and Synapse classes, which gather Rate* and Spike*. This simplifies the definition of the network. The examples and documentation are changed accordingly. 08 July 2014, 15:07:55 UTC
fc8320c Started version 4.2.4. 07 July 2014, 14:28:43 UTC
d6c1bb0 Added the Hodgkin-Huxley example. 07 July 2014, 14:26:03 UTC
1f6bae2 Cleaned the setup script. 07 July 2014, 14:12:51 UTC
c957e6a doc: documented the numerical methods 06 July 2014, 20:24:02 UTC
5098006 The midpoint method now solves systems of equations. 06 July 2014, 17:19:11 UTC
8a1361c Allowed spike conditions to depend on several variables (important for HH). 03 July 2014, 15:55:07 UTC
3889491 Added possibility to define globally the numerical method 02 July 2014, 16:10:31 UTC
cd74bc9 Avoid crash when a Projection is created but not connected. 02 July 2014, 13:32:32 UTC
d235048 Added mid-point method for discretization. Works only for single equations. 01 July 2014, 16:34:13 UTC
c8ac302 Started version 4.2.3 25 June 2014, 09:13:54 UTC
28e1692 Added simplification of explicit equations. 25 June 2014, 09:00:39 UTC
be77642 Some distributions do not have the Numpy headers at a standard location. 24 June 2014, 13:00:37 UTC
def5851 doc: documented unless_refractory 24 June 2014, 09:28:58 UTC
5eaa872 Fixed behavior of refractory period. ADded the unless-Refractory keyword. 24 June 2014, 09:18:48 UTC
97ab642 Network time is also reset. 23 June 2014, 19:29:40 UTC
9634291 reset() now completely resets the parameters and variables to the state before compile(). 23 June 2014, 19:25:01 UTC
f592571 Tried removing the initialization of values. Maybe too fast... 23 June 2014, 18:52:20 UTC
970988e The values of all parameters and variables are now directly transferred to C++ at compilation time. The classes default to false, 0 or 0.0 for the initial values. This saves up some recompilation time and will allow a better reset. 23 June 2014, 16:10:50 UTC
1b0817f Support for implicit Euler on systems of linear equations. 23 June 2014, 12:11:57 UTC
4751f6b Optimized the generated code. 22 June 2014, 16:36:46 UTC
2b7bdae Started implementing the full implicit method. 22 June 2014, 15:32:11 UTC
b237a11 Evaluation of equations is now split into pre- and post-odes parts. The evaluation of coupled ODEs is now correct. 22 June 2014, 14:03:03 UTC
867b092 ODEs are now evaluated concurrently. Problem: non-ODEs are evaultes too late, for example: dmp/dt = ... r = pos(mp) where r takes the old value of mp. Solution: split the variables into pre-ODE, ODE, post-ODE 21 June 2014, 16:44:43 UTC
4977372 Merge branch 'develop' into implicit 21 June 2014, 15:26:55 UTC
5c62ed3 CSR now defines size (number of post neurons) and nb_synapses (total number of synapses. 21 June 2014, 15:23:24 UTC
5a4df0f ODEs are now solved synchornously. 21 June 2014, 15:08:26 UTC
378879f Started version 4.2.2 20 June 2014, 12:25:20 UTC
70b7f31 Merge branch 'implicit' into develop Conflicts: ANNarchy/parser/Analyser.py 20 June 2014, 10:52:22 UTC
dbc5e71 Splitted the file ANalyser.py into multiple files for clarity. 20 June 2014, 07:02:06 UTC
8559690 pre-event learning components are updated before postsynaptic potential. 19 June 2014, 16:20:05 UTC
24d85c8 replaced SpikePopulation::prepareNeurons() by SpikePopulation::updateRefractoryCounter. Implemented explicit psp function on spike dendrite, which directly increase the neuronal current. 19 June 2014, 15:37:17 UTC
e149a1c Fixed crash on computing spiking networks in parallel 19 June 2014, 13:48:18 UTC
1115444 Added global methods to disable/enable learning in all projections 17 June 2014, 13:28:47 UTC
ae57f24 Added early-stopping of simulations. 17 June 2014, 12:34:14 UTC
3285232 The network class now defined a run_until method. 17 June 2014, 09:29:46 UTC
8d1099e Forgot a print in Population._set_cython_attribute... 17 June 2014, 07:33:47 UTC
4f2b89b The check on the spike type was not correct. 16 June 2014, 15:16:01 UTC
03e6e9f Totally removed parallel processing of spiking networks. 16 June 2014, 14:40:32 UTC
51dc171 Merge branch 'develop' of bitbucket.org:annarchy/annarchy-4.0 into develop 16 June 2014, 14:06:39 UTC
4182489 doc: reduced the depth of main toc in index.rst 16 June 2014, 13:41:06 UTC
0e10c3e Merge branch 'develop' of https://bitbucket.org/annarchy/annarchy-4.0 into develop 16 June 2014, 13:28:59 UTC
8931461 Reordered spiking functions. 16 June 2014, 13:28:31 UTC
4222b3b Started version 4.2.1. 16 June 2014, 10:53:20 UTC
0359950 Fixed bug when cython is absent (readthedocs). 16 June 2014, 08:46:34 UTC
ac3394f Started verson 4.2.0. 16 June 2014, 08:43:00 UTC
19bdb89 Merge branch 'develop' of bitbucket.org:annarchy/annarchy-4.0 into develop 16 June 2014, 08:38:34 UTC
0701837 Added Rate2SpikePopulation. 16 June 2014, 08:37:56 UTC
94fa159 Added visualization of spiking profile. 16 June 2014, 05:07:07 UTC
77a39c8 Forgot to add the files... 15 June 2014, 19:03:20 UTC
f26c94f Merge branch 'develop' of bitbucket.org:annarchy/annarchy-4.0 into develop 15 June 2014, 19:01:54 UTC
685459a Added a Spike2RatePopulation. 15 June 2014, 19:01:25 UTC
5351e6f Added profiling of some spiking model functions (pre- and post-event, conductance, spike delivery). 15 June 2014, 17:01:46 UTC
7f58fec doc: updated the reference to the Brian STDP example. 14 June 2014, 14:11:25 UTC
0afb468 doc: finished the description of the STDP example. 14 June 2014, 14:05:19 UTC
8983ead doc: updated the API, described the Izhikevich example. 14 June 2014, 12:38:27 UTC
df898a5 Merge branch 'issue_4' into develop 13 June 2014, 11:27:08 UTC
8d3e955 Messed around with the random distributions. 13 June 2014, 11:21:21 UTC
e36ea40 Implementation of synaptic delay for spiking neurons. 12 June 2014, 11:42:45 UTC
c6201bb Splitted up dendrite templates for easier coding. 12 June 2014, 09:41:08 UTC
d67c5ce Major reimplementation of handling spike events. 12 June 2014, 09:30:32 UTC
c461c8c Populations and Projections can now be saved and loaded individually. 12 June 2014, 09:20:21 UTC
back to top