Large release, no breaking API changes, major API additions, some internal functionality changes.
Internal Functionality Improvements:
---
* `velox.tools.sha` now is `bytes`-aware for python 3, and uses `SHA1` instead of `MD5`. Any code that relied on the `obj.current_sha` API in a manner that persisted a SHA should be considered obsolete.
API additions:
---
* `velox.lite` has been introduced as a lightweight way of using the versioning capabilities of Velox. The `save_object` and `load_object` methods define a thin manner to interact with **any** python object.