Core (3.12.0 ==> 3.13.0)
Misc
- Update monorepo to 3.13.0. (#6003).
- [layers] [webgl] fixed failing nightly tests (#6001).
- Add an API to keep data on GPU: dataToGPU (#5953).
- [core] Remove test_util.ts dependency on Jasmine (#5921).
- [core] Remove dependency on backend-cpu from the shared tests target (#5944).
Data (3.12.0 ==> 3.13.0)
Misc
- Update lockfiles branch tfjs_3.13.0_lockfiles lock files. (#6032).
- Update monorepo to 3.13.0. (#6003).
Layers (3.12.0 ==> 3.13.0)
Bug fixes
- [tfjs-layers[ Fix Layer mem leak for 1D targets (#5988).
Misc
- Update lockfiles branch tfjs_3.13.0_lockfiles lock files. (#6032).
- Update monorepo to 3.13.0. (#6003).
- [layers] [webgl] fixed failing nightly tests (#6001).
Converter (3.12.0 ==> 3.13.0)
Misc
- Update lockfiles branch tfjs_3.13.0_lockfiles lock files. (#6032).
- Update monorepo to 3.13.0. (#6003).
Node (3.12.0 ==> 3.13.0)
Features
- [tfjs-node] tf.unique added (#5956). Thanks, @DirkToewe.
Misc
- Update lockfiles branch tfjs_3.13.0_lockfiles lock files. (#6032).
- Update monorepo to 3.13.0. (#6003).
Wasm (3.12.0 ==> 3.13.0)
Misc
- Update lockfiles branch tfjs_3.13.0_lockfiles lock files. (#6032).
- Update monorepo to 3.13.0. (#6003).
- [layers] [webgl] fixed failing nightly tests (#6001).
- Unify the name and order of kernel files and kernel configs (#5969). Thanks, @gyagp.
- [tfjs-backend-wasm] added use to the support models (#5952).
- [wasm] Add boolean data type support for min/max (#5922).
Cpu (3.12.0 ==> 3.13.0)
Bug fixes
- [cpu] GatherV2 return zero if out of bounds when forwarding from webgl (#5994).
Misc
- Update lockfiles branch tfjs_3.13.0_lockfiles lock files. (#6032).
- Update monorepo to 3.13.0. (#6003).
- Unify the name and order of kernel files and kernel configs (#5969). Thanks, @gyagp.
Webgl (3.12.0 ==> 3.13.0)
Misc
- Update lockfiles branch tfjs_3.13.0_lockfiles lock files. (#6032).
- Update monorepo to 3.13.0. (#6003).
- [layers] [webgl] fixed failing nightly tests (#6001).
- Unify the name and order of kernel files and kernel configs (#5969). Thanks, @gyagp.
- [webgl] GatherV2 fill out of range values with zero (#5984).
- Add an API to keep data on GPU: dataToGPU (#5953).
- remove unnecessary gl.flush() (#5989).
- [webgl]Fix test. (#5985).
- [webgl]Allow constructor to take canvas. (#5983).
- [webgl] Refactor texture return type to return the actual texShape with the WebGLTexture (#5949).