Recent Releases of resampy

resampy - 0.4.3

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 https://github.com/bmcfee/resampy/pull/116
  • filters: use importlib_resources API to avoid deprecation warning by @polariton in https://github.com/bmcfee/resampy/pull/117
  • Minor updates to tests and packaging by @bmcfee in https://github.com/bmcfee/resampy/pull/118
  • updated all actions by @bmcfee in https://github.com/bmcfee/resampy/pull/119

New Contributors

  • @karpp made their first contribution in https://github.com/bmcfee/resampy/pull/116
  • @polariton made their first contribution in https://github.com/bmcfee/resampy/pull/117

Full Changelog: https://github.com/bmcfee/resampy/compare/0.4.2...0.4.3

Scientific Software - Peer-reviewed - Python
Published by bmcfee almost 2 years ago

resampy - 0.4.2

What's Changed

  • force floating point math for shape calculations by @bmcfee in https://github.com/bmcfee/resampy/pull/115

Full Changelog: https://github.com/bmcfee/resampy/compare/0.4.1...0.4.2

Scientific Software - Peer-reviewed - Python
Published by bmcfee over 3 years ago

resampy - 0.4.1

What's Changed

  • Fix length calculation error by @bmcfee in https://github.com/bmcfee/resampy/pull/113
  • Support for 32bit architectures by @avalentino in https://github.com/bmcfee/resampy/pull/110

Full Changelog: https://github.com/bmcfee/resampy/compare/0.4.0...0.4.1

Scientific Software - Peer-reviewed - Python
Published by bmcfee over 3 years ago

resampy - 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.

Scientific Software - Peer-reviewed - Python
Published by bmcfee over 3 years ago

resampy - 0.3.1

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

Scientific Software - Peer-reviewed - Python
Published by bmcfee over 3 years ago

resampy - 0.3.0

What's Changed

  • Enable CI testing with GitHub Action by @avalentino in https://github.com/bmcfee/resampy/pull/80
  • Fix doctests and enable doctests in CI by @avalentino in https://github.com/bmcfee/resampy/pull/81
  • added codecov by @bmcfee in https://github.com/bmcfee/resampy/pull/83
  • Non-uniform sample positions by @avalentino in https://github.com/bmcfee/resampy/pull/82
  • added linting ci action, fixes #84 by @bmcfee in https://github.com/bmcfee/resampy/pull/87
  • Fixed #76 - matched input and output rates by @bmcfee in https://github.com/bmcfee/resampy/pull/88
  • dropped legacy python support by @bmcfee in https://github.com/bmcfee/resampy/pull/89
  • Fixing high-dimensional resampling by @bmcfee in https://github.com/bmcfee/resampy/pull/90
  • Modernize packaging by @bmcfee in https://github.com/bmcfee/resampy/pull/91
  • Docs updates by @bmcfee in https://github.com/bmcfee/resampy/pull/95
  • Enable parallelism by @avalentino in https://github.com/bmcfee/resampy/pull/93
  • Parameter generation by @bmcfee in https://github.com/bmcfee/resampy/pull/98
  • Filter cache by @bmcfee in https://github.com/bmcfee/resampy/pull/99
  • updated changelog by @bmcfee in https://github.com/bmcfee/resampy/pull/100

New Contributors

  • @avalentino made their first contribution in https://github.com/bmcfee/resampy/pull/80

Full Changelog: https://github.com/bmcfee/resampy/compare/0.2.2...0.3.0

Scientific Software - Peer-reviewed - Python
Published by bmcfee over 3 years ago

resampy - 0.2.2

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

Scientific Software - Peer-reviewed - Python
Published by bmcfee over 6 years ago

resampy - 0.2.1

Minor bugfix release.

Scientific Software - Peer-reviewed - Python
Published by bmcfee over 7 years ago

resampy - 0.2.0

First release of the 0.2.x series

Scientific Software - Peer-reviewed - Python
Published by bmcfee over 8 years ago

resampy - 0.2.0rc0

Release candidate for 0.2.0.

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

Scientific Software - Peer-reviewed - Python
Published by bmcfee over 8 years ago

resampy - 0.1.5

Minor bugfix release

Scientific Software - Peer-reviewed - Python
Published by bmcfee almost 9 years ago

resampy - 0.1.4

Fixes cython installation issues.

Scientific Software - Peer-reviewed - Python
Published by bmcfee over 9 years ago

resampy - 0.1.4rc3

Final fix on cython c/pyx install.

Scientific Software - Peer-reviewed - Python
Published by bmcfee over 9 years ago

resampy - 0.1.4rc2

Another attempt at fixing the installation script.

Scientific Software - Peer-reviewed - Python
Published by bmcfee over 9 years ago

resampy - 0.1.4rc1

Second pre-release for 0.1.4

Scientific Software - Peer-reviewed - Python
Published by bmcfee over 9 years ago

resampy - 0.1.4rc0

First release candidate for 0.1.4

Scientific Software - Peer-reviewed - Python
Published by bmcfee over 9 years ago

resampy - 0.1.3

Fixes the Cython version requirement for installation.

Scientific Software - Peer-reviewed - Python
Published by bmcfee over 9 years ago

resampy - 0.1.2

This minor revision exposes the roll-off frequency of pre-computed filters.

Scientific Software - Peer-reviewed - Python
Published by bmcfee over 9 years ago

resampy - 0.1.1

This release fixes an installation issue with certain environments. There are no changes to functionality.

Scientific Software - Peer-reviewed - Python
Published by bmcfee over 9 years ago

resampy - 0.1.0

Initial release.

Scientific Software - Peer-reviewed - Python
Published by bmcfee over 9 years ago

resampy - 0.1.0rc1

Release candidate 1

Scientific Software - Peer-reviewed - Python
Published by bmcfee over 9 years ago

resampy - 0.1.0 pre-release

Scientific Software - Peer-reviewed - Python
Published by bmcfee over 9 years ago