-
Notifications
You must be signed in to change notification settings - Fork 600
[cosmetic] Fix licenses #772
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
Conversation
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.
LGTM. Thank you so much Pavan!
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.
LGTM. Thanks. We had to upgrade ubuntu version since Github Action stopped supporting the 18.04 version on April 1st, 2023
Please fix nit lint checks :) |
The library tests failure is intended, it will be fixed soon in the PR #770 |
* Revert "Merge pull request #776 from Sinestro38/master" This reverts commit b4c7ea1, reversing changes made to 140277d. * Revert "remove release notes md" This reverts commit 25313f4. * Revert "Merge remote-tracking branch 'forkB/fix_warnings'" This reverts commit d789314, reversing changes made to fe3a96e. * Revert "Merge pull request #772 from Sinestro38/fix_license" This reverts commit 140277d, reversing changes made to 7131f9e. * Revert "fix ubuntu version to 20.04" This reverts commit 803622a. * Revert "[debug] get ubuntu version of runner" This reverts commit 8002690. * Revert "update ubuntu github runner from 18.04 to latest" This reverts commit 471573a. * Revert "update > to ~" This reverts commit fe3a96e. * Revert "update cirq dependency news" This reverts commit a44ab26. * Revert "Update release.md" This reverts commit a7a67c8. * Revert "add notes" This reverts commit c7f729a. * Revert "update version num" This reverts commit f933b69. * Revert "Update release.md" This reverts commit c2ab0d5. * Revert "Create release.md" This reverts commit ac7722a. * Revert "Merge branch 'master' into master" This reverts commit 7131f9e, reversing changes made to 2c1e7fa. * Revert "Upgrade bazel version 5.3.0 and fix some typo in tf version (#755)" This reverts commit 2c1e7fa. * Revert "Merge pull request #3 from jaeyoo/pavan/remove_compute_small" This reverts commit 79aae25, reversing changes made to 46aa1f0. * Revert "Fix lint" This reverts commit 20815bc. * Revert "Fix lint" This reverts commit 47e6aae. * Revert "Update release/BUILD with `if_cuda_is_configured`" This reverts commit f2cd255. * Revert "add :tfq_simulate_ops_cuquantum_py target to release BUILD" This reverts commit 3e8a9a4. * Revert "remove computeSmall from cuda and cuquantum kernels" This reverts commit 5cb7fa1. * Revert "Merge pull request #2 from jaeyoo/cuquantum_support" This reverts commit 46aa1f0, reversing changes made to 2a5fd07. * Revert "Merge pull request #1 from jaeyoo/cuda_support" This reverts commit 2a5fd07, reversing changes made to b0dd745. * Revert "Merge branch 'master' into cuda_support" This reverts commit f19298c, reversing changes made to 4f6290a. * Revert "Add cuQuantum test (but failed at numeric diff test)" This reverts commit f97c496. * Revert "Fix ComputeSmall and enable it." This reverts commit 4f6290a. * Revert "Fix tfq_simulate_ops_cuda op test." This reverts commit 6644248. * Revert "Temporarily turn on ComputeLarge always" This reverts commit 23dd880. * Revert "Upgrade TF version from 2.7 to 2.11 (#749)" This reverts commit 20cfde5. * Revert "TFQ simulate expectation CUDA op" This reverts commit f063417. * Revert "Update ci_install bazel version, removed duplicated code lines." This reverts commit 1317edf. * Revert "Fix typo" This reverts commit a765f7f. * Revert "Upgrade seaborn version to 0.12.0" This reverts commit 4e7c22d. * Revert "Fix tutorial errors" This reverts commit c185891. * Revert "Fix tutorial error" This reverts commit c5df061. * Revert "Upgrade the latest gym for notebook tutorial." This reverts commit 9b94ebf. * Revert "Format optimizers" This reverts commit 39a811d. * Revert "Format" This reverts commit a22b98f. * Revert "Upgrade to TF v2.11" This reverts commit 26fa2df. * Upgrade TF version from 2.7 to 2.11 (#749) * Upgrade bazel version to 5.1.0 for building with TFv2.11.0 * Upgrade to TF v2.11 * Bump up the version of numpy to v1.24.2 * Format * Fix tf.Variable inside tf.while_loop issues inside optimizers * Format optimizers * Upgrade the latest gym for notebook tutorial. * Fix tutorial error * Fix tutorial errors * Upgrade seaborn version to 0.12.0 * Fix typo * Remove debug print * Update ci_install bazel version, removed duplicated code lines. * Upgrade bazel version 5.3.0 and fix some typo in tf version (#755) * fix compatability issues. * re-trigger kokoro * re-trigger kokoro * re-trigger kokoro * re-trigger kokoro * re-trigger kokoro * Lower tolerances. * Bump CI python version. --------- Co-authored-by: Jae H. Yoo <[email protected]>
Remove 1 equal sign in licenses to adhere to 80 char pylint limit..
Complementing #770