Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tensorflow/gnn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: tensorflow/gnn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.2
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    b7a9027 View commit details
    Browse the repository at this point in the history
  2. Let TF-GNN choose between keras or tf_keras consistently with TF 2.15:

    both provide Keras 2.15, but it matters which one is used,
    because they have separate class hierarchies and global registries.
    
    Along the way, refactor the nested case distinctions of tf_internal.py
    into a clear list of supported older TF/Keras versions.
    
    PiperOrigin-RevId: 604619976
    arnoegw committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    022fc47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c77c19 View commit details
    Browse the repository at this point in the history
  4. Switch tensorflow_gnn/experimental/sampler/eval_dag.py to tf_internal.py

    for dealing with internals of different Keras versions.
    
    PiperOrigin-RevId: 604655724
    arnoegw committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    53f108f View commit details
    Browse the repository at this point in the history
  5. Update version.py to 1.0.2

    arnoegw authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2947e2c View commit details
    Browse the repository at this point in the history
Loading