Skip to content
Snippets Groups Projects
user avatar
Alexander Peyser authored
Add methods to `label_dict`
- iterators `keys`, `values`, `items`
- `update(dict)`
- `label_dict(iter[k, v])`, `label_dict(label_dict)`
- `__contains__`

Also bump `pybind11` to latest and clean up `label_dict` implementation.

Addresses #1535 (in so far as possible) 
7a49c650

Arbor

The Arbor Python package is a wrapper around the high-performance C++ library Arbor, for constructing and running simulations multi-compartment neuron models, from single cell models to large networks.

Documentation is available online at Read the Docs.

Submit a ticket if you have any questions or want help.