diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d4f913..8ac3ce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v0.4.1 (2024-04-24) + +### Fix + +* fix: mark bfloat16 as a floating dtype ([`38b4ed3`](https://github.com/qthequartermasterman/hypothesis-torch/commit/38b4ed3425439525848375a5bd200786d3dfd236)) + +### Unknown + +* Merge pull request #17 from qthequartermasterman/register-random-state + +fix: mark bfloat16 as a floating dtype ([`57c0a5b`](https://github.com/qthequartermasterman/hypothesis-torch/commit/57c0a5b1c0904c65f6deca1855b2708ea7f94944)) + + ## v0.4.0 (2024-04-24) ### Feature diff --git a/hypothesis_torch/__init__.py b/hypothesis_torch/__init__.py index b70a3b5..5e5cc40 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.4.0" +__version__ = "0.4.1" import importlib.util from hypothesis_torch.device import (