summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2019-10-31 08:47:44 +0200
committerGitHub <noreply@github.com>2019-10-31 08:47:44 +0200
commitc03ce145cc991e1873b1595a128825992300d97a (patch)
tree4f37ecf6faf8528727e97222b7c81628f58d509d /doc/release
parentc1d9eec58bd83257c4cb69b82308c7263d31a3e9 (diff)
parent880acfeba83309607908249fc6dcdf83c8fe410a (diff)
downloadnumpy-c03ce145cc991e1873b1595a128825992300d97a.tar.gz
Merge pull request #14227 from zjpoh/from_string_complex
ENH: Parse complex number from string
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/upcoming_changes/14227.improvement.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/14227.improvement.rst b/doc/release/upcoming_changes/14227.improvement.rst
new file mode 100644
index 000000000..6e45f47c1
--- /dev/null
+++ b/doc/release/upcoming_changes/14227.improvement.rst
@@ -0,0 +1,3 @@
+Add complex number support for ``numpy.fromstring``
+---------------------------------------------------
+Now ``numpy.fromstring`` can read complex numbers.