- Added `tenmat` class and associated tests (8) - Added `tensor.__rmul__` for preadding scalars (18) - Fixed error in `sptensor.__lt__` that led to creation of large boolean tensors when comparing with 0 (15) - Matched output of `cp_als` to Matlab (17)
1.1.1
- Fixed `tensor/mttkrp` use of `np.reshape` (16) - Now updating version numbers in `setup.py`
1.1.0
- Fixed `import_data` method - New `export_data` method - More testing