Skip to content

Releases: bmcfee/resampy

0.4.3

05 Mar 20:35
7c484f8
Compare
Choose a tag to compare

This is a maintenance release to maintain compatibility with newer versions of Python.

It also includes some small corrections to the documentation and test environment specifications. There are no functional changes to the library.

What's Changed

  • Fix error in documentation of resample function by @karpp in #116
  • filters: use importlib_resources API to avoid deprecation warning by @polariton in #117
  • Minor updates to tests and packaging by @bmcfee in #118
  • updated all actions by @bmcfee in #119

New Contributors

Full Changelog: 0.4.2...0.4.3

0.4.2

13 Sep 16:20
Compare
Choose a tag to compare

What's Changed

  • force floating point math for shape calculations by @bmcfee in #115

Full Changelog: 0.4.1...0.4.2

0.4.1

09 Sep 13:51
17200d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.4.1

0.4.0

08 Aug 12:03
2ca177f
Compare
Choose a tag to compare

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.

0.3.1

07 Jul 14:56
29d3487
Compare
Choose a tag to compare

This release fixes an efficiency regression introduced in 0.3.0. There are otherwise no functionality changes.

0.3.0

29 Jun 16:48
f8d4bb9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.2...0.3.0

0.2.2

16 Aug 00:14
Compare
Choose a tag to compare

This minor release fixes a bug to ensure that resampling output preserves the in-memory array ordering of the input whenever possible.

0.2.1

04 Jun 17:41
Compare
Choose a tag to compare

Minor bugfix release.

0.2.0

16 Sep 15:14
Compare
Choose a tag to compare

First release of the 0.2.x series

0.2.0rc0

08 Sep 20:04
Compare
Choose a tag to compare
0.2.0rc0 Pre-release
Pre-release

Release candidate for 0.2.0.

This version replaces the Cython core with a Numba implementation, and should fix compiler-related installation issues.