We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87255f0 commit 716a704Copy full SHA for 716a704
docs/changes.rst
@@ -1,6 +1,13 @@
1
Changes
2
-------
3
4
+v0.4.0
5
+~~~~~~
6
+2022-08-05
7
+
8
+- `#109 <https://github.com/bmcfee/resampy/pull/109>`_ Reduced import time and switched to parallel=False by default.
9
+- `#109 <https://github.com/bmcfee/resampy/pull/109>`_ Integer-valued inputs now produce floating point outputs.
10
11
v0.3.1
12
~~~~~~
13
2022-07-07
resampy/version.py
@@ -2,5 +2,5 @@
# -*- coding: utf-8 -*-
"""Version info"""
-short_version = '0.3'
-version = '0.3.1'
+short_version = '0.4'
+version = '0.4.0'
0 commit comments