**Misc:**
- stabilized API
**BREAKING CHANGES:**
- renamed all non-public modules so the only supported way to import is
directly from "convtools", e.g.:
* `from convtools import conversion as c`
* `from convtools import DateGrid, DateTimeGrid`
- contrib ones are left as is:
* `from convtools.contrib.tables import Table`
* `from convtools.contrib.fs import split_buffer`