Brett Olivier
Brett Olivier
I've been playing around with using LLM's to generate/convert docstrings and found two docstring formats for Python that are widely used: - PEP 287 (https://peps.python.org/pep-0287/) reST and Sphinx compatible but...
Currently PySCeS imports/exports L2V4 and we need to deal with the model syntax (no defaults etc) as well as new/changes elements (event handling, math, packages, annotation).
Being able to draw from random distributions will be useful for StochPy, I have added prototype support for this to PySCeS (https://github.com/PySCeS/pysces/issues/19). To enable this we need to upgrade the...
Currently Groups containing a simple list of objects that they collect. While this is an obvious way of doing things it can lead to the situation where, under certain circumstances...
The FluxBound constructs were first developed to map to FBCv1, however these constructs are now creating a performance bottleneck when creating very large models. My current proposal is to: -...
If you try to install StochPy from PyPI with > ```pip install stochpy``` and get the numpy error shown at the end of this issue, please use: > ```pip install...