We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3de342 commit 5544863Copy full SHA for 5544863
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# v1.5.1 (2023-04-14)
2
+- New:
3
+ - Dev Support:
4
+ - Linting: support for `pyttb_utils` and `sptensor` (PR https://github.com/sandialabs/pyttb/pull/77)
5
+ - Pre-commit: support @ntjohnson1 in (PR https://github.com/sandialabs/pyttb/pull/83)
6
+- Fixed/Completed:
7
+ - `hosvd`: Negative signs can be permuted for equivalent decomposition (PR https://github.com/sandialabs/pyttb/pull/82)
8
+ - Versioning: using dynamic version in pyproject.toml (PR https://github.com/sandialabs/pyttb/pull/86)
9
+ - Package Testing: fixed problem with subprocesses (PR https://github.com/sandialabs/pyttb/pull/87)
10
+
11
# v1.5.0 (2023-03-19)
12
- New:
13
- Added `hosvd` Tuecker decomposition (Issue #56, PR #67)
0 commit comments