Skip to content

Commit

Permalink
Merge pull request #132 from rgommers/relnotes040
Browse files Browse the repository at this point in the history
DOC: update 0.4.0 release notes with deprecations from gh-55.
  • Loading branch information
aaren committed Nov 26, 2015
2 parents b3dcaa6 + 2572c04 commit 898595d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions doc/release/0.4.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,26 @@ New features
Deprecated features
===================

A number of functions have been renamed, the old names are deprecated and will
be removed in a future release:

- ``intwave``, renamed to ``integrate_wavelet``
- ``centrfrq``, renamed to ``central_frequency``
- ``scal2frq``, renamed to ``scale2frequency``
- ``orthfilt``, renamed to ``orthogonal_filter_bank``

Integration of general signals (i.e. not wavelets) with ``integrate_wavelet``
is deprecated.

The ``MODES`` object and its attributes are deprecated. The new name is
``Modes``, and the attribute names are expanded:

- ``zpd``, renamed to ``zero``
- ``cpd``, renamed to ``constant``
- ``sp1``, renamed to ``smooth``
- ``sym``, renamed to ``symmetric``
- ``ppd``, renamed to ``periodic``
- ``per``, renamed to ``periodization``

Backwards incompatible changes
==============================
Expand Down

0 comments on commit 898595d

Please sign in to comment.