From ef98122bef23eec8cb95ac45000ce9860dc751b7 Mon Sep 17 00:00:00 2001 From: Tilova Shahrin <46762829+tilovashahrin@users.noreply.github.com> Date: Fri, 14 Jun 2024 17:01:50 -0400 Subject: [PATCH 1/2] Change link from NEP 29 to SPEC 0 for Numpy Guidelines --- doc/source/development/policies.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/policies.rst b/doc/source/development/policies.rst index f958e4c4ad1fc..8e3829ed60295 100644 --- a/doc/source/development/policies.rst +++ b/doc/source/development/policies.rst @@ -51,7 +51,7 @@ pandas may change the behavior of experimental features at any time. Python support ~~~~~~~~~~~~~~ -pandas mirrors the `NumPy guidelines for Python support `__. +pandas mirrors the `NumPy guidelines for Python support `__. Security policy ~~~~~~~~~~~~~~~ From bc89591ca380f22a800a8f572eba61ce51dd05dd Mon Sep 17 00:00:00 2001 From: Tilova Shahrin <46762829+tilovashahrin@users.noreply.github.com> Date: Fri, 14 Jun 2024 18:46:43 -0400 Subject: [PATCH 2/2] Update doc/source/development/policies.rst Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> --- doc/source/development/policies.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/policies.rst b/doc/source/development/policies.rst index 8e3829ed60295..a3665c5bb4d1f 100644 --- a/doc/source/development/policies.rst +++ b/doc/source/development/policies.rst @@ -51,7 +51,7 @@ pandas may change the behavior of experimental features at any time. Python support ~~~~~~~~~~~~~~ -pandas mirrors the `NumPy guidelines for Python support `__. +pandas mirrors the `SPEC 0 guideline for Python support `__. Security policy ~~~~~~~~~~~~~~~