summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/16134.improvement.rst
blob: 0699f44bd99eb62b7a7eab6bbddc78dc8886e1c9 (plain)
1
2
3
4
5
6
Concatenate supports providing an output dtype
----------------------------------------------
Support was added to `~numpy.concatenate` to provide
an output ``dtype`` and ``casting`` using keyword
arguments. The ``dtype`` argument cannot be provided
in conjunction with the ``out`` one.