Releases: sandialabs/pyttb
Releases · sandialabs/pyttb
v1.2.0
What's Changed
- 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)
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- Fixed
tensor/mttkrp
use of np.reshape
(#16)
- Now updating version numbers in
setup.py
Full Changelog: 1.1.0...v1.1.1
v1.1.0
What's Changed
- Fixed
import_data
method
- New
export_data
method
- More testing
Full Changelog: v1.0.0...v1.1.0
v1.0.0
- Initial release of Python Tensor Toolbox