issues
search
pytorch-labs
/
torchfix
TorchFix - a linter for PyTorch-using code with autofix support
Other
98
stars
16
forks
source link
Bump version to 0.5.0
#40
Closed
kit1980
closed
6 months ago
kit1980
commented
6 months ago
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 bug fixes and refactorings
Preparing 0.5.0 release.