-
Notifications
You must be signed in to change notification settings - Fork 603
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
Remove deprecated old transform functionalities #5339
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5339 +/- ##
==========================================
+ Coverage 99.64% 99.66% +0.01%
==========================================
Files 401 398 -3
Lines 37264 36718 -546
==========================================
- Hits 37131 36594 -537
+ Misses 133 124 -9 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Thomas R. Bromley <49409390+trbromley@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @astralcai 👍
This rendering issue is not in this PR but perhaps related to deprecations/removals?
Context:
Complete the deprecation cycle of old transform functionalities.
Description of the Change:
Removed
single_tape_transform
,batch_transform
,qfunc_transform
,op_transform
,gradient_transform
andhessian_transform
Related Shortcut Issues:
[sc-51275]