Skip to content

Commit 6d37cc5

Browse files
kit1980sbrugman
authored andcommitted
Bump version to 0.6.0
Preparing 0.6.0 release, which is probably a bit overdue already. Also it's nice to align the release with PyTorch conference. - Added `torch.utils._pytree._register_pytree_node` and `torch.backends.cuda.sdp_kernel` to the deprecated APIs rules - Enhanced rule TOR203 to support `torchvision.datasets` and `transforms` in addition to `models` - Added rules TOR106 and TOR107 to suggest replacing `torch.log(1 + x)` and `torch.exp(x) - 1` with more numerically stable equivalents - Multiple code refactorings, bug fixes, and quality of life and documentation improvements
1 parent e0988aa commit 6d37cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchfix/torchfix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
TorchVisionSingletonImportVisitor,
2323
)
2424

25-
__version__ = "0.5.0"
25+
__version__ = "0.6.0"
2626

2727
DEPRECATED_CONFIG_PATH = "deprecated_symbols.yaml"
2828

0 commit comments

Comments
 (0)