Skip to content

Commit 5f1e963

Browse files
authored
Update CHANGELOG for version 1.8.4
1 parent 7bc2e62 commit 5f1e963

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# v1.8.4 (2026-01-05)
2+
- Version Support:
3+
- Added support for Python 3.14; dropped support for Python 3.9 (https://github.com/sandialabs/pyttb/pull/459)
4+
- Updated support for recent versions of `numpy` and `spicy` (https://github.com/sandialabs/pyttb/pull/471)
5+
- Added:
6+
- Added ability to choose zero-truncated Poisson distribution in `gcp_opt` (https://github.com/sandialabs/pyttb/pull/450)
7+
- Added `__radd__` support in `sptensor` (https://github.com/sandialabs/pyttb/pull/461)
8+
- Added `index_base` parameter in `export_data` (https://github.com/sandialabs/pyttb/pull/449)
9+
- Fixed:
10+
- Fixed `copy` methods in data classes to use correct layout or underlying data (https://github.com/sandialabs/pyttb/pull/463)
11+
- Fixed `tensor` data layout in `import_data` (https://github.com/sandialabs/pyttb/pull/464)
12+
- Fixed edge case in testing `gcp_opt` (https://github.com/sandialabs/pyttb/pull/452)
13+
- Fixed type handling in `tensor.scale` (https://github.com/sandialabs/pyttb/pull/462)
14+
- Improved:
15+
- Now using `numpy` method for improved performance in `export_data` and `import_data` (https://github.com/sandialabs/pyttb/pull/465)
16+
- Dev:
17+
- Update ruff version used in CI testing (https://github.com/sandialabs/pyttb/pull/446)
18+
119
# v1.8.3 (2025-08-29)
220
- Added:
321
- Added `create_problem` data and solution generator to match TTB for MATLAB (https://github.com/sandialabs/pyttb/pull/442)

0 commit comments

Comments
 (0)