diff options
-rw-r--r-- | changelog/14036.expired.rst | 1 | ||||
-rw-r--r-- | changelog/14100.expired.rst | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/changelog/14036.expired.rst b/changelog/14036.expired.rst new file mode 100644 index 000000000..5f83e1b67 --- /dev/null +++ b/changelog/14036.expired.rst @@ -0,0 +1 @@ +* PyArray_As1D, PyArray_As2D have been removed in favor of PyArray_AsCArray
\ No newline at end of file diff --git a/changelog/14100.expired.rst b/changelog/14100.expired.rst new file mode 100644 index 000000000..4597a8a25 --- /dev/null +++ b/changelog/14100.expired.rst @@ -0,0 +1,2 @@ +* PyArray_FromDimsAndDataAndDescr has been removed, use PyArray_NewFromDescr instead +* PyArray_FromDims has been removed, use PyArray_SimpleNew instead
\ No newline at end of file |