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/tfjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: tfjs-v4.22.0
Choose a base ref
...
head repository: tensorflow/tfjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 41 files changed
  • 6 contributors

Commits on Dec 5, 2024

  1. Configuration menu
    Copy the full SHA
    cb6206c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Configuration menu
    Copy the full SHA
    2644bd0 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Move PR Continuous Integration to Github Actions (#8534)

    Move GCP presubmits to Github actions. This allows us to run WebGL / WebGPU tests, since Github Actions have a MacOS runner with a GPU. This should unblock several PRs.
    mattsoulanille authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    78345c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    407c6e5 View commit details
    Browse the repository at this point in the history
  3. [tfjs-node] replace deprecated utils (#8425)

    Co-authored-by: Matthew Soulanille <msoulanille@google.com>
    tharvik and mattsoulanille authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    f2e5572 View commit details
    Browse the repository at this point in the history
  4. Remove --no-site-packages flag from virtualenv command and update the…

    … supported python version. (#8551)
    
    * Remove --no-site-packages flag from virtualenv.
    
    * change python version to least supported version.
    
    ---------
    
    Co-authored-by: Matthew Soulanille <msoulanille@google.com>
    shmishra99 and mattsoulanille authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    29c5db3 View commit details
    Browse the repository at this point in the history
  5. [WebGPU] Access properties with .prop instead of ['prop'] (#8503)

    Fixes a bug with closure compiler property renaming.
    mattsoulanille authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    8c087a4 View commit details
    Browse the repository at this point in the history
  6. Fix description for util_base.ts assert function (#8270)

    Co-authored-by: Ping Yu <4018+pyu10055@users.noreply.github.com>
    croraf and pyu10055 authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    a83539d View commit details
    Browse the repository at this point in the history
  7. [tfjs-core] do not hang on invalid browser files (#8517)

    `tf.io.browserFiles` doesn't fail when loading invalid files. or rather, it fails, but never rejects the promise, making the `IOHandler.load` hang forever.
    
    wrapping the `JSON.parse` call in a try/catch and rejecting accordingly did the trick. and a small test to try it out.
    
    note: `FileReader.readAsText()` is a callback way to go around reading files. the promise-based `Blob.text()` would make `BrowserFile.load` simpler and safer (but felt ouf-of-scope here).
    tharvik authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    dc72617 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Configuration menu
    Copy the full SHA
    5157768 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Add NAPI-v9 support to tfjs-node-gpu package (#8547)

    * Add NAPI-v9 support to tfjs-node-gpu package
    
    * Update napi version to 9 for tfjs-node
    gaikwadrahul8 authored May 29, 2025
    Configuration menu
    Copy the full SHA
    0ef019b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. Configuration menu
    Copy the full SHA
    0fc04d9 View commit details
    Browse the repository at this point in the history
Loading