-
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
Deprecate map_batch_transform
#5676
Conversation
…nnyLaneAI/pennylane into Deprecate_map_batch_transform
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5676 +/- ##
==========================================
- Coverage 99.68% 99.67% -0.01%
==========================================
Files 414 414
Lines 38842 38552 -290
==========================================
- Hits 38718 38427 -291
- Misses 124 125 +1 ☔ View full report in Codecov by Sentry. |
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.
👍
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.
Looks good, thanks! I made a couple of minor docs suggestions, see what you think.
Context: Part of deprecations and removals for pennylane-0.37
Description of the Change: Deprecating
qml.transforms.map_batch_transform
, since a transform can be applied directly to a batch of tapes. See #5163 and #5212.[sc-58987]