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

Support TF 2.15 #101

Merged
merged 14 commits into from
Jan 8, 2024
Merged

Support TF 2.15 #101

merged 14 commits into from
Jan 8, 2024

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    ba344d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af4efc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95b11a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e4f98c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9d95b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Revert "Exclude TF 2.15 with python 3.9"

    This reverts commit f9d95b5.
    khurram-ghani committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    68464cf View commit details
    Browse the repository at this point in the history
  2. Revert "Use older mypy for py 37, 38, 39"

    This reverts commit 3e4f98c.
    khurram-ghani committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    7845944 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a42a6e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13ba0ed View commit details
    Browse the repository at this point in the history
  5. Fix test by using sets directly with id

    Behavior of tensorflow ObjectIdentitySet has change in 2.15,
    resulting in the set equality comparing wrappers instead of
    wrapped values. See tensorflow/tensorflow@bc28335.
    khurram-ghani committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    3a785fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf32d86 View commit details
    Browse the repository at this point in the history
  7. Add exclude

    khurram-ghani committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    ca87e52 View commit details
    Browse the repository at this point in the history
  8. Add exclude

    khurram-ghani committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    ce062c0 View commit details
    Browse the repository at this point in the history
  9. Fix tfp versions

    khurram-ghani committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a35d66e View commit details
    Browse the repository at this point in the history