Features
* Added ``__setitem__`` and ``__setattr`` methods for generating reactive values.
Docs
* Added examples to docstrings (in doctest format).
Bug Fixes
* Under several conditions, Reactive values generated from ``__call__`` and ``__getitem__` weren't updating when an upstream observable was updated.
Typing
* Improve type inference for ``__call__`` generated reactive values.