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.0 #235

Merged
merged 18 commits into from
Mar 5, 2022
Merged

v0.12.0 #235

merged 18 commits into from
Mar 5, 2022

Commits on Mar 3, 2022

  1. Refactor to generator (#234)

    * Refactor predict to be a generator function
    thekevinscott committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    151d9e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcedc68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56608a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1dc0d1 View commit details
    Browse the repository at this point in the history
  5. Update version script (#239)

    * Update version script to also update dependencies
    thekevinscott committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    ff9eec5 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Cancel method integration test (#240)

    * Migrate progress test to upscale
    
    * Add integration test for cancel
    thekevinscott committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    7d7ecd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d42aa54 View commit details
    Browse the repository at this point in the history
  3. Refactor predict function (#243)

    * Refactor predict function
    
    * Insist on parameters for sub upscale functions
    thekevinscott committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    c48b09b View commit details
    Browse the repository at this point in the history
  4. Refactor upscaling code to have better types around async generator r…

    …eturn values (#242)
    
    * Rearrange upscale functions to be typed better and add a memory leak test
    thekevinscott committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    1dfc9e5 View commit details
    Browse the repository at this point in the history
  5. Set up a generator wrap function (#244)

    * 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
    thekevinscott committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    1673e23 View commit details
    Browse the repository at this point in the history
  6. Cancel method memory leak test (#245)

    * Add unit test for memory allocation in predict function
    thekevinscott committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    fdcbdff View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Update docs (#246)

    thekevinscott committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    ccf3a40 View commit details
    Browse the repository at this point in the history
  2. Fix examples (#247)

    * Bump to latest version and add babelrc
    
    * Migrate examples to use esbuild instead of parcel
    
    * Remove yarnrc from repo
    
    * Ignore yarnrc
    thekevinscott committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    bdf227b View commit details
    Browse the repository at this point in the history
  3. Cancel example (#248)

    * Add abort signal to enable cancellation
    
    * Initial commit for cancel example
    
    * Merge upstream
    
    * Implement cancel example
    thekevinscott committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    3bc6239 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6e235c View commit details
    Browse the repository at this point in the history
  5. Add top level abort (#250)

    * Add a top level abort
    
    * Add an integration test for cancel
    
    * Update documentation
    
    * Fix deepsource issue
    thekevinscott committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    b730f18 View commit details
    Browse the repository at this point in the history
  6. Merge upstream

    thekevinscott committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    01a6b31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c0bba5 View commit details
    Browse the repository at this point in the history