-
Notifications
You must be signed in to change notification settings - Fork 714
[Bug Fix Release] raise warning if jax>0.6.2 is installed
#7949
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
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
08c4317
initial changes
andrijapau ed2fbbc
Update doc/releases/changelog-0.42.1.md
andrijapau 33beacd
fix interface-dependency-versions.yml
andrijapau f663aa3
Merge branch 'bf-release' of github.com:PennyLaneAI/pennylane into bf…
andrijapau 424f2f0
fix init?
andrijapau ce5b0e2
allow successful import
andrijapau 1b83c35
Update pennylane/__init__.py
andrijapau 159c2c4
Update pennylane/capture/base_interpreter.py
andrijapau 947b824
Update pennylane/capture/base_interpreter.py
andrijapau 279459f
Update pennylane/__init__.py
andrijapau 144aae9
add jax_version
andrijapau bbc1bdd
revert interface-dependency-version.yml
andrijapau acbb5b7
Revert "revert interface-dependency-version.yml"
andrijapau 4ea5d70
clean up imports
andrijapau eb4a11d
try and hack sphinx
andrijapau 5022adf
Update pennylane/__init__.py
andrijapau a27f39c
add comma
andrijapau 9c88e6a
update messaging
andrijapau 3629a80
update messaging
andrijapau 17a0e94
fix init to work
andrijapau File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| :orphan: | ||
|
|
||
| # Release 0.42.0 (current release) | ||
| # Release 0.42.0 | ||
|
|
||
| <h3>New features since last release</h3> | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| :orphan: | ||
|
|
||
| # Release 0.42.1 (current release) | ||
|
|
||
| <h3>Bug fixes 🐛</h3> | ||
|
|
||
| * A warning is raised if PennyLane is imported and a version of JAX greater than 0.6.2 is installed. | ||
| [(#7949)](https://github.com/PennyLaneAI/pennylane/pull/7949) | ||
|
|
||
| <h3>Contributors ✍️</h3> | ||
|
|
||
| This release contains contributions from (in alphabetical order): | ||
|
|
||
| Andrija Paurevic |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,4 +16,4 @@ | |
| Version number (major.minor.patch[-label]) | ||
| """ | ||
|
|
||
| __version__ = "0.42.0" | ||
| __version__ = "0.42.1" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.