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

build(deps): bump idsp from 0.8.4 to 0.8.5 #596

Merged
merged 1 commit into from
Aug 15, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2022

Bumps idsp from 0.8.4 to 0.8.5.

Changelog

Sourced from idsp's changelog.

[0.8.5] - 2022-08-13

Changed

  • atan2 algorithm changed, accuracy improved from 4e-3 to 1e-5 rad max error

[0.8.0] - 2022-06-07

Changed

  • Miniconf dependency bumped to 0.5

[0.7.1] - 2022-01-24

Changed

  • Changed back to release 2018

[0.7.0] - 2022-01-24

Added

  • Getter methods for PLL, RPLL, Lowpass, Unwrapper

Changed

  • Accu, Unwrapper, overflowing_sub are now generic.
  • Revert to PLL::update() returning the phase increment as that has less bias (while it does have more noise).

[0.6.0] - 2022-01-19

Changed

  • Let the wrap return value of overlowing_sub() be a i32 in analogy to the remaining API functions for i32 and the changes in idsp v0.5.0.

[0.5.0] - 2022-01-19

Changed

  • The shift parameters (log2 gains, log2 time constants) have all been migrated from u8 to u32 to be consistent with core. This is also in preparation for unchecked_shr() and unchecked_shl().
  • PLL::update() does not return the phase increment but instead the actual frequency estimate.
  • Additional zeros in the PLL transfer functions have been placed at Nyquist.

[0.4.0] - 2021-12-13

... (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 [idsp](https://github.com/quartiq/idsp) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/quartiq/idsp/releases)
- [Changelog](https://github.com/quartiq/idsp/blob/main/CHANGELOG.md)
- [Commits](quartiq/idsp@v0.8.4...v0.8.5)

---
updated-dependencies:
- dependency-name: idsp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 15, 2022
@jordens
Copy link
Member

jordens commented Aug 15, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Aug 15, 2022

Build succeeded:

@bors bors bot merged commit 42317d3 into master Aug 15, 2022
@bors bors bot deleted the dependabot/cargo/idsp-0.8.5 branch August 15, 2022 12:38
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.

1 participant