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

[Snyk] Upgrade @tensorflow/tfjs-converter from 4.1.0 to 4.2.0 #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade @tensorflow/tfjs-converter from 4.1.0 to 4.2.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 22 days ago, on 2023-01-03.
Release notes
Package name: @tensorflow/tfjs-converter
  • 4.2.0 - 2023-01-03

    Core (4.1.0 ==> 4.2.0)

    Bug fixes

    Misc

    • Update monorepo to 4.2.0. (#7226).
    • Use node's util.types.isUint8Array etc for isTypedArray (#7181).
    • Use static getters to get optimizer class names (#7168).
    • Simplify how Optimizers are re-exported in train.ts (#7156).
    • Register optimizers in a centralized location (#7157).
    • Mark all calls to 'op()' as pure (#7155).
    • Refactor type conversion for read back (#7044). Thanks, @ axinging.
    • fix tensor.print() for 0 shaped tensor (#7127).
    • Switch from android 9 to 10 for tests (#7132).
    • Fix the doc error of step operator (#7120). Thanks, @ xhcao.
    • doc: Fix diag() example to make is less confusing. (#7113). Thanks, @ robhybrid.
    • Cast to 'unknown' instead of '{}' in double assertions (#7116).
    • [webgpu] Create tensor from GPUBuffer (#7034). Thanks, @ axinging.
    • Add positive dilation and strides check (#7063).

    Data (4.1.0 ==> 4.2.0)

    Misc

    • Update monorepo to 4.2.0. (#7226).

    Layers (4.1.0 ==> 4.2.0)

    Misc

    • Update monorepo to 4.2.0. (#7226).
    • Switch from android 9 to 10 for tests (#7132).
    • Fix #7104 - tf.initializers.<random | glorot | he | leCunn>Uniform() ignores seed argument & add tests that replicated the issue, fix wrong serialization name registered for LeCunUniform initializer class (#7108). Thanks, @ adrian-branescu.
    • Bump minimatch from 3.0.4 to 3.1.2 in /tfjs-layers (#7086). Thanks, @ dependabot[bot].

    Converter (4.1.0 ==> 4.2.0)

    Misc

    • Update lockfiles branch tfjs_4.2.0_lockfiles lock files. (#7230).
    • Update monorepo to 4.2.0. (#7226).
    • Update rules_python to 0.16.1 (#7160).
    • Mark tfdf ops as supported by tfjs-converter (#7141).
    • Change dependency from saved_model_cli to saved_model_utils (#7039). Thanks, @ BlaziusMaximus.

    Node (4.1.0 ==> 4.2.0)

    Bug fixes

    Misc

    • Update lockfiles branch tfjs_4.2.0_lockfiles lock files. (#7230).
    • Update monorepo to 4.2.0. (#7226).
    • [tfjs-node] replace Exception with Error constructor (#7131).
    • Cast to 'unknown' instead of '{}' in double assertions (#7116).
    • Bump minimatch from 3.0.4 to 3.1.2 in /tfjs-node-gpu (#7085). Thanks, @ dependabot[bot].
    • Bump minimatch from 3.0.4 to 3.1.2 in /tfjs-node (#7084). Thanks, @ dependabot[bot].

    Wasm (4.1.0 ==> 4.2.0)

    Bug fixes

    Performance

    Misc

    • Update lockfiles branch tfjs_4.2.0_lockfiles lock files. (#7230).
    • Update monorepo to 4.2.0. (#7226).
    • Switch from android 9 to 10 for tests (#7132).
    • Cast to 'unknown' instead of '{}' in double assertions (#7116).
    • Bump minimatch from 3.0.4 to 3.1.2 in /tfjs-backend-wasm (#7088). Thanks, @ dependabot[bot].

    Cpu (4.1.0 ==> 4.2.0)

    Bug fixes

    Performance

    Misc

    • Update monorepo to 4.2.0. (#7226).
    • Refactor type conversion for read back (#7044). Thanks, @ axinging.
    • Cast to 'unknown' instead of '{}' in double assertions (#7116).

    Webgl (4.1.0 ==> 4.2.0)

    Bug fixes

    Performance

    Documentation

    Misc

    • Update lockfiles branch tfjs_4.2.0_lockfiles lock files. (#7230).
    • Update monorepo to 4.2.0. (#7226).
    • Switch from android 9 to 10 for tests (#7132).
    • Cast to 'unknown' instead of '{}' in double assertions (#7116).
    • [webgpu] Create tensor from GPUBuffer (#7034). Thanks, @ axinging.
  • 4.1.0 - 2022-11-20
    Read more
from @tensorflow/tfjs-converter GitHub release notes
Commit messages
Package name: @tensorflow/tfjs-converter
  • 5a4b874 Update monorepo to 4.2.0. (#7226)
  • b6a5e25 webgl: fix a typing nit (#7199)
  • 0c54071 webgpu: support Conv2DBackpropFilter kernel (#7190)
  • 2c95a67 [webgpu] Further tweak vectorized NaN handling in binary ops (#7185)
  • fd3c3f4 [webgpu] Use numbers directly instead of const variables (#7193)
  • 0d88a30 Use 'common' instead of 'test' for platform config (#7192)
  • f9d46b6 Update date for nightly benchmark (#7184)
  • 043bf0e webgpu: support AvgPoolGrad kernel (#7188)
  • ae902e5 Use node's util.types.isUint8Array etc for isTypedArray (#7181)
  • d8b08c9 webgpu: support diag operator (#7177)
  • 3b95c19 [webgpu] Inline `CHECK_NAN_SNIPPET_VEC4_INNER` (#7178)
  • b40c641 Increase cycle from week to half-month for nightly benchmark (#7173)
  • bafd191 [webgpu] Vectorize NaN propagations (#7171)
  • ce3f0be webgpu: support localResponseNormalization operator (#7128)
  • afd7918 webgpu: support dilation2d operator (#7152)
  • 62e262a Upgrade emsdk to 3.1.28 (#7172)
  • c74f014 [webgpu] Add a huge matmul test (#7153)
  • 05914f3 [webgpu] Make the title of one matMul test more informative (#7167)
  • f200cb8 Use static getters to get optimizer class names (#7168)
  • 031582f Simplify how Optimizers are re-exported in train.ts (#7156)
  • c98656d Register optimizers in a centralized location (#7157)
  • aea97c4 Update rules_python to 0.16.1 (#7160)
  • 3e7d5b0 Mark all calls to 'op()' as pure (#7155)
  • b92f803 Refactor type conversion for read back (#7044)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@j-mendez j-mendez force-pushed the main branch 7 times, most recently from b3aed82 to 161ded2 Compare August 5, 2023 22:03
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.

None yet

1 participant