From b92c633cdf1b9d94d166f8d7c2e93c10ab6e9f47 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 30 Jan 2025 17:42:03 +0000 Subject: [PATCH] 0.8.14 Automatically generated by python-semantic-release --- CHANGELOG.md | 22 ++++++++++++++++++++++ hypothesis_torch/__init__.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9043819..ae1681c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # CHANGELOG +## v0.8.14 (2025-01-30) + +### Build System + +- Do not test Python 3.13 + torch 2.1 + ([`73f090d`](https://github.com/qthequartermasterman/hypothesis-torch/commit/73f090d13a7a7fa4c29e984a8ddb6ffb1892973c)) + +- Support Python 3.13 and PyTorch 2.6 + ([`92017c8`](https://github.com/qthequartermasterman/hypothesis-torch/commit/92017c85a79f586b1c3c536d74a10e742b8dee23)) + +### Continuous Integration + +- Ignore torch<2.4 for python 3.13 + ([`968d454`](https://github.com/qthequartermasterman/hypothesis-torch/commit/968d4541a38dc1de58b6f5bb10dddae7db5f59dd)) + +- Update upload artifact + ([`92c69ff`](https://github.com/qthequartermasterman/hypothesis-torch/commit/92c69ffeb944ee4bb115063847fc9286feaf3277)) + +- Update upload artifact + ([`ac8f6df`](https://github.com/qthequartermasterman/hypothesis-torch/commit/ac8f6df1b5b025b58111ecc6194ddd57c60d718a)) + + ## v0.8.13 (2025-01-29) ### Build System diff --git a/hypothesis_torch/__init__.py b/hypothesis_torch/__init__.py index 7a78c73..9fd64ed 100644 --- a/hypothesis_torch/__init__.py +++ b/hypothesis_torch/__init__.py @@ -4,7 +4,7 @@ lacks built-in support for Pytorch tensors and modules, so this library provides strategies for generating them. """ -__version__ = "0.8.13" +__version__ = "0.8.14" import importlib.util from hypothesis_torch.device import (