2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix the syntax of the pypirc file to actually work. More... over 11 years ago
Get setup.py's command-line arguments into the right order. More... over 11 years ago
Make sure to create the windows installer without the C extensions. More... over 11 years ago
... and really commit the actual file for the Jenkins job. More... over 11 years ago
Use a Jenkins job to upload to PyPI More... over 11 years ago
Add the CSpikeQueue source files as "package data" in setup.py so that they are available in the installation directory More... over 11 years ago
State that the Windows installer does not have compiled C extensions. More... over 11 years ago
... and remove the left-over print statement :-/ More... over 11 years ago
Create pure-Python installer for Windows More... over 11 years ago
Include new examples in the "extras" zip file More... over 11 years ago
Set version to 1.4.1 and document new features More... over 11 years ago
Correct a path in the docs More... over 11 years ago
Change the debug message about variable delays into a warning message More... over 11 years ago
Fix some documentation issues More... over 11 years ago
Update the docs on compiled code, mention that fastexp and ccircular are automatically installed now. Also add experimental.cspikequeue to setup.py More... over 11 years ago
Fix a wrong use of log_info when pygame is not available More... over 11 years ago
added the possibility of outputting a state matrix of synaptic values with to_matrix More... over 11 years ago
added a test for the to_matrix method of SynapticVariable More... over 11 years ago
Added the option to save the connectivity of a Synapses object. See the doc for save_connectivity. More... over 11 years ago
The test file for the save connectivity feature of Synapses More... over 11 years ago
Install the correct sympy versions for testing with Python 2 and 3 More... over 11 years ago
Use numpy 1.7.1 instead of numpy 1.6.2 for testing (was a workaround because 1.7.0 did not work with Python 2.x) More... over 11 years ago
Fix a typo in the brian hears docs More... over 11 years ago
Added some comments and such More... almost 12 years ago
Added some informations for the installation of CSpikeQueue More... almost 12 years ago
Make the TanCarney examples work with Python 2.5 (do not use itertools.product) More... almost 12 years ago
fixed the bug I volutarily introduced to see if you guys followed More... almost 12 years ago
Use numpy 1.6.2 for testing, the current 1.7.0 version is incompatible with weave. More... almost 12 years ago
Added a "precompute_offsets" to the C Version of SpikeQueue. Fixes a bug mentioned on the ML today. More... almost 12 years ago
Added a first version of Synapses with the possibility of dynamically updated delays. The way this is done is mostly by having delays act as a simple attribute that is used to update the spikequeue at each timesteps. More... almost 12 years ago