Skip to content

Bump resampy from 0.3.1 to 0.4.2#36

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/resampy-0.4.2
Open

Bump resampy from 0.3.1 to 0.4.2#36
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/resampy-0.4.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Sep 13, 2022

Bumps resampy from 0.3.1 to 0.4.2.

Release notes

Sourced from resampy's releases.

0.4.2

What's Changed

Full Changelog: bmcfee/resampy@0.4.1...0.4.2

0.4.1

What's Changed

Full Changelog: bmcfee/resampy@0.4.0...0.4.1

0.4.0

This release fixes some performance regressions and disables parallelism by default.

There is a backward-compatibility breaking change where integer-valued inputs now always produce floating-point outputs.

Changelog

Sourced from resampy's changelog.

v0.4.2

2022-09-13
  • [#115](https://github.com/bmcfee/resampy/issues/115) <https://github.com/bmcfee/resampy/pull/115>_ Fixed buffer length calculation to avoid numerical overflow issues on some platforms.

v0.4.1

2022-09-09

  • [#113](https://github.com/bmcfee/resampy/issues/113) <https://github.com/bmcfee/resampy/pull/113>_ Fixed a rounding error in output buffer length calculations.
  • [#110](https://github.com/bmcfee/resampy/issues/110) <https://github.com/bmcfee/resampy/pull/110>_ Added a special case to disable unsupported parallel mode on 32bit architectures.

v0.4.0

2022-08-05
  • [#109](https://github.com/bmcfee/resampy/issues/109) &lt;https://github.com/bmcfee/resampy/pull/109&gt;_ Reduced import time and switched to parallel=False by default.
  • [#109](https://github.com/bmcfee/resampy/issues/109) &lt;https://github.com/bmcfee/resampy/pull/109&gt;_ Integer-valued inputs now produce floating point outputs.
Commits
  • 1e96fa7 prepping 0.4.1 release
  • a39554f Merge pull request #115 from bmcfee/force-float-shape
  • 69e42e8 force floating point math for shape calculations
  • 17200d7 installation instruction fixes to README [ci skip]
  • d1bad1d One more quick update to doc page [ci skip]
  • c07a2c3 Updated install and test instructions [ci skip]
  • 9c9fa90 Merge pull request #114 from bmcfee/041
  • 932ccbb updated for 0.4.1 release
  • 5c283f0 Merge pull request #110 from avalentino/bugfix/32bit
  • 3024f42 Merge pull request #113 from bmcfee/length-rounding
  • Additional commits viewable in compare view

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 [resampy](https://github.com/bmcfee/resampy) from 0.3.1 to 0.4.2.
- [Release notes](https://github.com/bmcfee/resampy/releases)
- [Changelog](https://github.com/bmcfee/resampy/blob/main/docs/changes.rst)
- [Commits](bmcfee/resampy@0.3.1...0.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 13, 2022
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants