Skip to content

Commit 714e694

Browse files
authored
Bump version
1 parent 18ae68a commit 714e694

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v1.6.0 (2023-04-16)
2+
- API Change (PR https://github.com/sandialabs/pyttb/pull/91)
3+
- *Not backwards compatable*
4+
- `pyttb_utils.tt_dimscheck`
5+
- Addresses ambiguity of -0 by using `exclude_dims` (`numpy.ndarray`) parameter
6+
- `ktensor.ttv`, `sptensor.ttv`, `tensor.ttv`, `ttensor.ttv`
7+
- Use `exlude_dims` parameter instead of `-dims`
8+
- Explicit nameing of dimensions to exclude
9+
- `tensor.ttsv`
10+
- Use `skip_dim` (`int`) parameter instead of `-dims`
11+
- Exclude all dimensions up to and including `skip_dim`
12+
- Fixes/Completed:
13+
- Code cleaning: minor changes associated with replacing `-dims` with `exclude_dims`/`skip_dim`
14+
- Authorship: PyPI only allows one author, changing to current POC
15+
116
# v1.5.1 (2023-04-14)
217
- New:
318
- Dev Support:

pyttb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the
33
# U.S. Government retains certain rights in this software.
44

5-
__version__ = "1.5.1dev"
5+
__version__ = "1.6.0"
66

77
import warnings
88

0 commit comments

Comments
 (0)