-
Notifications
You must be signed in to change notification settings - Fork 631
TF2.16 support: hermetic python shim, TF 2.16.2 pin, legacy Keras path, setup/packaging fixes #913
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
Open
psamanoelton
wants to merge
53
commits into
tensorflow:master
Choose a base branch
from
psamanoelton:feature/tf216_support
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 12 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
70c0578
TF2.16 support: hermetic python shim, TF 2.16.2 pin, legacy Keras pat…
psamanoelton c208307
Commenting deprecated tf.patch
psamanoelton a4283c7
Updating build_pip_package.sh for properly handle python interpreter
psamanoelton f8c0d5a
Updating tutorial test tests and python linter
psamanoelton 67d58d1
Applying linter to test tutorials
psamanoelton 48eb555
Solving Python Coding Style
psamanoelton 28fba61
Solving Coding style and lint
psamanoelton 3f62fea
Fix yapf formatting
psamanoelton 38ae8ec
Applying yapf for formatting
psamanoelton 22b41b3
Solving comments
psamanoelton 094b444
Fix PYthon lint
psamanoelton b5da73c
Adding nbclient for jntests
psamanoelton 7630389
Fix mistake removal
psamanoelton 7bf6968
Update configure.sh
psamanoelton 799cd1c
Update release/build_pip_package.sh
psamanoelton 534341f
Update release/setup.py
psamanoelton 1377ee1
Update release/setup.py
psamanoelton 4d259fa
Update release/setup.py
psamanoelton ba8ae34
Update tensorflow_quantum/__init__.py
psamanoelton 2bc7a79
Apply suggestions from code review
psamanoelton c36725a
Fix format
psamanoelton 59d477d
Setting version to 0.7.4
psamanoelton 5597529
Remove test options that are always set by configure.sh
mhucka 2030aa6
Ignore `third_party/python_legacy`
mhucka 0a47fe7
Remove `set -e`
mhucka f442d35
Add notice to all third_party/legacy/ files
mhucka 2c11776
Break very long string across two lines
mhucka 4697ebc
Make the question about CPU be more clear
mhucka 64cfc42
Add comment to `.bazelrc` that it's autogenerated
mhucka 94890f5
Wrap more variable references in `{...}`
mhucka 469dd5b
Use `common` for Bazel flags used for both build & test
mhucka 1b42e63
Get path to Python interpreter using `sys.executable`
mhucka 4f72523
Use newer Bazel `rules_python` and read `requirements.txt`
mhucka 94b5e23
Switch to using `requirements.in` and `pip-compile`
mhucka 90889d5
Add empty BUILD file
mhucka 630a84b
Do not ignore .txt files
mhucka b506d9c
Ignore .tf_configure.bazelrc & group it with bazelrc
mhucka 09f4ef7
Update set of ignored warnings
mhucka c31af5c
Switch to using `build --wheel` instead of `setup.py bdist_wheel`
mhucka 449cc01
Remove debugging flag
mhucka 0736fe6
Replace call to `pip show` because it doesn't behave as expected
mhucka 698ff05
Go back to using `build` for most options
mhucka 3f7472c
Adjust version of `wrapt`
mhucka cbe1d4b
Significantly update auditwheel script
mhucka f989908
Support .bazelrc.user like TensorFlow does
mhucka 0cefba7
Slightly reorganize .bazelrc output for debuggability
mhucka 98c2692
Try to slightly improve diagnostic messages
mhucka be6bbfe
Add yapf and pylin to requirements.in
mhucka 22b2baa
Add still more dependencies for pylint to work
mhucka c8fa011
Add a missing docstring & run isort
mhucka 7379484
chore: merge branch
mhucka 4123ae6
Remove accidental duplicate hash-bang line
mhucka a43cb98
Undo needless changes I made
mhucka 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
Oops, something went wrong.
Oops, something went wrong.
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.