Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information