Skip to content

Commit 3c4a2db

Browse files
committed
Bump version to 1.8.2
1 parent ab5ac5c commit 3c4a2db

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v1.8.2 (2025-01-01)
2+
- Fixed
3+
- Fixed layout and printing issues (https://github.com/sandialabs/pyttb/pull/354)
4+
- Fixed tutorial hierarchy (https://github.com/sandialabs/pyttb/pull/343)
5+
- Improvements
6+
- Improved `pyttb_utils` (https://github.com/sandialabs/pyttb/pull/353)
7+
- Improved docs for coming from MATLAB (https://github.com/sandialabs/pyttb/pull/352)
8+
- Improved shape support in data classes (https://github.com/sandialabs/pyttb/pull/348)
9+
110
# v1.8.1 (2024-11-11)
211
- Fixed:
312
- Aligning comparison operator output for data classes (https://github.com/sandialabs/pyttb/pull/331)

Diff for: CITATION.bib

+3-3
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 = nov,
4-
title = {{pyttb: Python Tensor Toolbox, v1.8.1}},
3+
month = jan,
4+
title = {{pyttb: Python Tensor Toolbox, v1.8.2}},
55
url = {https://github.com/sandialabs/pyttb},
6-
year = {2024}
6+
year = {2025}
77
}

Diff for: pyttb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from __future__ import annotations
88

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

1111

1212
import warnings

0 commit comments

Comments
 (0)