diff options
author | Matti Picus <matti.picus@gmail.com> | 2022-05-10 12:55:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 12:55:48 +0300 |
commit | 369a677625f7449bf696387f6e787386f0c148ad (patch) | |
tree | c79fc032aee9ef181ef0fe3eba1af18ebdafc337 /doc | |
parent | 247cb34641bbd3481c3df741f88d7bfa65901e1b (diff) | |
parent | 7b20674f88c7b957b1defca8bf0567bf27f35c5a (diff) | |
download | numpy-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.rst | 5 |
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. |