blob: eb51c91f351b21d58723e8322b3dd6290003dfc8 (
plain)
1
2
3
4
5
|
* The niche ``FutureWarning`` when casting to a subarray dtype in ``astype``
or the array creation functions such as ``asarray`` is now finalized.
The behavior is now always the same as if the subarray dtype was
wrapped into a single field (which was the workaround, previously).
(FutureWarning since NumPy 1.20)
|