Skip to content

Commit 9872f7f

Browse files
authored
Bump version to 0.3.0 (#11)
Preparing 0.3.0 release. - Added rule TOR003 about explicitly passing `use_reentrant` explicitly to `torch.utils.checkpoint` - Added `torch.nn.utils.weight_norm` to the list of deprecated functions flagged by TOR101 - Updated README with TOR0 rules description
1 parent f4689df commit 9872f7f

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
@@ -19,7 +19,7 @@
1919
)
2020
from .visitors.security import TorchUnsafeLoadVisitor
2121

22-
__version__ = "0.2.1"
22+
__version__ = "0.3.0"
2323

2424
DEPRECATED_CONFIG_PATH = Path(__file__).absolute().parent / "deprecated_symbols.yaml"
2525

0 commit comments

Comments
 (0)