Skip to content

Releases: qthequartermasterman/hypothesis-torch

v0.7.15

06 Sep 17:07
Compare
Choose a tag to compare

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)

v0.7.14

06 Sep 15:02
Compare
Choose a tag to compare

v0.7.14 (2024-09-06)

Build

  • build(deps): bump the lint-and-dev group across 1 directory with 7 updates

Bumps the lint-and-dev group with 7 updates in the / directory:

Package From To
mypy 1.11.0 1.11.2
ruff 0.5.4 0.6.4
pyright 1.1.372 1.1.379
pytest 8.3.1 8.3.2
mkdocs 1.6.0 1.6.1
mkdocstrings[python] 0.25.1 0.26.1
mkdocs-material 9.5.29 9.5.34

Updates mypy from 1.11.0 to 1.11.2

Updates ruff from 0.5.4 to 0.6.4

Updates pyright from 1.1.372 to 1.1.379

Updates pytest from 8.3.1 to 8.3.2

Updates mkdocs from 1.6.0 to 1.6.1

Updates mkdocstrings[python] from 0.25.1 to 0.26.1

Updates mkdocs-material from 9.5.29 to 9.5.34


updated-dependencies:

  • dependency-name: mypy
    dependency-type: direct:production
    update-type: version-update:semver-patch
    dependency-group: lint-and-dev
  • dependency-name: ruff
    dependency-type: direct:production
    update-type: version-update:semver-minor
    dependency-group: lint-and-dev
  • dependency-name: pyright
    dependency-type: direct:production
    update-type: version-update:semver-patch
    dependency-group: lint-and-dev
  • dependency-name: pytest
    dependency-type: direct:production
    update-type: version-update:semver-patch
    dependency-group: lint-and-dev
  • dependency-name: mkdocs
    dependency-type: direct:production
    update-type: version-update:semver-patch
    dependency-group: lint-and-dev
  • dependency-name: mkdocstrings[python]
    dependency-type: direct:production
    update-type: version-update:semver-minor
    dependency-group: lint-and-dev
  • dependency-name: mkdocs-material
    dependency-type: direct:production
    update-type: version-update:semver-patch
    dependency-group: lint-and-dev
    ...

Signed-off-by: dependabot[bot] <[email protected]> (c444527)

Ci

  • ci: move transformers to its own dependabot group (8f9e21c)

  • ci: move transformers to its own dependabot group (81eefab)

Unknown

  • Merge pull request #118 from qthequartermasterman/dependabot/pip/main/lint-and-dev-269eb57662

build(deps): bump the lint-and-dev group across 1 directory with 7 updates (075ca04)

  • Merge pull request #117 from qthequartermasterman/optional-transformers-dependabot

ci: move transformers to its own dependabot group (92cd8a0)

  • Merge pull request #115 from qthequartermasterman/optional-transformers-dependabot

ci: move transformers to its own dependabot group (33da1f7)

v0.7.13

05 Sep 20:57
Compare
Choose a tag to compare

v0.7.13 (2024-09-05)

Build

  • build: Drop support for pytorch 1.13 (ab0beb1)

Ci

  • ci: Exclude impossible torch/python versions py3.12torch2.1.2 (6129f33)

  • ci: decrease dependabot frequency (d05f966)

  • ci: fail fast false (34b761b)

  • ci: use cpu wheels (9b03cc7)

  • ci: use cpu wheels (0610956)

  • ci: use cpu wheels (664acca)

  • ci: support testing against latest (81781e0)

  • ci: support testing against latest (f65ea91)

  • ci: support testing against latest (1d8980c)

  • ci: fix torch version for github actions (f6a19ed)

  • ci: fix torch version for github actions (3f6d3e1)

Refactor

  • refactor: ♻️ 🏷️ Use a type alias to avoid type checking issues in 2.4.0 related to Optimizer not being publicly exported for the type checker (dfcd394)

Style

  • style: 🏷️ Add type ignore in casting to memory format (1c8107b)

  • style: 🏷️ Add type ignore in casting to memory format (63b0646)

Unknown

  • Merge pull request #114 from qthequartermasterman/drop-pytorch-1-13-support

build: Drop support for pytorch 1.13 (30f9114)

v0.7.12

22 Jul 17:53
Compare
Choose a tag to compare

v0.7.12 (2024-07-22)

Build

  • build(deps): bump the lint-and-dev group across 1 directory with 6 updates

Updates the requirements on transformers, mypy, ruff, pyright, pytest and mkdocs-material to permit the latest version.

Updates transformers to 4.42.4

Updates mypy from 1.10.1 to 1.11.0

Updates ruff from 0.5.1 to 0.5.4

Updates pyright from 1.1.370 to 1.1.372

Updates pytest from 8.2.2 to 8.3.1

Updates mkdocs-material from 9.5.28 to 9.5.29


updated-dependencies:

  • dependency-name: transformers
    dependency-type: direct:production
    dependency-group: lint-and-dev
  • dependency-name: mypy
    dependency-type: direct:production
    update-type: version-update:semver-minor
    dependency-group: lint-and-dev
  • dependency-name: ruff
    dependency-type: direct:production
    update-type: version-update:semver-patch
    dependency-group: lint-and-dev
  • dependency-name: pyright
    dependency-type: direct:production
    update-type: version-update:semver-patch
    dependency-group: lint-and-dev
  • dependency-name: pytest
    dependency-type: direct:production
    update-type: version-update:semver-minor
    dependency-group: lint-and-dev
  • dependency-name: mkdocs-material
    dependency-type: direct:production
    update-type: version-update:semver-patch
    dependency-group: lint-and-dev
    ...

Signed-off-by: dependabot[bot] <[email protected]> (695301b)

Unknown

  • Merge pull request #91 from qthequartermasterman/dependabot/pip/main/lint-and-dev-cca6d4ef9c

build(deps): bump the lint-and-dev group across 1 directory with 6 updates (c428983)

v0.7.11

06 Jul 17:17
Compare
Choose a tag to compare

v0.7.11 (2024-07-06)

Build

  • build(deps): bump ruff from 0.5.0 to 0.5.1 in the lint-and-dev group

Bumps the lint-and-dev group with 1 update: ruff.

Updates ruff from 0.5.0 to 0.5.1


updated-dependencies:

  • dependency-name: ruff
    dependency-type: direct:production
    update-type: version-update:semver-patch
    dependency-group: lint-and-dev
    ...

Signed-off-by: dependabot[bot] <[email protected]> (88cd5e8)

Unknown

  • Merge pull request #84 from qthequartermasterman/dependabot/pip/main/lint-and-dev-bc3aaa0dd1

build(deps): bump ruff from 0.5.0 to 0.5.1 in the lint-and-dev group (f129167)

v0.7.10

05 Jul 15:50
Compare
Choose a tag to compare

v0.7.10 (2024-07-05)

Build

  • build(deps): bump the lint-and-dev group across 1 directory with 5 updates

Updates the requirements on transformers, mypy, ruff, pyright and mkdocs-material to permit the latest version.

Updates transformers to 4.42.3

Updates mypy from 1.10.0 to 1.10.1

Updates ruff from 0.4.9 to 0.5.0

Updates pyright from 1.1.367 to 1.1.370

Updates mkdocs-material from 9.5.26 to 9.5.28


updated-dependencies:

  • dependency-name: transformers
    dependency-type: direct:production
    dependency-group: lint-and-dev
  • dependency-name: mypy
    dependency-type: direct:production
    update-type: version-update:semver-patch
    dependency-group: lint-and-dev
  • dependency-name: ruff
    dependency-type: direct:production
    update-type: version-update:semver-minor
    dependency-group: lint-and-dev
  • dependency-name: pyright
    dependency-type: direct:production
    update-type: version-update:semver-patch
    dependency-group: lint-and-dev
  • dependency-name: mkdocs-material
    dependency-type: direct:production
    update-type: version-update:semver-patch
    dependency-group: lint-and-dev
    ...

Signed-off-by: dependabot[bot] <[email protected]> (6e39b50)

Unknown

  • Merge pull request #83 from qthequartermasterman/dependabot/pip/main/lint-and-dev-f8472f5032

build(deps): bump the lint-and-dev group across 1 directory with 5 updates (4c37ef8)

v0.7.9

14 Jun 17:07
Compare
Choose a tag to compare

v0.7.9 (2024-06-14)

Unknown

  • Merge pull request #74 from qthequartermasterman/dependabot/pip/main/lint-and-dev-54db406bcd

build(deps): bump the lint-and-dev group across 1 directory with 2 updates (ec9d014)

v0.7.8

14 Jun 17:01
Compare
Choose a tag to compare

v0.7.8 (2024-06-14)

Unknown

  • Merge pull request #72 from qthequartermasterman/dependabot/github_actions/main/dawidd6/action-download-artifact-6

build(deps): bump dawidd6/action-download-artifact from 5 to 6 (31bfc45)

v0.7.7

14 Jun 16:54
Compare
Choose a tag to compare

v0.7.7 (2024-06-14)

Ci

  • ci: merge all dependabot PRs into one using dependabot groups. (2352a54)

Unknown

  • Merge pull request #70 from qthequartermasterman/dependabot/pip/main/ruff-0.4.9

build(deps): bump ruff from 0.4.7 to 0.4.9 (9910c27)

  • Merge pull request #71 from qthequartermasterman/grouped-dependabot

ci: merge all dependabot PRs into one using dependabot groups. (4eb1ec1)

v0.7.6

14 Jun 16:42
Compare
Choose a tag to compare

v0.7.6 (2024-06-14)

Build

  • build(deps): bump dawidd6/action-download-artifact from 3.1.4 to 5

Bumps dawidd6/action-download-artifact from 3.1.4 to 5.


updated-dependencies:

  • dependency-name: dawidd6/action-download-artifact
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <[email protected]> (380fee0)

Unknown

  • Merge pull request #62 from qthequartermasterman/dependabot/pip/main/pytest-8.2.2

build(deps): bump pytest from 8.2.1 to 8.2.2 (721e435)

  • Merge pull request #68 from qthequartermasterman/dependabot/github_actions/main/dawidd6/action-download-artifact-5

build(deps): bump dawidd6/action-download-artifact from 3.1.4 to 5 (0c48d89)