Skip to content

Releases: sandialabs/pyttb

v1.3.5

13 Jul 05:49
Compare
Choose a tag to compare

What's Changed

  • Fixing np.reshape in tensor.ttv (Issue #37, PR #38)
  • Fixing np.reshape in remainder of tensor (Issue #30, PR #39)

Full Changelog: v1.3.4...v1.3.5

v1.3.4

12 Jul 16:18
Compare
Choose a tag to compare

What's Changed

  • Fixing issues with PyPi uploads

Full Changelog: v1.3.3...v1.3.4

v1.3.3

11 Jul 21:01
063005e
Compare
Choose a tag to compare

What's Changed

  • Fixed indexing bug in tensor.mttkrp (Issue #35, PR #36)
  • Updated LICENSE to compliant format (Issue #33 , PR #34)
  • Now using coveralls.io for coverage reporting
  • Now using readthedocs.io for documentation

Full Changelog: v1.3.2...v1.3.3

v1.3.2

06 Jul 16:38
fcf19e9
Compare
Choose a tag to compare

What's Changed

  • Update tensor.nvecs to use tenmat (Issue #25, PR #31)
  • Full implementation of tensor.collapse (Issue #2, PR #32)
  • Added CHANGELOG.md

Full Changelog: v1.3.1...v1.3.2

v1.3.1

02 Jul 04:06
Compare
Choose a tag to compare

What's Changed

  • 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.

Full Changelog: v1.3.0...v1.3.1

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