Super excited to announce our new `stannum`!
Here are two major changes to `Tube`:
* To avoid any potential confusion, negative indices in `Tube` for don't-care(any) dim and matching dim and `None` for batching dim are deprecated. Instead, use explicit `stannum.AnyDim`, `stannum.MatchDim(dim_id)` and `stannum.BatchDim` in 0.9 and onward.
* `DimensionCalculator` is added to enable dynamic dimension calculation in `Tube`, which will be super useful in cases like convolution.
The documentation is updated as well. Check it out!