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 tract-onnx from 0.17.7 to 0.19.7 #94

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Bumps tract-onnx from 0.17.7 to 0.19.7.

Changelog

Sourced from tract-onnx's changelog.

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
  • [ONNX] Compatibility target raised to operator set 18

0.18.3 - 2022-10-27

  • [NNEF] Introduce a "resource" extension for loading values from a separate source (as a config file)
  • Workaround for cpu detection failure on FreeBSD / arm64
  • Various bug fixes

0.18.2 - 2022-10-18

  • [pulse] improve convolution (and others) pulsification to avoid some unecessary buffering delay
  • [cli] support multiple streaming inputs and outputs
  • [ONNX] more relaxed Clip operator rules

0.18.1 - 2022-10-06

  • prepare NNEF for further tract-opl extension (resource support)
  • more generic matmul
  • optimise some EinSum cases as matmul

0.18.0 - 2022-09-21

  • [ONNX Breaking] Several changes to move towards supporting ONNX symbolic dimensions (actual fixes, but they may break stuff that was working more or less by accident). It may be required to erase output shapes explicitely when input shape is overriden on models that were working before.
  • [CLI breaking] ONXN symbolic dimensions has some impact here too. --input-bundle is deprecated, is was overriden and ambiguous. Instead, there is a --input-facts-from-bundle global option, and a --input-from-bundle option in the subcommands run, profile, dump. --allow-random-input is also moved to subcommands. We think all previously supported behaviours are still there. Please open issues if not.
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.17.7 to 0.19.7.
- [Release notes](https://github.com/snipsco/tract/releases)
- [Changelog](https://github.com/sonos/tract/blob/main/CHANGELOG.md)
- [Commits](sonos/tract@0.17.7...0.19.7)

---
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 Feb 27, 2023
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