Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.12.0.tar.gz | 2022-03-05 | 62.7 MB | |
0.12.0.zip | 2022-03-05 | 62.8 MB | |
README.md | 2022-03-05 | 2.0 kB | |
Totals: 3 Items | 125.5 MB | 0 |
What's Changed
Adds top-level cancel
support
- Refactor to generator by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/234
- Refactor upscale function into a generator by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/236
- Move yielding to wrapper upscale function by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/237
- Add abort signal to enable cancellation by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/238
- Update version script by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/239
- Remove anys in test by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/232
- Cancel method integration test by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/240
- Refactor upscale method to accept an internal args object by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/241
- Refactor predict function by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/243
- Refactor upscaling code to have better types around async generator return values by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/242
- Set up a generator wrap function by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/244
- Cancel method memory leak test by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/245
- Update docs by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/246
- Fix examples by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/247
- Cancel example by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/248
- Initialize value as undefined by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/249
- Add top level abort by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/250
Full Changelog: https://github.com/thekevinscott/UpscalerJS/compare/v0.11.0...v0.12.0