-
Notifications
You must be signed in to change notification settings - Fork 2k
Comparing changes
Open a pull request
base repository: tensorflow/tfjs
base: tfjs-v4.22.0
head repository: tensorflow/tfjs
compare: master
- 12 commits
- 41 files changed
- 6 contributors
Commits on Dec 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb6206c - Browse repository at this point
Copy the full SHA cb6206cView commit details
Commits on Dec 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2644bd0 - Browse repository at this point
Copy the full SHA 2644bd0View commit details
Commits on Apr 23, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 78345c5 - Browse repository at this point
Copy the full SHA 78345c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 407c6e5 - Browse repository at this point
Copy the full SHA 407c6e5View commit details -
[tfjs-node] replace deprecated utils (#8425)
Co-authored-by: Matthew Soulanille <msoulanille@google.com>
Configuration menu - View commit details
-
Copy full SHA for f2e5572 - Browse repository at this point
Copy the full SHA f2e5572View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 29c5db3 - Browse repository at this point
Copy the full SHA 29c5db3View commit details -
[WebGPU] Access properties with
.prop
instead of['prop']
(#8503)Fixes a bug with closure compiler property renaming.
Configuration menu - View commit details
-
Copy full SHA for 8c087a4 - Browse repository at this point
Copy the full SHA 8c087a4View commit details -
Fix description for util_base.ts
assert
function (#8270)Co-authored-by: Ping Yu <4018+pyu10055@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a83539d - Browse repository at this point
Copy the full SHA a83539dView commit details -
[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).
Configuration menu - View commit details
-
Copy full SHA for dc72617 - Browse repository at this point
Copy the full SHA dc72617View commit details
Commits on Apr 28, 2025
-
Move nightly publishing tests and release branch tests to github acti…
…ons (#8555) [Example nightly release and publish test](https://github.com/mattsoulanille/tfjs/actions/runs/14672995746/job/41183624273) [Example release PR test](https://github.com/mattsoulanille/tfjs/actions/runs/14674243426/job/41187438555?pr=1)
Configuration menu - View commit details
-
Copy full SHA for 5157768 - Browse repository at this point
Copy the full SHA 5157768View commit details
Commits on May 29, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 0ef019b - Browse repository at this point
Copy the full SHA 0ef019bView commit details
Commits on Jun 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0fc04d9 - Browse repository at this point
Copy the full SHA 0fc04d9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff tfjs-v4.22.0...master