Changes

v0.2.2

  • #68 Preserve array ordering (C- or F-contiguity) from input to output.

v0.2.1

  • #63 Fixed an error in filter response boundary calculations.

v0.2.0

  • #57 Rewrote the core resampler using Numba. This should alleviate Cython-based installation issues going forward.

  • #14 Added support for resampling complex-valued signals.

  • #17 Added a safety check for resampling short signals.

v0.1.5

  • #44 Added type-checking to ensure floating-point inputs

v0.1.4

  • #27 Fixed cython packaging

v0.1.3

  • #23 updated the Cython version requirement.

v0.1.2

  • #20 Expose the rolloff parameter of (pre-computed) filters

v0.1.1

  • Fixed a cython installation and distribution issue

v0.1.0

  • Initial release.