Commit 912d66f9 authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent 040109f8
......@@ -23,12 +23,16 @@ Bugs fixed
warnings that are now fixed.
Patch by Nicolas Pauss. (Github issue #2685)
* Cython's memoryviews no longer require strides for setting the shape field
but only the ``PyBUF_ND`` flag to be set.
Patch by John Kirkham. (Github issue #2716)
* Some C compiler warnings about unused memoryview code were fixed.
Patch by Ho Cheuk Ting. (Github issue #2588)
* The power operator and the support for NumPy math functions were fixed
in Pythran expressions.
Patch by Serge Guelton (Github issues #2702, #2709).
Patch by Serge Guelton. (Github issues #2702, #2709)
* Signatures with memory view arguments now show the expected type
when embedded in docstrings.
......@@ -40,7 +44,7 @@ Bugs fixed
Patch by Kryštof Pilnáček. (Github issue #2638)
* A struct field type in the ``cpython.array`` declarations was corrected.
Patch by John Kirkham. (Github issue #2712)
Patch by John Kirkham. (Github issue #2712)
0.29 (2018-10-14)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment