2
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Nov 03, 2024 — Nov 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix singularity URL in README More... almost 3 years ago
Mention singularity in README More... almost 3 years ago
Add Dockerfile and explain its use in README More... almost 3 years ago
****** BRIAN 1.4.4 ****** More... almost 8 years ago
Merge pull request #4 from pedrombmachado/patch-1 More... almost 8 years ago
Change email/URL in setup.py More... almost 8 years ago
Update plotting.py More... almost 8 years ago
Do not fail on import if weave is not available (it is strictly optional) More... almost 8 years ago
Update readme file for new release More... almost 8 years ago
fixup barrelcortex More... almost 8 years ago
Fix two more examples (passed a Brian quantity to matplotlib) More... almost 8 years ago
Change confusing _pre/_post names in STDP examples More... almost 8 years ago
Fix examples for newer numpy version (only int indices allowed) More... almost 8 years ago
Use C99CodePrinter instead of CCodePrinter for newer versions of sympy More... almost 8 years ago
Fix the refractoriness implementation for newer versions of numpy (>=1.13) More... almost 8 years ago
Set version to 1.4.4dev More... almost 8 years ago
****** BRIAN 1.4.3 ****** More... over 9 years ago
Prepare for a future removal of `scipy.weave` (replaced by `weave`) More... over 9 years ago
Remove some use of deprecated syntax that might trigger errors in newer numpy versions More... over 9 years ago
****** BRIAN 1.4.2 ****** More... over 9 years ago
Update documentation and setup files for the 1.4.2 release More... over 9 years ago
Check that synaptic code does not write to pre-synaptic variables More... over 9 years ago
more ignores for subversion More... over 9 years ago
have subversion ignore some files/directories More... over 9 years ago
Fix a few examples to work with newer matplotlib versions More... over 9 years ago
Remove the "sparse matrix patch" warning More... over 9 years ago
Don't access an array with a differently sized boolean array (raises a warning in newer numpy versions) More... over 9 years ago
Add `__repr__` and `__str__` methods to subclasses of `Threshold` to avoid errors when printing them More... over 9 years ago
Use the ids of objects instead of the objects themselves as dictionary keys to avoid issues with unhashable objects More... over 9 years ago
Fix a np.histogram call by removing support for old numpy versions (<1.3, we already require >=1.4.1 anyway) More... over 9 years ago