Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunlavy committed Feb 21, 2023
1 parent 4bd5147 commit 393abe6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v1.4.0 (2023-02-21)
- New:
- Added `ttensor` class and associated tests (Issue #10, PR #51)
- Fixed/Completed:
- Tensor slicing now passes through to `numpy` array slicing (Issue #41, PR #50)
- Updated/Ongoing:
- Included more testing for improved coverage (Issue #14, PR #52)

# v1.3.9 (2023-02-20)
- Remove deprecated `numpy` code associated with aliases to built-in types and ragged arrays (Issue #48, PR #49)

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ U.S. Government retains certain rights in this software.

- [Danny Dunlavy](@dmdunla) - original author, `sptensor`, `ktensor`, `tensor`, `tenmat`, `cp_als`, `cp_apr`,
[PRs](https://github.com/sandialabs/pyttb/commits?author=dmdunla)
- [Nick Johnson](@ntjohnson1) - original author, `sptensor`, `ktensor`, `tensor`, `cp_als`, `cp_apr`,
- [Nick Johnson](@ntjohnson1) - original author, `sptensor`, `ktensor`, `tensor`, `ttensor`, `cp_als`, `cp_apr`,
[PRs](https://github.com/sandialabs/pyttb/commits?author=ntjohnson1)

**Other Contributors:**
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.3.9"
version = "1.4.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.3.9',
version='1.4.0',
packages=['pyttb'],
package_dir={'': '.'},
url='',
Expand Down

0 comments on commit 393abe6

Please sign in to comment.