- Make more functions and variables private and use
__all__
anddel
to tidy namespace - Documentation
- Finish docstrings (rST)
- Generate more documentation with Sphinx
- Add to http://pythonhosted.org/PyRhO and/or https://readthedocs.org/
- Testing
- Update GUI to work with
ipywidgets
>= 5.x - Store parameters (and data) as JSON/plain text where possible
- Add more tutorial notebooks
- Extend database of
modelFits
and addgeneral
with a wide range - Change flux units to mW/mm^2
- Move GUI to submodule and add
modelFits
dropdowns (fitting and simulating) - Remove v_1 as a parameter, add procedure to mod files (and add a dummy scaling factor for FV)
- GUI for Brian
- Implement automatic unit handling and conversions
- Backport to Python 2: 2.7
- Incorporate additional independent variables
- Temperature (Q10)
- Wavelength
- pH (intracellular and extracellular)
- Suffix all parameters to avoid clashes with Brian
- Use
Neo
orStimfit
for handling photocurrents - Use
pandas
for organising metadata - Use
NeuroTools/parameters
for importing and exporting models