Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V0.12 #252

Merged
merged 20 commits into from
Mar 5, 2022
Merged

V0.12 #252

merged 20 commits into from
Mar 5, 2022

Conversation

thekevinscott
Copy link
Owner

Update versions and changelog

* Refactor predict to be a generator function
* Update version script to also update dependencies
* Migrate progress test to upscale

* Add integration test for cancel
* Refactor predict function

* Insist on parameters for sub upscale functions
…eturn values (#242)

* Rearrange upscale functions to be typed better and add a memory leak test
* Set up a generator wrap function

* Add test for wrapGenerator function

* Strengthen tests around generator wrap

* Remove console logs

* Add test to cover console warn

* Add coverage to isAborted method
* Add unit test for memory allocation in predict function
* Bump to latest version and add babelrc

* Migrate examples to use esbuild instead of parcel

* Remove yarnrc from repo

* Ignore yarnrc
* Add abort signal to enable cancellation

* Initial commit for cancel example

* Merge upstream

* Implement cancel example
* Add a top level abort

* Add an integration test for cancel

* Update documentation

* Fix deepsource issue
@codecov
Copy link

codecov bot commented Mar 5, 2022

Codecov Report

Merging #252 (30dccbc) into main (073f991) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #252   +/-   ##
=======================================
  Coverage   88.64%   88.64%           
=======================================
  Files           9        9           
  Lines         405      405           
  Branches       63       63           
=======================================
  Hits          359      359           
  Misses         46       46           
Impacted Files Coverage Δ
packages/upscalerjs/src/upscale.ts 92.43% <100.00%> (ø)
packages/upscalerjs/src/upscaler.ts 84.61% <100.00%> (ø)
packages/upscalerjs/src/utils.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 073f991...30dccbc. Read the comment docs.

@thekevinscott thekevinscott merged commit f4592e8 into main Mar 5, 2022
@thekevinscott thekevinscott deleted the ks/v0.12 branch March 5, 2022 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant