Robert Clewley
Robert Clewley
Mac's CMD + V pastes as expected into a text dialog but using my clipboard manager to select a previous paste results in `v` being shown in the text box,...
common_lib was updated a couple of times during the semesters I taught this to quickly patch some emerging problems the students had. As a result, the extant version may not...
See files_info.txt for current index.
Combines changes from https://github.com/robclewley/pydstool/pull/151 and outstanding changes from https://github.com/robclewley/pydstool/pull/133. Could @z2v please review the travis changes, as I'm not familiar with the logic of the settings?
VODE was looking ahead by one time sample when preparing next time step's external inputs for use in the RHS function. This partly fixes the primary issue described here: https://sourceforge.net/p/pydstool/discussion/472291/thread/e55d28a2/
parseUtils.py symbolMapClass does not cache results when it uses parserObject to check unrecognized string inputs. It could update lookupDict with its result for *much* greater efficiency if being called repeatedly...
Like XPPAUT's functionality, create some macros to automatically generate bifurcation diagrams.
What's the best way to deal with PyDSTool/**init**.py's from . import Generator as GenModule from .Generator import Generator as Generator_ from .Generator import * Generator = GenModule from . import...
Explore possibility of making zero-crossing event factory functions always create the source code for all possible targets (only 'c', 'python', and 'matlab' are needed anyway, at present). This would avoid...
Presently, the user must micro-manage the computation of nullclines. The find_nullclines() function will only find one branch of a nullcline at a time, regardless of search/starting point resolution parameter n...