Skip to content

Commit

Permalink
Merge pull request #100 from bmcfee/030-release-changelog
Browse files Browse the repository at this point in the history
updated changelog
  • Loading branch information
bmcfee authored Jun 29, 2022
2 parents 1f387d1 + 5e2816c commit f8d4bb9
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,45 +1,73 @@
Changes
-------

v0.3.0
~~~~~~
2022-06-29

- `#99 <https://github.com/bmcfee/resampy/issues/99>`_ Enable caching of pre-computed filters to improve runtime efficiency.
- `#98 <https://github.com/bmcfee/resampy/issues/98>`_ Automate pre-computed filter generation. Regenerated and improved `kaiser_fast` and `kaiser_best` filters.
- `#95 <https://github.com/bmcfee/resampy/issues/95>`_ Improved documentation
- `#93 <https://github.com/bmcfee/resampy/issues/93>`_ Enable parallel processing for sample rate conversion. *Antonio Valentino*
- `#91 <https://github.com/bmcfee/resampy/issues/91>`_ Improved python packaging workflow.
- `#90 <https://github.com/bmcfee/resampy/issues/90>`_ Fixed a bug in resampling high-dimensional data.
- `#89 <https://github.com/bmcfee/resampy/issues/89>`_ Removed support for python 2.7.
- `#88 <https://github.com/bmcfee/resampy/issues/88>`_ Bypass sample rate conversion if input and output rates are identical.
- `#87 <https://github.com/bmcfee/resampy/issues/87>`_ Added continuous integration tests for linting.
- `#82 <https://github.com/bmcfee/resampy/issues/82>`_ Non-uniform output sample positions. *Antonio Valentio*

v0.2.2
~~~~~~
2019-08-15

- `#68 <https://github.com/bmcfee/resampy/issues/68>`_ Preserve array ordering (C- or F-contiguity) from input to output.

v0.2.1
~~~~~~
2018-06-04

- `#63 <https://github.com/bmcfee/resampy/issues/63>`_ Fixed an error in filter response boundary calculations.

v0.2.0
~~~~~~
2017-09-16

- `#57 <https://github.com/bmcfee/resampy/issues/57>`_ Rewrote the core resampler using Numba. This should alleviate Cython-based installation issues going forward.
- `#14 <https://github.com/bmcfee/resampy/issues/14>`_ Added support for resampling complex-valued signals.
- `#17 <https://github.com/bmcfee/resampy/issues/17>`_ Added a safety check for resampling short signals.

v0.1.5
~~~~~~
2017-02-16

- `#44 <https://github.com/bmcfee/resampy/issues/44>`_ Added type-checking to ensure floating-point inputs

v0.1.4
~~~~~~
2016-07-13

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

v0.1.3
~~~~~~
2016-06-21

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

v0.1.2
~~~~~~
2016-05-26

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

v0.1.1
~~~~~~
2016-05-23

- Fixed a cython installation and distribution issue

v0.1.0
~~~~~~
2016-04-21

- Initial release.

0 comments on commit f8d4bb9

Please sign in to comment.