Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 27, 2024
1 parent 8e9eb5d commit 80ef0b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## v0.4.2 (2024-04-27)

### Fix

* fix: :bug: do not generate inf values if elements has infinity disabled for float16 and float32 tensors.

This fix does not work for all bfloat16 tensors. ([`8e9eb5d`](https://github.com/qthequartermasterman/hypothesis-torch/commit/8e9eb5daf6f94e121ad6554bb1a41fcd73ac8da0))


## v0.4.1 (2024-04-24)

### Fix
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.1"
__version__ = "0.4.2"
import importlib.util

from hypothesis_torch.device import (
Expand Down

0 comments on commit 80ef0b6

Please sign in to comment.