* add flatten_mapping and flat_mapping_items helpers to ops module. (17) leaprovenzano
Documentation
* updates repo from latest cookiecutter and revamp docs (16) leaprovenzano
0.3.0
------
* Allow initilization of `AttyDict` from mapping or iterable instead of just kwargs. This aligns `AttyDict` init to be the same as to standard dictionary initilization.
0.2.1
* Fix formatting error in doc templates which was causing doc builds to fail.
0.2.0
* Add `Sentry` : a falsey singleton for where none means something * Add `AncestorChainMap` : a `ChainMap` with extra methods for insertion of parents and ancestors * Improve formatting in docs.
0.1.2
------------------
* Documentation updates to readme and contribution guidelines * CI improvements