0.11.0
Add support for progress callback to receive a second argument, the current slice of procesed image.
What's Changed
- Add a warning if progress is provided but no patch size is provided by @thekevinscott in #221
- Add script to set TFJS version across repo by @thekevinscott in #220
- Update tests.yml by @thekevinscott in #224
- Enable strict null checks in tsconfig by @thekevinscott in #223
- Update progress callback to return current slice by @thekevinscott in #222
- Better typing for upscale and predict by @thekevinscott in #225
- Set default types to enable omitting explicit output by @thekevinscott in #226
- Infer progress type by @thekevinscott in #227
- Add integration tests for progress callbacks by @thekevinscott in #228
- Update example to leverage new progress callback by @thekevinscott in #230
- Add tests to check memory leaks around progress callback by @thekevinscott in #229
- Add docs to support progress callback by @thekevinscott in #231
- Tweak version script by @thekevinscott in #233
Full Changelog: v0.10.0...v0.11.0