summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkritisingh1 <kritisingh1.ks@gmail.com>2019-07-29 16:24:40 +0530
committerkritisingh1 <kritisingh1.ks@gmail.com>2019-07-29 16:49:09 +0530
commit9d9183c39a5d12eaf98ad7ce2cd2be926ef0e5ac (patch)
tree6f5b19414990d4f4df5bd116eef6baf6f0f0d90e
parentca5a7e58f9d6fdafa7b28e3cb6efbc1b7fc5d7a6 (diff)
downloadnumpy-9d9183c39a5d12eaf98ad7ce2cd2be926ef0e5ac.tar.gz
Entries in changelog corresponding to deprecated functions
-rw-r--r--changelog/14036.expired.rst1
-rw-r--r--changelog/14100.expired.rst2
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