Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.6.0 #79

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Bump version to 0.6.0 #79

merged 1 commit into from
Sep 18, 2024

Conversation

kit1980
Copy link
Contributor

@kit1980 kit1980 commented Sep 18, 2024

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

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
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 18, 2024
@sbrugman sbrugman merged commit 6d37cc5 into main Sep 18, 2024
3 checks passed
@sbrugman sbrugman deleted the sdym/0.6 branch September 18, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants