Skip to content

Releases: sandialabs/pyttb

v1.3.0

02 Jul 03:10
Compare
Choose a tag to compare

What's Changed

  • Changed package name to pyttb (#24)

Full Changelog: v1.2.0...v1.3.0

v1.2.0

01 Jul 23:36
Compare
Choose a tag to compare

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

29 Jun 14:28
Compare
Choose a tag to compare

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

27 Jun 18:32
Compare
Choose a tag to compare

What's Changed

  • Fixed import_data method
  • New export_data method
  • More testing

Full Changelog: v1.0.0...v1.1.0

v1.0.0

27 Jun 18:29
7b136bb
Compare
Choose a tag to compare
  • Initial release of Python Tensor Toolbox