8000 Tags · pytorch-labs/torchfix · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: pytorch-labs/torchfix

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.7.0 (#86)

Preparing 0.7.0 release

- Updated libCST dependency to 1.5.0 to support running on Python 3.13
- Added `torch.matrix_rank` and `torch.lstsq` to the list of
deprecated/removed APIs

v0.6.0

Toggle v0.6.0's commit message
Bump version to 0.6.0

Preparing 0.6.0 release, which is probably a bit overdue already.
Also it's nice to align the release with PyTorch conference.

- Added `torch.utils._pytree._register_pytree_node` and `torch.backends.cuda.sdp_kernel` to the deprecated APIs rules
- Enhanced rule TOR203 to support `torchvision.datasets` and `transforms` in addition to `models`
- Added rules TOR106 and TOR107 to suggest replacing `torch.log(1 + x)` and `torch.exp(x) - 1` with more numerically stable equivalents
- Multiple code refactorings, bug fixes, and quality of life and documentation improvements

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.4.0 (#25)

Preparing 0.4.0 release.

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add info for PyPI (#2)

Also increment version to 0.2.1 to push the update to PyPI.
0