v0.7.15
v0.7.15 (2024-09-06)
Ci
- ci: add pre-commit pyright/mypy full library (
98c1985
)
Fix
- fix: Only support memory formats for strided tensors (
6add69f
)
Refactor
- refactor: ♻️ extract internal function to more easily test available memory formats when inferring a strategy (
b95feea
)
Test
-
test: use zeros for sparse tensors (
6519c27
) -
test: fix missing arg (
b14d1b9
) -
test: limit size of tensors for permitted memory format tests (
c76bac8
) -
test: do correct assertion using dim order instead of contiguous for memory format (
56f0997
) -
test: assert tensor is contiguous (
c358946
) -
test: mark pragma no cover (
b7b87d9
) -
test: ✅ add additional tests for
tensor_strategy
checking that passing in strategies as arguments is correct. (39795ce
)
Unknown
- Merge pull request #47 from qthequartermasterman/increase-coverage-for-tensor-strategy
refactor: Increase coverage for tensor strategy with some internal refactoring (4b639bd
)