From 7db7943c280d3ad4820ec15b9fc42bb7966f28a8 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Wed, 22 May 2024 13:03:30 -0400 Subject: [PATCH 1/3] DOC: add note about IPython support window Closes #16263 --- doc/devel/min_dep_policy.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/devel/min_dep_policy.rst b/doc/devel/min_dep_policy.rst index 670957103ba9..4c740ec1a4a3 100644 --- a/doc/devel/min_dep_policy.rst +++ b/doc/devel/min_dep_policy.rst @@ -51,6 +51,13 @@ versions no longer support our minimum NumPy or Python. We will work around bugs in our dependencies when practical. +IPython and Matplotlib do not technically depend on each other, however there +is practical coupling between the projects. There is no dependency to update, +but we will ensure the integration works with at least minor or major versions +of IPython released in the 24 months prior to our planned release date. We +will not warn if used within an IPython outside of this window. + + Test and documentation dependencies =================================== From 825eaada766fc7b7a342932bdaf53691ecce30ac Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Thu, 23 May 2024 10:44:31 -0400 Subject: [PATCH 2/3] DOC: edits to text Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> --- doc/devel/min_dep_policy.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/devel/min_dep_policy.rst b/doc/devel/min_dep_policy.rst index 4c740ec1a4a3..e62178f2eb23 100644 --- a/doc/devel/min_dep_policy.rst +++ b/doc/devel/min_dep_policy.rst @@ -51,10 +51,11 @@ versions no longer support our minimum NumPy or Python. We will work around bugs in our dependencies when practical. -IPython and Matplotlib do not technically depend on each other, however there -is practical coupling between the projects. There is no dependency to update, +IPython and Matplotlib do not formally depend on each other, however there +is practical coupling for the integration of Matplotlib into Ipython. but we will ensure the integration works with at least minor or major versions -of IPython released in the 24 months prior to our planned release date. We +of IPython released in the 24 months prior to our planned release date. +Matplotlib may or may not work with older versions and we will not warn if used within an IPython outside of this window. From f9071e199c93a8efebdfbefeca0dfac395f46867 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Thu, 23 May 2024 10:57:23 -0400 Subject: [PATCH 3/3] DOC: wordsmithing + adding ipykernel --- doc/devel/min_dep_policy.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/devel/min_dep_policy.rst b/doc/devel/min_dep_policy.rst index e62178f2eb23..6ff083ca6dc1 100644 --- a/doc/devel/min_dep_policy.rst +++ b/doc/devel/min_dep_policy.rst @@ -51,12 +51,12 @@ versions no longer support our minimum NumPy or Python. We will work around bugs in our dependencies when practical. -IPython and Matplotlib do not formally depend on each other, however there -is practical coupling for the integration of Matplotlib into Ipython. -but we will ensure the integration works with at least minor or major versions -of IPython released in the 24 months prior to our planned release date. -Matplotlib may or may not work with older versions and we -will not warn if used within an IPython outside of this window. +IPython and Matplotlib do not formally depend on each other, however there is +practical coupling for the integration of Matplotlib's UI into IPython and +IPykernel. We will ensure this integration works with at least minor or major +versions of IPython and IPykernel released in the 24 months prior to our +planned release date. Matplotlib may or may not work with older versions and +we will not warn if used with IPython or IPykernel outside of this window.