File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments