Skip to content

Commit 8776944

Browse files
authored
Bump version (#81)
Closes #80
1 parent 961620c commit 8776944

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyttb"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
description = "Python Tensor Toolbox"
55
authors = [
66
{name="Daniel M. Dunlavy", email="[email protected]"},

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="pyttb",
9-
version="1.4.0",
9+
version="1.5.0",
1010
packages=["pyttb"],
1111
package_dir={"": "."},
1212
url="",

0 commit comments

Comments
 (0)