summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2022-05-10 12:55:48 +0300
committerGitHub <noreply@github.com>2022-05-10 12:55:48 +0300
commit369a677625f7449bf696387f6e787386f0c148ad (patch)
treec79fc032aee9ef181ef0fe3eba1af18ebdafc337 /doc
parent247cb34641bbd3481c3df741f88d7bfa65901e1b (diff)
parent7b20674f88c7b957b1defca8bf0567bf27f35c5a (diff)
downloadnumpy-369a677625f7449bf696387f6e787386f0c148ad.tar.gz
Merge pull request #20993 from seberg/fixup-fromiter
ENH: Allow object and subarray dtypes in fromiter
Diffstat (limited to 'doc')
-rw-r--r--doc/release/upcoming_changes/20993.improvement.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/20993.improvement.rst b/doc/release/upcoming_changes/20993.improvement.rst
new file mode 100644
index 000000000..f0019c45e
--- /dev/null
+++ b/doc/release/upcoming_changes/20993.improvement.rst
@@ -0,0 +1,5 @@
+``np.fromiter`` now accepts objects and subarrays
+-------------------------------------------------
+The `~numpy.fromiter` function now supports object and
+subarray dtypes. Please see he function documentation for
+examples.