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

Raise RuntimeWarning if jax > 0.4.28 is installed #6864

Merged
merged 12 commits into from
Feb 3, 2025
Prev Previous commit
Next Next commit
Fix changelog
mudit2812 committed Jan 21, 2025

Verified

This commit was signed with the committer’s verified signature.
bonjourmauko Mauko Quiroga-Alvarado
commit 33fc899a596c9325681096bed744c01135432614
2 changes: 1 addition & 1 deletion doc/releases/changelog-dev.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@

<h3>Improvements 🛠</h3>

* A `RuntimeWarning` is now raised by `QNode` if `interface="jax"` and the installed version of JAX
* A `RuntimeWarning` is now raised by `qml.QNode` and `qml.execute` if executing JAX workflows and the installed version of JAX
is greater than `0.4.28`.
[(#6864)](https://github.com/PennyLaneAI/pennylane/pull/6864)