Notable changes in this release:
* Renamed _byte_width_ to _byte_lanes_
* Added ability to override _byte_size_ and _lane_count_ in AXI stream constructors
* Added ability to cast `AxiStreamFrame` to `bytes`
* Changed `send()`, `recv()`, `write()`, and `read()` to async blocking calls, and added non-blocking `_nowait` versions.