What's Changed
- Added:
- Added
ktensor.vis
method for visualizing CP decompositions (#301)
- Added support in
cp_als
to optimize only specific modes (#302)
- Added dependency on
matplotlib
for visualization support (#301)
- Fixed:
- Fixed timings and output formatting in
gcp_opt
(#314)
- Improved:
- Improved performance of
ktensor.full
(#300)
- Deprecated:
- Replaced
tt_to_dense_matrix
and tt_from_dense_matrix
with tenmat
data class and methods (#294)
- Removed support for Python 3.8 (end-of-life) (#319)
Full Changelog: v1.7.0...v1.8.0