- The `dataphile.io.stream` module has been completely reimplemented.
The Stream class has been replaced with an inheritance scheme and a more
elegant series of design patterns. Now, There is (`BinaryStream` | `TextStream`) <- `BaseStream`
and (`BinaryLiveStream` | `TextLiveStream`) <- `LiveStream` <- `BaseStream`.
The implementation of the `dataphile.bin.stream` script has updated to reflect these.
- The logging functionality core to Dataphile, `dataphile.core.logging`, has been factored
out of the project to a stand alone package, [`LogAlpha`](https://github.com/glentner/LogAlpha).