Commit 4d437f24 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.29.x'

parents 00a1d4cb cb1e6e41
...@@ -169,16 +169,13 @@ Other changes ...@@ -169,16 +169,13 @@ Other changes
0.29.14 (2019-??-??) 0.29.14 (2019-??-??)
==================== ====================
Features added
--------------
* ``?`` is supported as NumPy dtype for ``bool``.
Patch by Max Klein. (Github issue #2675)
Bugs fixed Bugs fixed
---------- ----------
* ``await`` was not allows inside of f-strings. * ``?`` for ``bool`` was missing from the supported NumPy dtypes.
Patch by Max Klein. (Github issue #2675)
* ``await`` was not allowed inside of f-strings.
Patch by Dmitro Getz. (Github issue #2877) Patch by Dmitro Getz. (Github issue #2877)
* Coverage analysis failed for projects where the code resides in separate * Coverage analysis failed for projects where the code resides in separate
......
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