Releases: sandialabs/pyttb
Releases · sandialabs/pyttb
v1.3.9
What's Changed
- Remove deprecated
numpy
code associated with aliases to built-in types and ragged arrays (Issue #48, PR #49)
Full Changelog: v1.3.8...v1.3.9
v1.3.8
What's Changed
- Fixed
pyttb_utils.tt_ind2sub
(Issue #45, PR #47)
- Implemented
ktensor.score
(Issue #46, PR #47)
Full Changelog: v1.3.7...v1.3.8
v1.3.7
What's Changed
- Implemented
tensor.ttt
(Issue #28, PR #44)
- Fixed
tenmat
to accept empty arrays for rdims
or cdims
(Issue #42, PR #43)
- Adding GitHub action to publish releases to PyPi
Full Changelog: v1.3.6...v1.3.7
v1.3.5
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
What's Changed
- Fixing issues with PyPi uploads
Full Changelog: v1.3.3...v1.3.4
v1.3.2
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
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