Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 24, 2024
1 parent 57c0a5b commit 4b53c4e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hypothesis_torch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 4b53c4e

Please sign in to comment.