Robert Clewley
Robert Clewley
find_fixedpoints() function expects '_'-based (FuncSpec-compatible) hierarchical variable and parameter names (e.g. 'mymodule_element1_x' instead of 'mymodule.element1.x') from ModelSpec model building. However, find_nullclines() works with the user-friendly '.' syntax. Both should transparently...
Allow option withStdEvents={name: True} to become {name: {evt_name: True}} to select specific events
PyDSTool should use a logger to note internal warnings and information going to stdout rather than plain print statements. Logging options will help with recording provenance of model development /...
If SymPy is installed, it would be nice to provide a transparent way to use its symbolic object classes instead of those in the present Symbolic module. Maybe a thin...
I'm excited to try out your game as a tutorial to get me started in using node for a text-based browser game, as I am new to working with node....
I succeeded in using butler to deploy my (draft) downloadable pygame app using your launcher, which has been successfully built into a `.app` using nuitka. My game is intended to...