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

Bump gpu.js from 2.0.0-rc.13 to 2.0.0-rc.20 #1156

Merged
merged 2 commits into from
Jul 9, 2019

Conversation

dependabot-preview[bot]
Copy link

Bumps gpu.js from 2.0.0-rc.13 to 2.0.0-rc.20.

Release notes

Sourced from gpu.js's releases.

v2 release candidate 20

  • Test images cleanup
  • added warnVarUsage and Dealing With Transpilation
  • Test dynamic arguments and provide some fixes for
  • Fix onRequestFallback and onRequestSwitchKernel settings when using setting methods

v2 release candidate 19

  • Correct wording for validateSettings errors and use Error instance in CPU Kernel
  • Add missing precision for sampler2DArray in WebGL2 fragment shader, for iOS React Native support via expo
  • Add validateSettings in typings file
  • Fix offscreen-canvas.js broken test from bin to dist move

v2 release candidate 18

  • Fix ternary test context
  • Fix Mandelbrot Set in GPU.js, not webgl
  • Browser distribution files, for CDN's
  • Type checking on division
  • Beginning setup of travis-ci builds with use in BrowserStack
  • Fix failing unit test from missing needsArgumentType property in test setup

v2 release candidate 17

  • Fix deep type return to get arguments prior to looking up return type
  • Fix error message when a single line to not repeat unrelated line parts

v2 release candidate 16

  • Allow for arrow functions as kernels
  • Deep types where the argument contains a function call, and test
  • Only set argument type if it isn't already set
  • Add Sponsorship from browser-stack

v2 release candidate 15

  • Add new cat demo
  • Deep type checking using FunctionTracer
  • Type check even on CPU
  • ArrayTexture support as arguments for internal arrays
  • Typo from "Interger" to "Integer"

v2 release candidate 14

  • .toString() now supports subKernels, and pretty much every feature we can think to throw at it
  • Proper fallback support for HTMLImageArrays in WebGL
  • Upgrade to latest HeadlessGL
  • Start of implementing bitwise operators, though very low precision
  • Implement new float encoder when using unsigned precision
  • Breakup of argument and constant handlers into unified class called KernelValue
  • RawOutput feature
  • Pixel flipping for kernel.getPixels()
  • Dynamic recompiling
  • Breakup of texture handlers into separate classes, so no duck typing
  • Handle textures in CPUKernal
  • Allow for canvas resizing
... (truncated)
Commits
  • 8283290 fix: Move jellyfish images to actual files
  • f46a50d fix: Correct wording for validateSettings errors and use Error instance in ...
  • 8aac6ab fix: Failing unit test
  • e9bdc31 fix: Examples file reference
  • 7771b52 fix: Bump, build, and correct folders
  • 85d64e9 Merge pull request #486 from tmcw/browser-compatibility
  • e4c2b34 Browser compatibility
  • 1c820a7 fix: Deep types and tests to lookup arguments BEFORE return types
  • 19b2fa4 fix: Url typo
  • 914bae0 fix: #483 Handle and test Int32Array, Int16Array, and Int8Array transfer types
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [gpu.js](https://github.com/gpujs/gpu.js) from 2.0.0-rc.13 to 2.0.0-rc.20.
- [Release notes](https://github.com/gpujs/gpu.js/releases)
- [Commits](gpujs/gpu.js@2.0.0-rc.13...2.0.0-rc.20)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 8, 2019
@codecov
Copy link

codecov bot commented Jul 8, 2019

Codecov Report

Merging #1156 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1156   +/-   ##
=======================================
  Coverage   55.39%   55.39%           
=======================================
  Files         113      113           
  Lines        2356     2356           
  Branches      364      364           
=======================================
  Hits         1305     1305           
  Misses       1051     1051

@codecov
Copy link

codecov bot commented Jul 8, 2019

Codecov Report

Merging #1156 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1156   +/-   ##
=======================================
  Coverage   55.39%   55.39%           
=======================================
  Files         113      113           
  Lines        2356     2356           
  Branches      364      364           
=======================================
  Hits         1305     1305           
  Misses       1051     1051

@dependabot-preview
Copy link
Author

Dependabot tried to merge this PR, but received the following error from GitHub:

You're not authorized to push to this branch. Visit https://help.github.com/articles/about-protected-branches/ for more information.

@jywarren jywarren merged commit 8033af9 into main Jul 9, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/gpu.js-2.0.0-rc.20 branch July 9, 2019 22:33
jywarren pushed a commit that referenced this pull request Dec 16, 2019
Bumps [gpu.js](https://github.com/gpujs/gpu.js) from 2.0.0-rc.13 to 2.0.0-rc.20.
- [Release notes](https://github.com/gpujs/gpu.js/releases)
- [Commits](gpujs/gpu.js@2.0.0-rc.13...2.0.0-rc.20)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants