2
I Use This!
Very Low Activity

Commits : Listings

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