Skip to content
Snippets Groups Projects
Unverified Commit 7a49c650 authored by Alexander Peyser's avatar Alexander Peyser Committed by GitHub
Browse files

Make `label_dict` conform (more) to Python's `dict` contract

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) 
parent dfd077b2
No related branches found
No related tags found
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