8000 Bump version to 0.5.0 (#40) · pytorch-labs/torchfix@55da3d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 55da3d0

Browse files
authored
Bump version to 0.5.0 (#40)
Preparing 0.5.0 release. - Added rule TOR203 to replace 'import torchvision.models as models' with 'from torchvision import models' - Added rules TOR104 and TOR105 for calling and importing non-public PyTorch functions that have known public aliases - Added rules TOR004 and TOR103 for importing removed and deprecated functions (in addition to the existing rules for calling those functions) - Fixed loading for deprecated symbols config in zipped deployments - Done several smaller refactorings and bug fixes
1 parent 04bab2c commit 55da3d0

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
@@ -24,7 +24,7 @@
2424
)
2525
from .visitors.security import TorchUnsafeLoadVisitor
2626

27-
__version__ = "0.4.0"
27+
__version__ = "0.5.0"
2828

2929
DEPRECATED_CONFIG_PATH = "deprecated_symbols.yaml"
3030

0 commit comments

Comments
 (0)
0