Releases: bmcfee/resampy
Releases · bmcfee/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 #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
- @karpp made their first contribution in #116
- @polariton made their first contribution in #117
Full Changelog: 0.4.2...0.4.3
0.4.2
0.4.1
What's Changed
- Fix length calculation error by @bmcfee in #113
- Support for 32bit architectures by @avalentino in #110
Full Changelog: 0.4.0...0.4.1
0.4.0
0.3.1
0.3.0
What's Changed
- Enable CI testing with GitHub Action by @avalentino in #80
- Fix doctests and enable doctests in CI by @avalentino in #81
- added codecov by @bmcfee in #83
- Non-uniform sample positions by @avalentino in #82
- added linting ci action, fixes #84 by @bmcfee in #87
- Fixed #76 - matched input and output rates by @bmcfee in #88
- dropped legacy python support by @bmcfee in #89
- Fixing high-dimensional resampling by @bmcfee in #90
- Modernize packaging by @bmcfee in #91
- Docs updates by @bmcfee in #95
- Enable parallelism by @avalentino in #93
- Parameter generation by @bmcfee in #98
- Filter cache by @bmcfee in #99
- updated changelog by @bmcfee in #100
New Contributors
- @avalentino made their first contribution in #80
Full Changelog: 0.2.2...0.3.0