Skip to content

Commit f8d4bb9

Browse files
authored
Merge pull request #100 from bmcfee/030-release-changelog
updated changelog
2 parents 1f387d1 + 5e2816c commit f8d4bb9

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/changes.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,73 @@
11
Changes
22
-------
33

4+
v0.3.0
5+
~~~~~~
6+
2022-06-29
7+
8+
- `#99 <https://github.com/bmcfee/resampy/issues/99>`_ Enable caching of pre-computed filters to improve runtime efficiency.
9+
- `#98 <https://github.com/bmcfee/resampy/issues/98>`_ Automate pre-computed filter generation. Regenerated and improved `kaiser_fast` and `kaiser_best` filters.
10+
- `#95 <https://github.com/bmcfee/resampy/issues/95>`_ Improved documentation
11+
- `#93 <https://github.com/bmcfee/resampy/issues/93>`_ Enable parallel processing for sample rate conversion. *Antonio Valentino*
12+
- `#91 <https://github.com/bmcfee/resampy/issues/91>`_ Improved python packaging workflow.
13+
- `#90 <https://github.com/bmcfee/resampy/issues/90>`_ Fixed a bug in resampling high-dimensional data.
14+
- `#89 <https://github.com/bmcfee/resampy/issues/89>`_ Removed support for python 2.7.
15+
- `#88 <https://github.com/bmcfee/resampy/issues/88>`_ Bypass sample rate conversion if input and output rates are identical.
16+
- `#87 <https://github.com/bmcfee/resampy/issues/87>`_ Added continuous integration tests for linting.
17+
- `#82 <https://github.com/bmcfee/resampy/issues/82>`_ Non-uniform output sample positions. *Antonio Valentio*
18+
419
v0.2.2
520
~~~~~~
21+
2019-08-15
22+
623
- `#68 <https://github.com/bmcfee/resampy/issues/68>`_ Preserve array ordering (C- or F-contiguity) from input to output.
724

825
v0.2.1
926
~~~~~~
27+
2018-06-04
28+
1029
- `#63 <https://github.com/bmcfee/resampy/issues/63>`_ Fixed an error in filter response boundary calculations.
1130

1231
v0.2.0
1332
~~~~~~
33+
2017-09-16
34+
1435
- `#57 <https://github.com/bmcfee/resampy/issues/57>`_ Rewrote the core resampler using Numba. This should alleviate Cython-based installation issues going forward.
1536
- `#14 <https://github.com/bmcfee/resampy/issues/14>`_ Added support for resampling complex-valued signals.
1637
- `#17 <https://github.com/bmcfee/resampy/issues/17>`_ Added a safety check for resampling short signals.
1738

1839
v0.1.5
1940
~~~~~~
41+
2017-02-16
42+
2043
- `#44 <https://github.com/bmcfee/resampy/issues/44>`_ Added type-checking to ensure floating-point inputs
2144

2245
v0.1.4
2346
~~~~~~
47+
2016-07-13
2448

2549
- `#27 <https://github.com/bmcfee/resampy/pull/27>`_ Fixed cython packaging
2650

2751
v0.1.3
2852
~~~~~~
53+
2016-06-21
2954

3055
- `#23 <https://github.com/bmcfee/resampy/pull/23>`_ updated the Cython version requirement.
3156

3257
v0.1.2
3358
~~~~~~
59+
2016-05-26
3460

3561
- `#20 <https://github.com/bmcfee/resampy/pull/20>`_ Expose the ``rolloff`` parameter of (pre-computed) filters
3662

3763
v0.1.1
3864
~~~~~~
65+
2016-05-23
3966

4067
- Fixed a cython installation and distribution issue
4168

4269
v0.1.0
4370
~~~~~~
71+
2016-04-21
4472

4573
- Initial release.

0 commit comments

Comments
 (0)