summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/14100.expired.rst
blob: e9ea9eeb44f0fff0b8bc6eb8297fcbc3b48e9dc6 (plain)
1
2
3
* ``PyArray_FromDimsAndDataAndDescr`` and ``PyArray_FromDims`` have been
  removed (they will always raise an error). Use ``PyArray_NewFromDescr``
  and ``PyArray_SimpleNew`` instead.