Skip to content

Commit

Permalink
updated changelog and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Mar 19, 2015
1 parent c56e99d commit b397c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Other changes
- `filters.constant_q` now returns filter lengths
- Chroma now starts at `C` by default, instead of `A`
- `pad_center` supports multi-dimensional input and `axis` parameter
- switched from `np.fft` to `scipy.fftpack` for FFT operations

Deprecated functions

Expand Down
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Other changes
- Chroma now starts at ``C`` by default, instead of ``A``
- ``pad_center`` supports multi-dimensional input and ``axis``
parameter
- switched from ``np.fft`` to ``scipy.fftpack`` for FFT operations

Deprecated functions

Expand Down

0 comments on commit b397c82

Please sign in to comment.