Skip to content
Snippets Groups Projects
Unverified Commit cfad427a authored by Benjamin Cumming's avatar Benjamin Cumming Committed by GitHub
Browse files

Python Interface (#948)

A big update that wraps over 90% of the public C++ API, with enough functionality to let Python users to perform useful modelling.

Key features
- wrapping of cable cell functionality
  - user-defined explicit compartmentalisation not supported
- `single_cell_model` abstraction unique to the Python wrapper that simplifies developing and testing single cell models
- one-dimensional cell builder for Python wrapper that simplfies building cells that 
  - in and of itself limited in scope, but a very useful example of mapping a richer morphology builder onto `sample_tree`s.
- parsing of region and location expressions from strings
  - implements a generic s-expression parser that we can use for other purposes later
parent 22939368
No related branches found
No related tags found
No related merge requests found
Showing
with 1770 additions and 282 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment