Skip to content

Commit e19a7f5

Browse files
committed
Bump version
1 parent 221ff63 commit e19a7f5

File tree

3 files changed

+11
-3
lines changed

3 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.8.1 (2024-11-11)
2+
- Fixed:
3+
- Aligning comparison operator output for data classes (https://github.com/sandialabs/pyttb/pull/331)
4+
- Improved:
5+
- Getting starting documentation (https://github.com/sandialabs/pyttb/pull/324)
6+
- Development enviroment (https://github.com/sandialabs/pyttb/pull/329, https://github.com/sandialabs/pyttb/pull/330)
7+
- Documentation (https://github.com/sandialabs/pyttb/pull/328, https://github.com/sandialabs/pyttb/pull/334)
8+
19
# v1.8.0 (2024-10-23)
210
- Added:
311
- Added `ktensor.vis` method for visualizing CP decompositions (https://github.com/sandialabs/pyttb/pull/301)

CITATION.bib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@misc{pyttb,
22
author = {Dunlavy, Daniel M. and Johnson, Nicholas T. and others},
3-
month = oct,
4-
title = {{pyttb: Python Tensor Toolbox, v1.8.0}},
3+
month = nov,
4+
title = {{pyttb: Python Tensor Toolbox, v1.8.1}},
55
url = {https://github.com/sandialabs/pyttb},
66
year = {2024}
77
}

pyttb/__init__.py

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

77
from __future__ import annotations
88

9-
__version__ = "1.8.0"
9+
__version__ = "1.8.1"
1010

1111

1212
import warnings

0 commit comments

Comments
 (0)