Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.11.0.tar.gz | 2022-03-02 | 62.8 MB | |
0.11.0.zip | 2022-03-02 | 62.9 MB | |
README.md | 2022-03-02 | 1.8 kB | |
Totals: 3 Items | 125.8 MB | 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 https://github.com/thekevinscott/UpscalerJS/pull/221
- Add script to set TFJS version across repo by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/220
- Update tests.yml by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/224
- Enable strict null checks in tsconfig by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/223
- Update progress callback to return current slice by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/222
- Better typing for upscale and predict by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/225
- Set default types to enable omitting explicit output by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/226
- Infer progress type by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/227
- Add integration tests for progress callbacks by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/228
- Update example to leverage new progress callback by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/230
- Add tests to check memory leaks around progress callback by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/229
- Add docs to support progress callback by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/231
- Tweak version script by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/233
Full Changelog: https://github.com/thekevinscott/UpscalerJS/compare/v0.10.0...v0.11.0