Skip to content

Commit

Permalink
Bump version to 0.3.0 (#11)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kit1980 authored Jan 18, 2024
1 parent f4689df commit 9872f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchfix/torchfix.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)
from .visitors.security import TorchUnsafeLoadVisitor

__version__ = "0.2.1"
__version__ = "0.3.0"

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

Expand Down

0 comments on commit 9872f7f

Please sign in to comment.