Skip to content

Commit

Permalink
Bump version (#81)
Browse files Browse the repository at this point in the history
Closes #80
  • Loading branch information
dmdunla authored Mar 19, 2023
1 parent 961620c commit 8776944
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v1.5.0 (2023-03-19)
- New:
- Added `hosvd` Tuecker decomposition (Issue #56, PR #67)
- Added `tucker_als` Tuecker decomposition (PR #66)
- Autoformatting using `black` and `isort` (Issue #59, PR #60)
- Updated/Ongoing:
- Included more testing for improved coverage (Issue #78, PR #79)

# v1.4.0 (2023-02-21)
- New:
- Added `ttensor` class and associated tests (Issue #10, PR #51)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyttb"
version = "1.4.0"
version = "1.5.0"
description = "Python Tensor Toolbox"
authors = [
{name="Daniel M. Dunlavy", email="[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="pyttb",
version="1.4.0",
version="1.5.0",
packages=["pyttb"],
package_dir={"": "."},
url="",
Expand Down

0 comments on commit 8776944

Please sign in to comment.