2
I Use This!
Inactive

Commits : Listings

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