root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @3202 [3202] 21 hours mstimberg do not reinstall packages all the time, ignore more rows in coverage …
(edit) @3201 [3201] 22 hours mstimberg Test the DynamicArray? class
(edit) @3200 [3200] 41 hours mstimberg test PoissonGroup? a bit more thoroughly
(edit) @3199 [3199] 6 days thesamovar Another attempt at fixing issues with calls to Network.add after …
(edit) @3198 [3198] 7 days mstimberg eplicitely set global options in all simulations
(edit) @3197 [3197] 9 days mstimberg Add reduce and setstate to allow pickling and unpickling
(edit) @3196 [3196] 9 days mstimberg add basic tests for StringThreshold? and StringReset?
(edit) @3195 [3195] 9 days mstimberg benchmark run for SpikeGeneratorGroup? that does not generate any spikes …
(edit) @3194 [3194] 13 days mstimberg was a duplicate of linearfilterbank_memleak.py
(edit) @3193 [3193] 13 days thesamovar Fix deprecated MultipleSpikeGeneratorGroup? to work on Python 2.5, added a …
(edit) @3192 [3192] 13 days thesamovar
(edit) @3191 [3191] 13 days thesamovar
(edit) @3190 [3190] 13 days thesamovar Removed coincidence_detection from experimental
(edit) @3189 [3189] 13 days thesamovar Deprecated MultipleSpikeGeneratorGroup? Moved to …
(edit) @3188 [3188] 2 weeks thesamovar Very minor improvements to MultipleSpikeGeneratorGroup?
(edit) @3187 [3187] 2 weeks thesamovar Fixed SpikeMonitor?.it when no spikes were recorded
(edit) @3186 [3186] 2 weeks thesamovar Added Network.remove and allow add/remove after a run
(edit) @3185 [3185] 2 weeks thesamovar Network.prepared set to False after an object is added (see email …
(edit) @3184 [3184] 2 weeks mstimberg get rid of some whitespace and commented-out code to make pyflakes happy
(edit) @3183 [3183] 3 weeks thesamovar Fixed SparseConnectionMatrix? bug suggested by Owen Mackwood in …
(edit) @3182 [3182] 3 weeks thesamovar Added initialisation with numpy arrays to NeMo? support
(edit) @3181 [3181] 3 weeks thesamovar Added connect_from_sparse method to Connection - much more efficient if …
(edit) @3180 [3180] 3 weeks thesamovar Fixed raster plot so it looks like it used to before matplotlib added …
(edit) @3179 [3179] 3 weeks thesamovar Fixed bug in Parameters reported by Jimmy Bonaiuto
(edit) @3178 [3178] 3 weeks thesamovar Fixed bug with contained_objects reported by Oleg Sinyavskiy
(edit) @3177 [3177] 4 weeks thesamovar Added float versions of spike propagation algorithms
(edit) @3176 [3176] 4 weeks thesamovar Added GPU float support to codegen2 (but a bit hacky)
(edit) @3175 [3175] 4 weeks mstimberg remove indent in wiki text
(edit) @3174 [3174] 4 weeks mstimberg use a configuration file for coverage and exclude things like …
(edit) @3173 [3173] 4 weeks romainbrette
(edit) @3172 [3172] 4 weeks thesamovar Some GPU profiling: short result - more work needed!
(edit) @3171 [3171] 4 weeks thesamovar codegen threshold on GPU now uses on-GPU compaction (up to 20x faster for …
(edit) @3170 [3170] 4 weeks mstimberg increase test coverage a bit
(edit) @3169 [3169] 4 weeks mstimberg well, don't forget to publish the testing results in xunit format…
(edit) @3168 [3168] 4 weeks mstimberg fix the XML generation; also generate branch coverage
(edit) @3167 [3167] 4 weeks mstimberg try a new way of generating coverage reports
(edit) @3166 [3166] 4 weeks mstimberg make sure that the correct brian module is used; really fail in case of a …
(edit) @3165 [3165] 4 weeks mstimberg Make documentation build fail in case of warnings
(edit) @3164 [3164] 4 weeks thesamovar Added two GPU compaction algorithms to …
(edit) @3163 [3163] 4 weeks mstimberg Fix a bug in repr of Units, add more tests for units
(edit) @3162 [3162] 4 weeks romainbrette
(edit) @3161 [3161] 4 weeks thesamovar More GPU algorithms!
(edit) @3160 [3160] 5 weeks thesamovar New GPUConnection in …
(edit) @3159 [3159] 5 weeks mstimberg make sure plotting is possible without an X server
(edit) @3158 [3158] 5 weeks mstimberg more verbose error message
(edit) @3157 [3157] 5 weeks mstimberg Prepare for running as a Jenkins job
(edit) @3156 [3156] 5 weeks thesamovar
(edit) @3155 [3155] 5 weeks thesamovar
(edit) @3154 [3154] 5 weeks thesamovar
(edit) @3153 [3153] 5 weeks thesamovar Some GPU stuff
(edit) @3152 [3152] 5 weeks mstimberg do not use -Ofast (only introduced in gcc 4.6)
(edit) @3151 [3151] 5 weeks mstimberg fix typo…
(edit) @3150 [3150] 5 weeks mstimberg improve testing for dependencies and document use of pstats
(edit) @3149 [3149] 5 weeks mstimberg update link to vbench
(edit) @3148 [3148] 5 weeks mstimberg make non-differential equations available to StringReset?
(edit) @3147 [3147] 5 weeks thesamovar Added a working (but not yet efficient) GPUConnection based on Issam's …
(edit) @3146 [3146] 5 weeks mstimberg Allow setting the time resolution of the benchmarks via commandline
(edit) @3145 [3145] 5 weeks mstimberg do not plot benchmark results
(edit) @3144 [3144] 5 weeks mstimberg set the path where results are stored with a command line argument
(edit) @3143 [3143] 5 weeks mstimberg test codegeneration
(edit) @3142 [3142] 5 weeks thesamovar A few GPU ideas
(edit) @3141 [3141] 5 weeks thesamovar test commit
(edit) @3140 [3140] 6 weeks romainbrette
(edit) @3139 [3139] 6 weeks thesamovar Started nemo package, added some build notes
(edit) @3138 [3138] 6 weeks thesamovar Started brian.experimental.genn
(edit) @3137 [3137] 6 weeks thesamovar Added make_c_integrator to codegen2, started experimental package for genn …
(edit) @3136 [3136] 6 weeks mstimberg correct plotting for globally set origin='lower'
(edit) @3135 [3135] 6 weeks thesamovar Further codegen docs
(edit) @3134 [3134] 6 weeks mstimberg make sure nose is installed
(edit) @3133 [3133] 6 weeks thesamovar More updates to codegen2 documentation (about 2/3 done)
(edit) @3132 [3132] 6 weeks thesamovar starting to document brian.experimental.codegen2
(edit) @3131 [3131] 7 weeks thesamovar
(edit) @3130 [3130] 7 weeks thesamovar Moved codegen_rewrite to brian.experimental.codegen2
(edit) @3129 [3129] 7 weeks mstimberg updated instructions for virtualenvs
(edit) @3128 [3128] 7 weeks mstimberg old versions of matplotlib and scipy cannot be installed via pypi anymore, …
(edit) @3127 [3127] 7 weeks mstimberg fix package versions
(edit) @3126 [3126] 7 weeks mstimberg Instead of using the packages provided by the system, use the oldest …
(edit) @3125 [3125] 7 weeks mstimberg print traceback to stdout instead of stderr, this way it gets included in …
(edit) @3124 [3124] 8 weeks mstimberg ...and fix the missing import…
(edit) @3123 [3123] 8 weeks mstimberg print the stacktrace in case of errors
(edit) @3122 [3122] 8 weeks mstimberg and yet another attempt to fix the displayed test names in Jenkins
(edit) @3121 [3121] 8 weeks mstimberg fix typo
(edit) @3120 [3120] 8 weeks mstimberg One more attempt to get a decent output for the examples test runs -- …
(edit) @3119 [3119] 8 weeks mstimberg "exception as" does not work in Python 2.5, exclude more examples
(edit) @3118 [3118] 8 weeks mstimberg Cleanly separate example runs by running them in separate subprocesses, …
(edit) @3117 [3117] 8 weeks mstimberg Small fix to make DimensionMismatchError? pickable (see …
(edit) @3116 [3116] 8 weeks mstimberg convert every script into a single test case
(edit) @3115 [3115] 8 weeks mstimberg Document the Jenkins jobs for creating documentation and releases
(edit) @3114 [3114] 2 months bfontaine
(edit) @3113 [3113] 2 months mstimberg experimental feature for generating (very simple...) connection graphs in …
(edit) @3112 [3112] 2 months mstimberg some fixes to repr and str
(edit) @3111 [3111] 2 months thesamovar Pedantic minor fix to experimental.model_documentation The d in d/dt …
(edit) @3110 [3110] 2 months mstimberg New experimental "automatic model documentation" feature
(edit) @3109 [3109] 2 months mstimberg Changes to many str and repr functions. Making some of the str
(edit) @3108 [3108] 2 months mstimberg convert setup.py to Unix-style line endings because exec (used by …
(edit) @3107 [3107] 2 months bfontaine spike triggered average added
(edit) @3106 [3106] 2 months mstimberg Use 'universal newline mode' and make documentation script fail if any …
(edit) @3105 [3105] 2 months mstimberg script for generating documentation on the Jenkins server
(edit) @3104 [3104] 2 months mstimberg ignore brian/tests and brian/experimental
(edit) @3103 [3103] 2 months mstimberg run clonedigger on the code
Note: See TracRevisionLog for help on using the revision log.