- Fixing `np.reshape` in `tensor.ttv` (Issue 37, PR 38) - Fixing `np.reshape` in remainder of `tensor` (Issue 30, PR 39)
1.3.4
- Fixing issues with PyPi uploads
1.3.3
- Fixed indexing bug in `tensor.mttkrp` (Issue 35, PR 36) - Updated LICENSE to compliant format (Issue 33 , PR 34) - Now using [coveralls.io](https://coveralls.io/github/sandialabs/pyttb) for coverage reporting - Now using [readthedocs.io](https://pyttb.readthedocs.io/en/latest/) for documentation
1.3.2
- Update `tensor.nvecs` to use `tenmat` (Issue 25, PR 31) - Full implementation of `tensor.collapse` (Issue 2, PR 32) - Added `CHANGELOG.md`
1.3.1
- Using `pyttb.__version__` for specifying package version in code and docs - Implemented `tenmat.__setitem__` and tests (23) - Fix warnings in `cp_apr` associated with divide by zero (13) - Several documentation fixes.