Skip to content

v0.7.15

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 17:07
· 87 commits to main since this release

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)

  • style fixes by ruff (d97849a)

  • Merge branch 'main' into increase-coverage-for-tensor-strategy (6eebefc)

  • Merge branch 'main' into increase-coverage-for-tensor-strategy (e4bcc8f)

  • Merge branch 'main' into increase-coverage-for-tensor-strategy (6334067)