Skip to content

Commit 393abe6

Browse files
author
Dunlavy
committed
Bump version
1 parent 4bd5147 commit 393abe6

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v1.4.0 (2023-02-21)
2+
- New:
3+
- Added `ttensor` class and associated tests (Issue #10, PR #51)
4+
- Fixed/Completed:
5+
- Tensor slicing now passes through to `numpy` array slicing (Issue #41, PR #50)
6+
- Updated/Ongoing:
7+
- Included more testing for improved coverage (Issue #14, PR #52)
8+
19
# v1.3.9 (2023-02-20)
210
- Remove deprecated `numpy` code associated with aliases to built-in types and ragged arrays (Issue #48, PR #49)
311

CONTRIBUTORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ U.S. Government retains certain rights in this software.
1414

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

2020
**Other Contributors:**

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.3.9"
3+
version = "1.4.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.3.9',
9+
version='1.4.0',
1010
packages=['pyttb'],
1111
package_dir={'': '.'},
1212
url='',

0 commit comments

Comments
 (0)