Version 0.13-beta introduces experimental support for multi-GPU hardware acceleration using the [ha-ndarray](https://github.com/haydnv/ha-ndarray) library. If you are using TinyChain, we want to hear from you! Send an email with the word "hello" to [hellotinychain.net](mailto:hellotinychain.net).
Changelog:
* dropped ArrayFire as a dependency
* added experimental support for multi-GPU hardware acceleration (build with the "opencl" feature flag to enable this)
* updated collection types to implement a log-structured merge consistency model, for faster commits
* decoupled transactional locks from filesystem locks
* added support for cell level locking
* added support for multiple axes in tensor reduce operations (including einsum)
* updated crate structure to include the new `chain`, `collection`, `fs`, `scalar`, and `state` sub-crates for faster build times