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
+
1
9
# v1.4.0 (2023-02-21)
2
10
- New:
3
11
- Added ` ttensor ` class and associated tests (Issue #10 , PR #51 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " pyttb"
3
- version = " 1.4 .0"
3
+ version = " 1.5 .0"
4
4
description = " Python Tensor Toolbox"
5
5
authors = [
6
6
{
name =
" Daniel M. Dunlavy" ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = "pyttb" ,
9
- version = "1.4 .0" ,
9
+ version = "1.5 .0" ,
10
10
packages = ["pyttb" ],
11
11
package_dir = {"" : "." },
12
12
url = "" ,
You can’t perform that action at this time.
0 commit comments