Skip to content

Releases: qthequartermasterman/hypothesis-torch

v0.1.3

21 Apr 20:23
Compare
Choose a tag to compare

v0.1.3 (2024-04-21)

Fix

  • fix: allow manually launching release (f651484)

v0.1.2

21 Apr 20:17
Compare
Choose a tag to compare

v0.1.2 (2024-04-21)

Fix

  • fix: upload to pypi using semantic release (98ac240)

v0.1.1

21 Apr 20:11
Compare
Choose a tag to compare

v0.1.1 (2024-04-21)

Ci

Fix

  • fix: fix semantic release settings (b702e85)

v0.1.0

21 Apr 19:52
Compare
Choose a tag to compare

v0.1.0 (2024-04-21)

Chore

  • chore: specify optional dependencies (fe1b34e)

  • chore: typing (8b184e0)

  • chore: set optional dependencies (64547b3)

  • chore: pyproject toml (a1bfdaa)

Ci

  • ci: fix master->main incorrectly named workflow branch (a110bd9)

  • ci: semantic relase (5febe77)

Documentation

  • docs: 📝 write first README draft (1c5e799)

Feature

  • feat: modify linear network strategy api (4c7d831)

  • feat: import transformer strategy into root if and only if transformers is installed (b314203)

  • feat: import strategies into the root (eaa7a78)

  • feat: generate modules (ad8f103)

  • feat: inspection_util.py (1d22dc8)

  • feat: generate hugging face transformers (74a1ae2)

  • feat: generate tensors (e9785d7)

  • feat: dtype strategies (723f096)

  • feat: device strategies (1acab83)

Fix

Style

Test

  • test: update device test (74e9b90)

Unknown