- Update pytest to 3.8.0
- Update sphinx to 1.7.9
- _util_ -> _utils_
- _conf_ -> _config_
- Add `cihai.__version__` (so the version is available without having to access `__about__`)
- Add source code link on GitHub on API pages
- Add `__github__` to `__about__`
- Move `DEFAULT_CONFIG` to _constants.py_
- Move _cihai/unihan.py_ -> _cihai/unihan/{**init**.py,dataset.py}_
- Move _cihai/bootstrap.py_ -> _cihai/unihan/bootstrap.py_
- Treat Unihan as a `Dataset`
- Automatically include dataset when created `c = Cihai()`, `c = Cihai(unihan=False)` will do
without
- Tests for examples. We want to make sure our examples work out of the box and new changes catch
API breaks when they need updating