Merged
Conversation
Member
|
I don't think there's any point in testing out on latest Python versions as dependencies such as those in the ML/DS side takes time to support them. |
Member
Author
|
Do you mean like symengine/symengine.py#422 ? or srnas/barnaba#51 or scipy/scipy#16851? I will continue pushing this repo and our deps to upgrade. 22% is a significant improvement. |
Member
|
Oh I see, that's fine then 👍 |
Member
Author
Member
Author
|
@JatinR05 created a nice benchmark that allows us to compare the speed of Python 3.11 vs 3.10... % |
14 tasks
poyea
approved these changes
Oct 31, 2022
14 tasks
14 tasks
cclauss
added a commit
that referenced
this pull request
Jun 25, 2023
* GitHub Actions build: Add more tests Re-enable some tests that were disabled in #6591. Fixes #8818 * updating DIRECTORY.md * TODO: Re-enable quantum tests * fails: pytest quantum/bb84.py quantum/q_fourier_transform.py --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
cclauss
added a commit
that referenced
this pull request
May 10, 2024
15 tasks
cclauss
added a commit
to cclauss/Python
that referenced
this pull request
Sep 30, 2024
cclauss
added a commit
to cclauss/Python
that referenced
this pull request
Sep 30, 2024
cclauss
added a commit
to cclauss/Python
that referenced
this pull request
Sep 30, 2024
cclauss
added a commit
to cclauss/Python
that referenced
this pull request
Sep 30, 2024
cclauss
added a commit
to cclauss/Python
that referenced
this pull request
Sep 30, 2024
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Describe your change:
Problem deps are qiskit, statsmodels, and tensorflow:
Add support for Python 3.11 Qiskit/qiskit#9028
Build wheels for Python 3.11 release candidate 2 symengine/symengine.py#422Support Python 3.11 statsmodels/statsmodels#8287
https://github.com/tensorflow/tensorflow/releases
Try a new Python
Add an algorithm?
Fix a bug or typo in an existing algorithm?
Documentation change?
Checklist:
Fixes: #{$ISSUE_NO}.