From 83711d208a9462c768390ccc79898d798b3eba47 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Mon, 20 Feb 2023 22:13:58 +0100 Subject: [PATCH 1/5] DOC: Add whatsnew file for 2.1.0 --- doc/source/whatsnew/v2.1.0.rst | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 doc/source/whatsnew/v2.1.0.rst diff --git a/doc/source/whatsnew/v2.1.0.rst b/doc/source/whatsnew/v2.1.0.rst new file mode 100644 index 0000000000000..28b95cf811a04 --- /dev/null +++ b/doc/source/whatsnew/v2.1.0.rst @@ -0,0 +1,38 @@ +.. _whatsnew_210: + +What's new in 2.1.0 (Month XX, 2023) +-------------------------------------- + +These are the changes in pandas 2.1.0. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- +.. _whatsnew_210.regressions: + +Fixed regressions +~~~~~~~~~~~~~~~~~ +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_210.bug_fixes: + +Bug fixes +~~~~~~~~~ +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_210.other: + +Other +~~~~~ +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_210.contributors: + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v2.0.0..v2.1.0|HEAD From 0b401d26b1fcc0d758c0e2519bdce74c3f928dd5 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Mon, 20 Feb 2023 22:49:48 +0100 Subject: [PATCH 2/5] Fix sections (use minor release template, not patch template) --- doc/source/whatsnew/v2.1.0.rst | 193 ++++++++++++++++++++++++++++++++- 1 file changed, 188 insertions(+), 5 deletions(-) diff --git a/doc/source/whatsnew/v2.1.0.rst b/doc/source/whatsnew/v2.1.0.rst index 28b95cf811a04..84cfe0bb7c6b5 100644 --- a/doc/source/whatsnew/v2.1.0.rst +++ b/doc/source/whatsnew/v2.1.0.rst @@ -9,10 +9,98 @@ including other versions of pandas. {{ header }} .. --------------------------------------------------------------------------- -.. _whatsnew_210.regressions: +.. _whatsnew_210.enhancements: -Fixed regressions +Enhancements +~~~~~~~~~~~~ + +.. _whatsnew_210.enhancements.enhancement1: + +enhancement1 +^^^^^^^^^^^^ + +.. _whatsnew_210.enhancements.enhancement2: + +enhancement2 +^^^^^^^^^^^^ + +.. _whatsnew_210.enhancements.other: + +Other enhancements +^^^^^^^^^^^^^^^^^^ +- +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_210.notable_bug_fixes: + +Notable bug fixes ~~~~~~~~~~~~~~~~~ + +These are bug fixes that might have notable behavior changes. + +.. _whatsnew_210.notable_bug_fixes.notable_bug_fix1: + +notable_bug_fix1 +^^^^^^^^^^^^^^^^ + +.. _whatsnew_210.notable_bug_fixes.notable_bug_fix2: + +notable_bug_fix2 +^^^^^^^^^^^^^^^^ + +.. --------------------------------------------------------------------------- +.. _whatsnew_210.api_breaking: + +Backwards incompatible API changes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +.. _whatsnew_210.api_breaking.deps: + +Increased minimum versions for dependencies +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Some minimum supported versions of dependencies were updated. +If installed, we now require: + ++-----------------+-----------------+----------+---------+ +| Package | Minimum Version | Required | Changed | ++=================+=================+==========+=========+ +| | | X | X | ++-----------------+-----------------+----------+---------+ + +For `optional libraries `_ the general recommendation is to use the latest version. +The following table lists the lowest version per library that is currently being tested throughout the development of pandas. +Optional libraries below the lowest tested version may still work, but are not considered supported. + ++-----------------+-----------------+---------+ +| Package | Minimum Version | Changed | ++=================+=================+=========+ +| | | X | ++-----------------+-----------------+---------+ + +See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for more. + +.. _whatsnew_210.api_breaking.other: + +Other API changes +^^^^^^^^^^^^^^^^^ +- +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_210.deprecations: + +Deprecations +~~~~~~~~~~~~ +- +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_210.performance: + +Performance improvements +~~~~~~~~~~~~~~~~~~~~~~~~ +- - .. --------------------------------------------------------------------------- @@ -20,13 +108,108 @@ Fixed regressions Bug fixes ~~~~~~~~~ + +Categorical +^^^^^^^^^^^ +- - -.. --------------------------------------------------------------------------- -.. _whatsnew_210.other: +Datetimelike +^^^^^^^^^^^^ +- +- + +Timedelta +^^^^^^^^^ +- +- + +Timezones +^^^^^^^^^ +- +- + +Numeric +^^^^^^^ +- +- + +Conversion +^^^^^^^^^^ +- +- + +Strings +^^^^^^^ +- +- + +Interval +^^^^^^^^ +- +- + +Indexing +^^^^^^^^ +- +- + +Missing +^^^^^^^ +- +- + +MultiIndex +^^^^^^^^^^ +- +- + +I/O +^^^ +- +- + +Period +^^^^^^ +- +- + +Plotting +^^^^^^^^ +- +- + +Groupby/resample/rolling +^^^^^^^^^^^^^^^^^^^^^^^^ +- +- + +Reshaping +^^^^^^^^^ +- +- + +Sparse +^^^^^^ +- +- + +ExtensionArray +^^^^^^^^^^^^^^ +- +- + +Styler +^^^^^^ +- +- Other -~~~~~ +^^^^^ + +.. ***DO NOT USE THIS SECTION*** + +- - .. --------------------------------------------------------------------------- From c0e03ad3a0b578567eebb8b5caedfe1a9386c9d0 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler <61934744+phofl@users.noreply.github.com> Date: Tue, 21 Feb 2023 09:09:22 +0000 Subject: [PATCH 3/5] Update v2.1.0.rst --- doc/source/whatsnew/v2.1.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v2.1.0.rst b/doc/source/whatsnew/v2.1.0.rst index 84cfe0bb7c6b5..e7299f9fa3bbf 100644 --- a/doc/source/whatsnew/v2.1.0.rst +++ b/doc/source/whatsnew/v2.1.0.rst @@ -218,4 +218,4 @@ Other Contributors ~~~~~~~~~~~~ -.. contributors:: v2.0.0..v2.1.0|HEAD + From 251dd3281e435c2e9c47adda4a38aab0f6119b44 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler <61934744+phofl@users.noreply.github.com> Date: Tue, 21 Feb 2023 10:53:38 +0000 Subject: [PATCH 4/5] Update v2.1.0.rst --- doc/source/whatsnew/v2.1.0.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/source/whatsnew/v2.1.0.rst b/doc/source/whatsnew/v2.1.0.rst index e7299f9fa3bbf..1c139f4692b52 100644 --- a/doc/source/whatsnew/v2.1.0.rst +++ b/doc/source/whatsnew/v2.1.0.rst @@ -217,5 +217,3 @@ Other Contributors ~~~~~~~~~~~~ - - From 28b8f06bc7d319ad07d80771b358ef4a97f228c3 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler <61934744+phofl@users.noreply.github.com> Date: Tue, 21 Feb 2023 10:56:47 +0000 Subject: [PATCH 5/5] Update index.rst --- doc/source/whatsnew/index.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index 69f845096ea24..0044734b5ff99 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -10,6 +10,14 @@ This is the list of changes to pandas between each release. For full details, see the `commit logs `_. For install and upgrade instructions, see :ref:`install`. +Version 2.1 +----------- + +.. toctree:: + :maxdepth: 2 + + v2.1.0 + Version 2.0 -----------