Skip to content

build(deps): bump tract-onnx from 0.18.5 to 0.20.5#225

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/tract-onnx-0.20.5
Closed

build(deps): bump tract-onnx from 0.18.5 to 0.20.5#225
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/tract-onnx-0.20.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 29, 2023

Bumps tract-onnx from 0.18.5 to 0.20.5.

Changelog

Sourced from tract-onnx's changelog.

0.20.5 - 2023-05-26

  • Various bugfix around Einsum
  • Einsum now has functions to translate to MatMul and other axes manipulations

0.20.0, 0.20.1, 0,20.2, 0.20.3 - 2023-04-25

  • [optim] 32x32 f32 AMX kernel (for Apple Silicon M family)
  • [optim] bunch of AMX512F kernels (square, skinny, vector)
  • [ONNX] introduce Trilu, TopK
  • [NNEF/OPL] submodel loader
  • [ONNX] support alternative layout for LSTM (layout=1, batch becomes first axis)
  • [ONNX] If operators with dynamic condition (very basic optimisations, no nnef support yet).

0.19.9 & 0.19.10 - 2023-04-17

  • HardSwiwh ONNX, tract_core_hard_swish in NNEF/OPL
  • introducing tract_core_submodel in NNEF/OPL
  • JSON resource loader in NNEF/OPL
  • Profiling API tweaks
  • --folded view for model command line dump (hide Scan loops)

0.19.8 - 2023-03-27

  • Various bug fixes

0.19.7 & 0.19.6 - 2023-02-24

  • more bug fixes
  • wip on python doc auto-deploy

0.19.5 - 2023-02-22

  • 0.19.3 and 0.19.4 are release misfires
  • lots of bugfixes following 0.19 big changes
  • introducing the JSON NNEF resource

0.19.2 - 2023-01-30

  • [NNEF/OPL] introduce json resource loader
  • extend Complex number support (under a feature flag)

0.19.1 - 2023-01-23

  • [nnef] new identifier syntax is now opt-in for serialization (both accepted at loading)
  • alpha-level C interface. how and how to deploy it (where to put the .h, whether or not to build and ship dylibs)
  • alpha-level python interface. deployed on pypi as "tract". At this stage, API is undocumented and may still change significantly.

0.19.0 - 2023-01-11

  • [BREAKING] TValue are now used in run() instead of the previous mix of Tensor and Arc
  • internal API breaking changes: no more op_families, libcli split away. State is no longer Send (but can be "frozen" to a Send counterpart).
  • Symbols can now be String instead of char. They are not shared globally anymore, but scoped in the Model instead.
  • [pulse] S symbol is no longer magic. The time dimension symbol must be provided at pulsification time.
  • [pulse] In most cases, we can now pulsify without an explicit pulse len (pulse len can be expression).
  • [cli] deprecated "x" syntax for shape is removed
  • [nnef/opl] new i"..." syntax for escaping identifiers: i"some arbitrary string". Allow serialization of any ONNX model with any kind of string as node names.
  • [ONNX] Signal processing operators (DTF, STFT, MelWeightMatrix, BlackmanWindow, HammingWindow, HannWindow)
  • [ONNX] bitwise operations

... (truncated)

Commits

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @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)

Bumps [tract-onnx](https://github.com/snipsco/tract) from 0.18.5 to 0.20.5.
- [Release notes](https://github.com/snipsco/tract/releases)
- [Changelog](https://github.com/sonos/tract/blob/main/CHANGELOG.md)
- [Commits](sonos/tract@0.18.5...0.20.5)

---
updated-dependencies:
- dependency-name: tract-onnx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 29, 2023
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 12, 2023

Superseded by #228.

@dependabot dependabot Bot closed this Jun 12, 2023
@dependabot dependabot Bot deleted the dependabot/cargo/tract-onnx-0.20.5 branch June 12, 2023 03:59
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.

0 participants