sort by:
Revision Author Date Message Commit Date
57f69fe Removed not needed debug outputs. 04 June 2014, 14:26:09 UTC
96c22c1 Fixed bug on accessing non constant delayed firing rates. 04 June 2014, 14:21:28 UTC
3048270 Updated createFromCSR according to structural change. 04 June 2014, 13:59:00 UTC
3492a68 Projections update the maximum delays of presynaptic populations. 04 June 2014, 13:52:04 UTC
6d2229d Analyzer forward access to CSR object of the projection. 04 June 2014, 13:49:28 UTC
463549a Extended CSR: delays are stored seperatly, added max_delay. Changed connectors: if delays are int they will be interpreted as time in ms. 04 June 2014, 13:47:35 UTC
325afbf RateDendriteGenerator distinguishes now the psp implementation according to the delay. 04 June 2014, 09:52:48 UTC
dc03532 Fixed typos. 03 June 2014, 09:49:36 UTC
89da3e8 g_exc=0.0 is now standard synaptic behavior. 02 June 2014, 12:43:30 UTC
80fe1c1 Merge branch 'develop' of bitbucket.org:annarchy/annarchy-4.0 into develop 02 June 2014, 11:41:29 UTC
1a21767 Merge branch 'popviews_connector' into develop 02 June 2014, 11:41:09 UTC
7801aa3 Started making g_exc = 0.0 default in spiking neurons. 02 June 2014, 11:30:09 UTC
8b8d349 Refractory period can be inited with random initialization. 02 June 2014, 09:09:26 UTC
7807dd5 Allowed PopulationViews to be used to build Projections (except gaussian and dog). 01 June 2014, 18:58:55 UTC
c98daa8 Started allowing PopulationViews to be used in Projections. Works for one sub-projection, but not two.... 01 June 2014, 17:54:09 UTC
d1ae89a Added measured times (raw data) to scalability plot. Reordered code of Performance test. 01 June 2014, 10:10:10 UTC
e80a85d Changed internal structure of profiling extension. Extended profiler by scalability analyzis. 31 May 2014, 17:27:01 UTC
4b985ad import numpy was not needed in Connector.pxd 31 May 2014, 13:49:40 UTC
af363c5 doc: added tutorial to build connector methods in Cython 31 May 2014, 13:40:03 UTC
f6a9edc Exported CSR to create conection patterns 31 May 2014, 12:16:01 UTC
1c12313 doc: refactored the documentation 31 May 2014, 11:46:41 UTC
05b90d1 Allowed RandomDistribution objects to take global parameters as arguments. Warning: - changes in the parameters won't have effect after compile() - Needs to find a structure for that, wuthout performance penalty. 29 May 2014, 19:23:11 UTC
a3d76ca min and max bounds of a variable can now be an expression of other variables. 29 May 2014, 13:37:39 UTC
2689fab Allowed the operators ==, !=, is and is not in conditions (also spike conditions) 29 May 2014, 12:30:21 UTC
28febbe Started version 4.1.3 29 May 2014, 11:05:43 UTC
520e29b Merge branch 'develop' of bitbucket.org:annarchy/annarchy-4.0 into develop 28 May 2014, 21:48:10 UTC
b5e7f0d simplify for conditions produces weird C code. Taken out. 28 May 2014, 21:47:24 UTC
a612b15 Parser produced an error message when mean(pre.r) was used in a global variable. 28 May 2014, 21:46:25 UTC
44bba36 stop_recording() was giving a wrong error message. 28 May 2014, 21:45:04 UTC
9b14609 Analysis of psp was till the old way... 27 May 2014, 13:54:29 UTC
b0af439 Extended profiler. 26 May 2014, 22:11:38 UTC
97623a1 Added Network.destroy() function. 26 May 2014, 21:10:37 UTC
7aaa2a3 Added _DEBUG_SIMULATION_CONTROL condition to several debug messages. 26 May 2014, 21:09:38 UTC
34269b9 Added Network::destroy() 26 May 2014, 21:07:38 UTC
094a3e5 Fixed the _warning method to emit warnings only when warnings are not suppressed in setup() 26 May 2014, 20:11:52 UTC
0658ba7 Added warnings when a target is used in a neuron but not connected. 26 May 2014, 19:33:37 UTC
c3b10a0 Synapses now have access to pre.sum(dopa) or post.sum(exc) directly. 26 May 2014, 19:27:36 UTC
ff2249e Fixed bug wen accessing pre/post synaptic variables in a synapse. 26 May 2014, 16:16:04 UTC
2bb09cb Stored the inverse rank in pre_spike to avoid multiple accesses to the the array. 26 May 2014, 15:51:23 UTC
f845ea4 Moved PoissonPopulation to the core 26 May 2014, 15:21:08 UTC
b037e00 Allowed variables to differ only by capitalization (eg c and C). The generated C++ methods know follow the python convention, not C++. 26 May 2014, 14:33:59 UTC
167fb6d Started the 4.1.2 version. 26 May 2014, 13:07:09 UTC
a08fe0f Added a version tracker which recompiles when the ANNarchy release number has changed. 26 May 2014, 13:04:01 UTC
230e10f Replaced "rate" by "r". 26 May 2014, 11:47:25 UTC
643f353 Started replacing rate by r. Still a bug. 26 May 2014, 11:27:41 UTC
bf95395 Replaced systematically "value" by "w" 23 May 2014, 15:26:58 UTC
0e09ec4 Doc: fixed typos. 23 May 2014, 14:37:28 UTC
4575d70 Split up propagate spike in pre and post phase. 23 May 2014, 13:33:54 UTC
7872920 spike emitation only if not in refractory period. 23 May 2014, 13:32:45 UTC
e737951 Pre events are only executed if there was no post spike. 23 May 2014, 13:31:55 UTC
2c81283 Corrected indexing error. 23 May 2014, 13:31:12 UTC
cf633a6 Added new functions for spike event handling 23 May 2014, 13:30:50 UTC
9b10515 Propagate spikes now divided into post and pre phase. 23 May 2014, 13:29:46 UTC
ee476f2 Merge branch 'refractory' into develop 23 May 2014, 11:54:47 UTC
c78d43b Merge branch 'develop' of bitbucket.org:annarchy/annarchy-4.0 into develop 23 May 2014, 11:53:28 UTC
7adb812 Merge branch 'refractory' of https://bitbucket.org/annarchy/annarchy-4.0 into refractory 23 May 2014, 11:53:24 UTC
24c6238 Set default number of threads to 1 23 May 2014, 11:52:40 UTC
f453dd0 Updated the description of OpenMP in the doc. 23 May 2014, 11:52:31 UTC
774ce36 Added import numpy in Utils 23 May 2014, 11:39:48 UTC
2075442 Updated docs: refractoriness. 23 May 2014, 11:38:25 UTC
7bfb539 Added playground example for spike neurons. 23 May 2014, 11:17:11 UTC
b86a552 Added Population::reset(int) to reset a neuron during refractoring period. 23 May 2014, 11:08:17 UTC
02d30e6 Changed behavior of neurons during refactoring phase: reset is called every step. 23 May 2014, 11:06:06 UTC
38bdd63 fixed minor bugs. 23 May 2014, 09:37:04 UTC
7a5117b Small changes in Tranformations 23 May 2014, 07:20:05 UTC
ff9b7f2 fixed typo 23 May 2014, 07:02:31 UTC
b0cdcab Fixed wrong initialization value for refractory_times if no value is set. 23 May 2014, 06:58:02 UTC
397d8ec Merge branch 'develop' into refractory 23 May 2014, 06:43:35 UTC
755b4d7 Restored SimpleSTDPModel and add Refractoriness example. 23 May 2014, 06:43:29 UTC
fffbdee Updated docs: added structural plasticity and updated version log. 23 May 2014, 06:27:39 UTC
044240b Introduced refractory times into CPP core. Added refractory as parameter to SpikeNeuron. 22 May 2014, 14:49:35 UTC
5750ac2 Cleaned the example with simple STDP. 22 May 2014, 12:50:56 UTC
f065da4 Bug in Projection.set_value return value 22 May 2014, 12:38:07 UTC
a76dc57 Added a clip() function for semi-linear functions. 22 May 2014, 12:32:33 UTC
8ecba12 Simplified the format of the save files. Added Dendrite._set_value. 22 May 2014, 12:11:04 UTC
bed14f9 Merge branch 'develop' of bitbucket.org:annarchy/annarchy-4.0 into develop 22 May 2014, 09:27:47 UTC
e198e9b IO adapted. 22 May 2014, 09:27:28 UTC
b2ce99e Removed stupid bug in parallelization of global_operations(). Double precision is now default. 22 May 2014, 09:20:24 UTC
155788f Added a cython function to compute a smoothed firing rate based on spike timings. Moved out raster_plot() from Population into core.Utils. 22 May 2014, 08:25:36 UTC
077ac0e Added parallelism control flag: _DEBUG_PARALLELISM 22 May 2014, 08:09:43 UTC
767084d Simulation control debug messages are moved to other flag: FLAG _DEBUG_SIMULATION_CONTROL, to clarify debug output 22 May 2014, 08:01:20 UTC
5b624cf Merge branch 'develop' of https://bitbucket.org/annarchy/annarchy-4.0 into develop 22 May 2014, 07:34:40 UTC
3626f0f Simplified access to DataLog. Distinction between analyze and visualize. Changed min/max error bar to std error bar. 22 May 2014, 07:34:02 UTC
9d72d8b Merge branch 'develop' of bitbucket.org:annarchy/annarchy-4.0 into develop 21 May 2014, 14:50:25 UTC
592ead8 Bug in the exponential deiscritization and spike condition (was only >=, not >) 21 May 2014, 14:49:22 UTC
1c74ae8 Merge branch 'develop' of https://bitbucket.org/annarchy/annarchy-4.0 into develop 21 May 2014, 14:05:20 UTC
83dec32 merged 'structural_plasticity' into develop (tested successfully all examples) 21 May 2014, 14:03:58 UTC
2ad1d16 Added an extension for Poisson populations. 21 May 2014, 09:44:32 UTC
a23b0b7 Merge branch 'develop' of bitbucket.org:annarchy/annarchy-4.0 into develop 21 May 2014, 08:36:36 UTC
53bd7a7 Compiler outputs etc. are not piped into file, in case of verbose mode. 21 May 2014, 07:13:25 UTC
b835294 Added verbose to command line arguments. 21 May 2014, 07:04:07 UTC
74e7f3d replaced eval by getattr statement 21 May 2014, 06:59:55 UTC
e451561 updated test setup 21 May 2014, 06:44:22 UTC
ad5e614 corrected minor typo 21 May 2014, 06:32:54 UTC
eb24fd6 Improved Izhikevich example. 20 May 2014, 16:13:19 UTC
aba21d9 Merge branch 'lastspike' into develop 20 May 2014, 15:53:48 UTC
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
7115467 Added random number generation on projections. 20 May 2014, 15:09:56 UTC
3046841 Started modifying record(). 20 May 2014, 14:42:57 UTC
back to top