You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/changes.rst
+6
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
Changes
2
2
-------
3
3
4
+
v0.2.0
5
+
~~~~~~
6
+
- `#57 <https://github.com/bmcfee/resampy/issues/57>`_ Rewrote the core resampler using Numba. This should alleviate Cython-based installation issues going forward.
7
+
- `#14 <https://github.com/bmcfee/resampy/issues/14>`_ Added support for resampling complex-valued signals.
8
+
- `#17 <https://github.com/bmcfee/resampy/issues/17>`_ Added a safety check for resampling short signals.
9
+
4
10
v0.1.5
5
11
~~~~~~
6
12
- `#44 <https://github.com/bmcfee/resampy/issues/44>`_ Added type-checking to ensure floating-point inputs
0 commit comments