Core (3.9.0 ==> 3.10.0)
Features
- add support for Uint8ClampedArray (#5710). Thanks, @vladmandic.
- [webgpu] Add depthToSpace op (#5585). Thanks, @haoyunfeix.
Misc
- Update monorepo to 3.10.0. (#5762).
- [core] Only run 32 bit tests if backend supports 32 bit (#5693).
- [webgl] Fix nightly browser configurations (#5687).
- [wasm] Fix kernels in wasm backend about how int32 inputs are handled (#5662).
- Upgrade rules_nodejs to 4.2.0 (#5671).
- Use the release docker for all cloudbuild steps (#5669).
- [webgl] Build tfjs-backend-webgl with Bazel (#5562).
- [webgl] Run tests out of order (#5616).
- Update diag.ts (#5617). Thanks, @rthadur.
- [webgpu] Fix WGSL pow case fail (#5589). Thanks, @axinging.
- [core] Fix io test flakiness when run out-of-order (#5582).
- Throw errors when any index is out of bound in GatherV2 (#5439).
Data (3.9.0 ==> 3.10.0)
Features
- [tfjs-layers] Bazel migration (#5672).
Misc
- Update monorepo to 3.10.0. (#5762).
- [tfjs-data] Bazel migration for tfjs-data (#5748).
- Use the release docker for all cloudbuild steps (#5669).
- [core] Fix io test flakiness when run out-of-order (#5582).
Layers (3.9.0 ==> 3.10.0)
Features
- fix nightly layers tests (#5688).
- [tfjs-layers] Bazel migration (#5672).
- [tfjs-converter] Bazel build migration (#5388).
- [tfjs-converter] Bazel build migration (#5388).
Bug fixes
- only runs stacked rnncells test on webgl2 gpu (#5718).
Misc
- Update monorepo to 3.10.0. (#5762).
- [layers] Fix package.json bazel targets (#5719).
- [wasm] Fix kernels in wasm backend about how int32 inputs are handled (#5662).
- Use the release docker for all cloudbuild steps (#5669).
- [webgl] Build tfjs-backend-webgl with Bazel (#5562).
Converter (3.9.0 ==> 3.10.0)
Features
Bug fixes
- [converter] Add missing @bazel/bazelisk dependency (#5744).
Documentation
- [converter] Add required libs to readme (#5639).
- Fix typo in tf_saved_model_conversion_v2.py (#5568). Thanks, @mikezzb.
Misc
- Update monorepo to 3.10.0. (#5762).
- Use a precompiled Python3 binary on Windows (#5699).
- Upgrade rules_nodejs to 4.2.0 (#5671).
- Use the release docker for all cloudbuild steps (#5669).
- Base the release docker off of debian (#5640).
- [converter] Pin python2 protobuf version to 3.17.3 (#5635).
- Fix converter nightly test (#5600).
- [core] Fix io test flakiness when run out-of-order (#5582).
Node (3.9.0 ==> 3.10.0)
Misc
- Update monorepo to 3.10.0. (#5762).
- upgrade tf binary version to 2.6.0 (#5703).
- [wasm] Fix kernels in wasm backend about how int32 inputs are handled (#5662).
- Base the release docker off of debian (#5640).
- Throw errors when any index is out of bound in GatherV2 (#5439).
- Delete .travis.yml
Wasm (3.9.0 ==> 3.10.0)
Features
- [webgpu] Add depthToSpace op (#5585). Thanks, @haoyunfeix.
- [tfjs-converter] Bazel build migration (#5388).
- [tfjs-converter] Bazel build migration (#5388).
Security
- Bump ansi-regex from 5.0.0 to 5.0.1 in /tfjs-backend-wasm (#5650). Thanks, @dependabot[bot].
Misc
- Update monorepo to 3.10.0. (#5762).
- [wasm] remove leftover console.log (#5737).
- [wasm] Allow users to set threads count at runtime (#5727).
- [wasm] Fix kernels in wasm backend about how int32 inputs are handled (#5662).
- Use the release docker for all cloudbuild steps (#5669).
- Throw errors when any index is out of bound in GatherV2 (#5439).
- update docker and fixed test bundle size wasm task (#5583).
Cpu (3.9.0 ==> 3.10.0)
Features
- [webgpu] Add depthToSpace op (#5585). Thanks, @haoyunfeix.
Misc
- Update monorepo to 3.10.0. (#5762).
- [wasm] Fix kernels in wasm backend about how int32 inputs are handled (#5662).
- Upgrade rules_nodejs to 4.2.0 (#5671).
- Throw errors when any index is out of bound in GatherV2 (#5439).
Webgl (3.9.0 ==> 3.10.0)
Features
- add support for Uint8ClampedArray (#5710). Thanks, @vladmandic.
- [webgpu] Add depthToSpace op (#5585). Thanks, @haoyunfeix.
Bug fixes
- use shader loop instead of expand with js to reduce shader size (#5714).
Performance
- use shader loop instead of expand with js to reduce shader size (#5714).
- enable flush threshold for all mobile devices (#5695).
Misc
- Update monorepo to 3.10.0. (#5762).
- [webgl] Fix nightly browser configurations (#5687).
- [wasm] Fix kernels in wasm backend about how int32 inputs are handled (#5662).
- Upgrade rules_nodejs to 4.2.0 (#5671).
- [webgl] Build tfjs-backend-webgl with Bazel (#5562).
- [webgl] Update yarn.lock (#5636). Thanks, @axinging.
- [webgl] Run tests out of order (#5616).
- Update package.json (#5618). Thanks, @rthadur.
- [webgl]Add BroadcastArgs to WebGL. (#5485).
- Throw errors when any index is out of bound in GatherV2 (#5439).