https://github.com/vitay/ANNarchy

sort by:
Revision Author Date Message Commit Date
686640b 4.6.9.3 fixes the bold extension. 09 September 2020, 11:14:39 UTC
6de14eb Bugfix: a sanity check for NormProjection was not considering the copied flag. 09 September 2020, 10:10:33 UTC
9de0a7f Release 4.6.9.2 07 August 2020, 18:52:28 UTC
9270ec0 SpikeSourceArray was broken as it always emitted a spike at t=0. 07 August 2020, 18:49:54 UTC
56a9303 Travis and sympy 07 August 2020, 15:58:58 UTC
bd95eba unittest 07 August 2020, 15:45:28 UTC
57d992a Unittest on populations fails. 07 August 2020, 15:42:59 UTC
5ef0d4e bitbucket pipeline : avoid sympy 1.6.1 07 August 2020, 15:37:19 UTC
113ab03 Merge branch 'master' of https://ai.informatik.tu-chemnitz.de/gogs/annarchy/annarchy 07 August 2020, 14:50:40 UTC
2f02202 Added comment on the buggy 1.6.1 release of sympy 07 August 2020, 14:49:55 UTC
858f7ba Refactored unittests. - replaced occurences of Network(everything=True) 26 June 2020, 10:27:29 UTC
db3f515 completed previous commit (Bugfix on variable delays for spiking networks) 24 June 2020, 06:20:31 UTC
6acb62f Bugfix: ring buffers used for variable delays in spiking networks were not cleared during call of reset(). Added unit test for spiking transmission using LIL connectivity. 23 June 2020, 18:38:28 UTC
98e9d71 previous bugfix was not working when using delays on global variables. 23 June 2020, 12:33:59 UTC
50c999f Issue #60: allow the use of global pre-synaptic variables in psp. 23 June 2020, 12:02:33 UTC
e527a78 Error message in setup.py prevents installation on deepnote. 16 June 2020, 12:54:27 UTC
65478a9 BO notebook did not embed image 09 June 2020, 08:56:52 UTC
b4e0e09 Release 4.6.9. The BOLD monitor is undocumented for now, will be released in 4.7.0. 08 June 2020, 07:36:00 UTC
972f323 Added sanity checks to NormProjection (BOLD extension). Added some more details to the BOLD documentation. 04 June 2020, 10:10:28 UTC
0192f15 Started version 4.7.0 31 May 2020, 11:21:26 UTC
b500d0e Prepared release 4.6.9 31 May 2020, 10:35:00 UTC
69f8c3c Rerun all example notebooks. 29 May 2020, 14:45:02 UTC
768cca7 Documented the tensorboard extension 29 May 2020, 14:20:57 UTC
0fcf46f Documented the convolution extension. 25 May 2020, 17:09:01 UTC
cc9d6c0 Merge branch 'new_convolution' into develop 25 May 2020, 14:53:55 UTC
2f28225 Removed changes of commit 3cb975efdf (split of non ODEs in rate-coded neurons). Split up of the equations in two loops need to consider the fact that all equations in one non-ODE block need to be executed sequentially and not in a block with subsequent update of boundaries. The correct implementation require larger code changes which we will perform in the future. 25 May 2020, 13:22:48 UTC
03a34c6 Cleaned the API of ANNarchy.extensions.convolution 25 May 2020, 08:46:03 UTC
0379522 Bugfix: flags in Projection modified by connector methods (_single_constan_weight and _dense_matrix) were not considered by Projection._copy() 20 May 2020, 09:06:04 UTC
7ceba10 Merge branch 'develop' of https://ai.informatik.tu-chemnitz.de/gogs/annarchy/annarchy into develop 14 May 2020, 15:11:07 UTC
8b1d395 Updated doc on notebooks. Deleted Conv1D in convolution. 14 May 2020, 15:10:22 UTC
7a648c7 Merge branch 'develop' of https://ai.informatik.tu-chemnitz.de/gogs/annarchy/annarchy into develop 14 May 2020, 14:37:14 UTC
b71e36a small bugfix on previous commit 14 May 2020, 14:35:56 UTC
b575f72 Merge branch 'develop' of https://ai.informatik.tu-chemnitz.de/gogs/annarchy/annarchy into develop 14 May 2020, 14:33:38 UTC
7235d39 Added python instances of Network classes to NetworkManager. This should solve a problem of ANNarchy using jupyter notebooks. The NetworkManager uses the python instances instead of network IDs. 14 May 2020, 14:28:52 UTC
17c505a Updated doc on notebooks 14 May 2020, 14:09:54 UTC
54f98a1 compile(clean=True) was not working 14 May 2020, 12:02:26 UTC
1e2c03e Reformatted docstrings 11 May 2020, 15:12:10 UTC
77e3d78 Refactoring the documentation 11 May 2020, 12:30:34 UTC
fe5b38e Merge branch 'develop' of https://ai.informatik.tu-chemnitz.de/gogs/annarchy/annarchy into develop 04 May 2020, 12:05:45 UTC
14b3dab Edited changelog 04 May 2020, 12:05:19 UTC
108a0c4 removed occurances of -Wsign-compare 29 April 2020, 06:33:31 UTC
27223f3 Vectorization by openMP on neural equations. 29 April 2020, 06:26:14 UTC
85febf6 Merge branch 'develop' of https://ai.informatik.tu-chemnitz.de/gogs/annarchy/annarchy into develop 25 April 2020, 09:00:25 UTC
9b332e8 Remove trailing white spaces from generated code. This improves readability of the code on editors like nano. 25 April 2020, 08:38:02 UTC
c104359 PopulationView.rank_from_coordinates and PopulationView.coordinates_from_rank now accept coordinates relative to the geometry of the popview. 23 April 2020, 10:00:58 UTC
6581699 Applied bugfix of commit 6e0ed78693 on CUDA. 21 April 2020, 12:53:54 UTC
6e0ed78 Fixed bug when using refractory variables (refractory="ref"): changes to ref were not reflected in the real refractory period. Moreover, the variable was interpreted in steps, not in ms. TODO: do the same in CUDA 21 April 2020, 11:40:26 UTC
a12a44d Improved performance of create_synapse (structural plasticity) Replaced the idx in pre_ranks on Python side by the search function in the CPP core. 06 April 2020, 06:15:57 UTC
bd072d4 Bugfix: BoldMonitor.get() didn't cleared te variables if keep=False. 01 April 2020, 11:34:17 UTC
6aa3e97 added a command line progress bar. The code is based on https://gist.github.com/vladignatyev/06860ec2040cb497f0f3 and slightly modified. 29 March 2020, 08:08:57 UTC
57bb735 Added load() to ANNarchy.core.Network. 27 March 2020, 11:26:14 UTC
4473b90 Merge branch 'repl_net_dict' into develop 18 March 2020, 16:22:25 UTC
4f46c36 typo 18 March 2020, 16:22:05 UTC
e4ab30f Fixed bug when using conditionals of the type "if (t==1)": unnecessary brackets, equality operation, and only one term. All other cases worked well. 18 March 2020, 08:20:33 UTC
9215ed0 clear() method works with the NetworkManager. 17 March 2020, 20:49:28 UTC
5c7c000 Introduced NetworkManager. this class encapsulates the Global._networks list of dictionaries. 17 March 2020, 09:10:01 UTC
9f750c0 minor bugfix/changes. + bugfix(BOLD): we removed tau_s/tau_f as parameters but they were left in the copy method. + simulate(measure_time==True) prints out the network id if multiple networks are simulated. 11 March 2020, 16:00:18 UTC
cb3185e small bugfix for the previous commit. 28 February 2020, 15:23:10 UTC
636ade5 Merge branch 'develop' of https://ai.informatik.tu-chemnitz.de/gogs/annarchy/annarchy into develop 28 February 2020, 14:19:11 UTC
3cb975e Split the population::update code for rate-coded neurons into two loops. 28 February 2020, 13:27:05 UTC
a4262b3 Merge branch 'develop' of https://ai.informatik.tu-chemnitz.de/gogs/annarchy/annarchy into develop 17 February 2020, 15:01:24 UTC
4658878 Slight change in the code generation. I separated the spike condition from equation, this should ease the vectorization. 17 February 2020, 14:59:19 UTC
a267928 Bugfix (Izhikevich neuron): the parameter a=0.2 was too high. We changed the default behavior from fast spiking (which should be a=0.1, d=2.0 according to Izhikevich 2003) to regular spiking (a=0.02, d=8.0 according to Izhikevich 2003) 12 February 2020, 07:36:53 UTC
3eb120c Trying to remove mock 30 January 2020, 13:00:20 UTC
8359bd0 Added .readthedocs.yml to improve the VM. 30 January 2020, 12:54:48 UTC
bae63aa Merge branch 'develop' of https://ai.informatik.tu-chemnitz.de/gogs/annarchy/annarchy into develop 30 January 2020, 12:52:06 UTC
790bf5d Added py3.8 30 January 2020, 12:51:54 UTC
a2ddaa1 Added missing DOIs for the referenced articles. 30 January 2020, 10:53:56 UTC
89af048 Added description of the BOLD monitor variables. Removed two unnecessary parameters. 30 January 2020, 06:41:12 UTC
256cdea minor changes. Clear monitors for CUDA populations. Error in Bold monitor documentation. 09 January 2020, 09:09:26 UTC
d343e1b code generation bugfixes related to CUDA implementation. 08 January 2020, 15:58:35 UTC
8ed5b7a Tentative fix when cython is not in the same folder as python. 07 January 2020, 10:58:25 UTC
b85b4aa Merge branch 'connectome' into develop and resolved some issues. Improved _update_num_aff_connections implementation (is now called internally) 07 January 2020, 09:58:58 UTC
0f52b0f Bugfix: CurrentInjection projection did not consider PopulationViews. (Thanks to René Larisch for report) 18 December 2019, 12:06:54 UTC
2abd953 print(ANNarchy.core.Synapse object) shows the model description instead of the pointer address. 27 November 2019, 14:03:23 UTC
c531b4e Some bugfixes/interface changes on BoldMonitor: + period/period_offset is now working correctly + recording of intermediate variables of the balloon model is now disabled by default (enabling via record_all_variables argument) + added some error messages (e. g. two many variables) + Solved potential bug: bold monitors are now identified by the monitor ID not the targeted population (this would produce errors if multiple bold monitors access the same population). 25 November 2019, 21:05:50 UTC
412316b Bugfix: multiple AccProjections can now contribute to one target variable. 17 November 2019, 09:12:34 UTC
7d55bcd CUDA setup uses the full path to Cython 09 November 2019, 13:35:52 UTC
6aabc9c The full path to Cython is required on soe Anaconda. 08 November 2019, 13:44:10 UTC
429201f Checked and updated, done by Oliver Maith, the bold monitor: + equations work on second time scale, so we need to add a 0.001 on the equations + updated init values for (v, q, f_out, E) 07 November 2019, 14:21:36 UTC
5246fe9 Added __init__.pxd file to help Cython find .pxd headers in core/cython_ext. 06 November 2019, 13:57:41 UTC
66f6d9a parser: Added an exception when a parameter/variable has the name of a reserved function. 06 November 2019, 08:38:13 UTC
8cac80a Makefile: passing --include-dir to Cython. 05 November 2019, 12:40:05 UTC
9f72103 Merge branch 'develop' of https://ai.informatik.tu-chemnitz.de/gogs/annarchy/annarchy into develop 03 November 2019, 16:40:20 UTC
2663ecf Dropped support for Python 2.7 on travis. 03 November 2019, 16:39:56 UTC
4c90aac Added argument "annarchy_json" introduced in commit 8bee6dac9f to Network class. 30 September 2019, 06:20:19 UTC
04aaf1d Bugfix (NormProjection): missing semicolon in g_target statement. 20 August 2019, 11:36:19 UTC
8bee6da Added a new argument 'annarchy_json' for compile() to allow local annarchy.json files. 13 August 2019, 08:46:18 UTC
7255ae0 Axonal spikes should be able to reduce synaptic efficancy (NormProjection) 13 August 2019, 08:29:53 UTC
7c13ee5 Merge branch 'develop' into connectome 13 August 2019, 05:53:44 UTC
c4217f8 Bugfix(CUDA): multiple populations had the same sequences of random numbers (Thanks to Valentin for reporting) 19 July 2019, 11:33:50 UTC
2e4b1db Fixed bug when using logical operations inside ite() in an ODE. Refactored a bit the parser. Improved the unittests. 12 July 2019, 15:44:42 UTC
0d049da Merge branch 'develop' of https://ai.informatik.tu-chemnitz.de/gogs/annarchy/annarchy into develop 26 June 2019, 11:21:37 UTC
0e9a95f Merge branch 'master' into develop 26 June 2019, 11:20:31 UTC
fcc7f03 Intermediary release 4.6.8.1 26 June 2019, 10:57:58 UTC
00ad0ee macos: fixed segfault by adding -dynamiclib -flat_namespace to the MacOS Makefile. 26 June 2019, 10:53:59 UTC
cc21795 macos: tell xcode that cython modules are c++ 26 June 2019, 07:58:41 UTC
0333470 Merge branch 'master' into develop 24 June 2019, 05:54:49 UTC
effa23f Bugfix: Projection.load() for loading projection data of a single instance was not working correct. 24 June 2019, 05:52:46 UTC
0e6defe Started version 4.6.9 08 June 2019, 15:55:26 UTC
back to top