Releases
tfjs-v1.5.1
Core (1.4.0 ==> 1.5.1)
Features
[core] Add gradient registry (#2584 ).
[WASM] Add Sin, Cos, Tanh, Rsqrt. (#2589 ).
[WASM] Add Less, LessEqual, LogicalAnd, Tile. (#2578 ).
[WASM] Add Greater, GreaterEqual kernels (#2543 ). Thanks, @sapphi-red .
[WASM] Add Sum. (#2566 ).
[WASM] Add Log. (#2564 ).
[wasm] Add Minimum, Maximum kernels (#2528 ). Thanks, @sapphi-red .
Add support to NonMaxSuppressionV5 (#2524 ).
[wasm] Add Unpack
kernel (#2522 ).
[wasm] Add Exp
tests from core (#2521 ).
[wasm] Enable execution in node (#2520 ).
Bug fixes
[WASM] Fix bug where we try to set more memory on WASM heap tha… (#2591 ).
[core] Dispose all webgl programs when disposing the backend. (#2577 ).
[WASM] Support summing across outer dimensions. (#2574 ).
[Core] Bring back engine test that makes sure memory can be allocated outside a scope. (#2551 ).
[wasm] Fix bug in CropAndResize, and add AutoML models to bench… (#2510 ).
Development
[bench] Update benchmarks to show aggregate kernel timing or in… (#2595 ).
[wasm] Fix bug in CropAndResize, and add AutoML models to bench… (#2510 ).
Remove a few unnecessarily mutable exports from tfjs-core (#2498 ). Thanks, @blickly .
[wasm] Add wasm and new models to the benchmark page (#2494 ).
[WASM] Add readme and release script for wasm. (#2486 ).
Documentation
[WASM] Update FAQ with link to github issues for feedback. (#2602 ).
[wasm] Update benchmarks with Pixel 3 and Macbook Pro 15 numbers (#2573 ).
Doccomment change (#2537 ).
Security
Fix security errors for tfjs (#2550 ).
Misc
Split NonMaxSuppressionV3 and NonMaxSuppresionV5 to two APIs (#2557 ).
Data (1.4.0 ==> 1.5.1)
Misc
[data] Update microphone test wait time to remove flaky (#2548 ).
Converter (1.4.0 ==> 1.5.1)
Performance
create nightly tests, cloudbuild and cloudfunc files for converter pip (#2514 ).
Development
Remove unnecessarily mutable exports from tfjs-converter (#2509 ). Thanks, @blickly .
Misc
Fix cloud build (#2556 ).
Fix cloud build and readme (#2555 ).
fix g3 lint error (#2502 ).
Node (1.4.0 ==> 1.5.1)
Features
Add aarch64 support for tfjs-node (#2513 ). Thanks, @yhwang .
Add NonMaxSuppressionV5 to tfjs-node (#2549 ).
Bug fixes
[node] Return multiple tensor when savedModel has one input multi outputs (#2580 ).
Documentation
Misc
[node] Update libtensorflow version to 1.15.0 (#2552 ).
You can’t perform that action at this time.