File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ # v1.5.0 (2023-03-19)
2+ - New:
3+ - Added ` hosvd ` Tuecker decomposition (Issue #56 , PR #67 )
4+ - Added ` tucker_als ` Tuecker decomposition (PR #66 )
5+ - Autoformatting using ` black ` and ` isort ` (Issue #59 , PR #60 )
6+ - Updated/Ongoing:
7+ - Included more testing for improved coverage (Issue #78 , PR #79 )
8+
19# v1.4.0 (2023-02-21)
210- New:
311 - Added ` ttensor ` class and associated tests (Issue #10 , PR #51 )
Original file line number Diff line number Diff line change 11[project ]
22name = " pyttb"
3- version = " 1.4 .0"
3+ version = " 1.5 .0"
44description = " Python Tensor Toolbox"
55authors = [
66 {
name =
" Daniel M. Dunlavy" ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change 66
77setup (
88 name = "pyttb" ,
9- version = "1.4 .0" ,
9+ version = "1.5 .0" ,
1010 packages = ["pyttb" ],
1111 package_dir = {"" : "." },
1212 url = "" ,
You can’t perform that action at this time.
0 commit comments