From 934c81a68c1f30bdafba85f164b9aeddfdb173c7 Mon Sep 17 00:00:00 2001 From: "Gregory R. Lee" Date: Wed, 2 Nov 2016 10:31:12 -0400 Subject: [PATCH] DOC: update release notes for v0.5.0 --- doc/release/0.5.0-notes.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/release/0.5.0-notes.rst b/doc/release/0.5.0-notes.rst index dcde28b5c..a2d1aaf25 100644 --- a/doc/release/0.5.0-notes.rst +++ b/doc/release/0.5.0-notes.rst @@ -191,6 +191,8 @@ Issues closed for v0.5.0 - `#210 `__: Run doctests in CI setup - `#211 `__: Typo in iswt documentation - `#217 `__: `blank_discrete_wavelet` does not properly intiailize some properties +- `#231 `__: I can't compile pywt + Pull requests for v0.5.0 ------------------------ @@ -235,3 +237,5 @@ Pull requests for v0.5.0 - `#228 `__: MAINT: avoid using a builtin as variable name in qmf(). - `#229 `__: DOC: add swtn, iswt, iswt2 to the API documentation - `#230 `__: add demo of batch processing via concurrent.futures +- `#234 `__: ENH: coeffs_to_array supports axes argument as recently added to wavedec* +- `#236 `__: BLD: raise an ImportError if Cython should be installed but isn't. \ No newline at end of file