diff options
author | Matti Picus <matti.picus@gmail.com> | 2019-10-31 08:46:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-31 08:46:45 +0200 |
commit | c1d9eec58bd83257c4cb69b82308c7263d31a3e9 (patch) | |
tree | 4fad819765aeb730f4fcf92c9252619b37b97588 /doc | |
parent | 36d6d2abb02577e10a144b086d9a111eab041691 (diff) | |
parent | bce2b8efa8a8d44d6f29e7a77b6d744e23976595 (diff) | |
download | numpy-c1d9eec58bd83257c4cb69b82308c7263d31a3e9.tar.gz |
Merge pull request #14730 from zjpoh/fromfile_complex
ENH: Add complex number support for fromfile
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/upcoming_changes/14730.improvement.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/14730.improvement.rst b/doc/release/upcoming_changes/14730.improvement.rst new file mode 100644 index 000000000..ee073d234 --- /dev/null +++ b/doc/release/upcoming_changes/14730.improvement.rst @@ -0,0 +1,3 @@ +Add complex number support for ``numpy.fromfile`` +------------------------------------------------- +Now ``numpy.fromfile`` can read complex numbers. |