segment-any-text / wtpsplit

Toolkit to segment text into sentences or other semantic units in a robust, efficient and adaptable way.
MIT License
695 stars 39 forks source link

Update tract-onnx requirement from 0.15.2 to 0.19.7 #86

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on tract-onnx to permit the latest version.

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.

0.17.7 - 2022-09-05

  • clippy up all tract code
  • various fixes
  • 0.17.5 and 0.17.6 are misfired

0.17.4 - 2022-08-11

  • [cli] global --set (as a somehat cleaner --concretize successor) allow to set a symbol value after decluttering
  • [cli] run --save-outputs output.npz to save execution outputs
  • dozens of fixs and code cleanup (clippy-fication in progress)

0.17.3 - 2022-07-25

  • [License] Allowing https://spdx.org/licenses/Unicode-DFS-2016.html (no tldr yet, but pretty similar to BSD-2)
  • [Breaking] CLI --json option reports costs as strings instead of numbers (in order to allow symbolic values).
  • Sigmoid/Tanh f32 reimpl, plus new f16 impl.

... (truncated)

Commits


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)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.