v1.6.0
What's Changed
- API Change (PR #91)
- Not backwards compatible
pyttb_utils.tt_dimscheck
- Addresses ambiguity of -0 by using
exclude_dims
(numpy.ndarray
) parameter
- Addresses ambiguity of -0 by using
ktensor.ttv
,sptensor.ttv
,tensor.ttv
,ttensor.ttv
- Use
exlude_dims
parameter instead of-dims
- Explicit nameing of dimensions to exclude
- Use
tensor.ttsv
- Use
skip_dim
(int
) parameter instead of-dims
- Exclude all dimensions up to and including
skip_dim
- Use
- Fixes/Completed:
- Code cleaning: minor changes associated with replacing
-dims
withexclude_dims
/skip_dim
- Authorship: PyPI only allows one author, changing to current POC
- Code cleaning: minor changes associated with replacing
Full Changelog: v1.5.1...v1.6.0