From 9b211d3264de8680992ed6e54a5c6a94bd30f865 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Thu, 10 Jun 2021 14:48:11 +0100 Subject: [PATCH 1/2] DOC: start v1.4.0 release notes --- doc/source/whatsnew/index.rst | 8 ++ doc/source/whatsnew/v1.4.0.rst | 226 +++++++++++++++++++++++++++++++++ 2 files changed, 234 insertions(+) create mode 100644 doc/source/whatsnew/v1.4.0.rst diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index 986cf43b80494..0b27bb4d58d5e 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 1.4 +----------- + +.. toctree:: + :maxdepth: 2 + + v1.4.0 + Version 1.3 ----------- diff --git a/doc/source/whatsnew/v1.4.0.rst b/doc/source/whatsnew/v1.4.0.rst new file mode 100644 index 0000000000000..6b29a63f99568 --- /dev/null +++ b/doc/source/whatsnew/v1.4.0.rst @@ -0,0 +1,226 @@ +.. _whatsnew_140: + +What's new in 1.4.0 (??) +------------------------ + +These are the changes in pandas 1.4.0. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- + +.. _whatsnew_140.enhancements: + +Enhancements +~~~~~~~~~~~~ + +.. _whatsnew_140.enhancements.enhancement1: + +enhancement1 +^^^^^^^^^^^^ + +.. _whatsnew_140.enhancements.enhancement2: + +enhancement2 +^^^^^^^^^^^^ + +.. _whatsnew_140.enhancements.other: + +Other enhancements +^^^^^^^^^^^^^^^^^^ +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_140.notable_bug_fixes: + +Notable bug fixes +~~~~~~~~~~~~~~~~~ + +These are bug fixes that might have notable behavior changes. + +.. _whatsnew_140.notable_bug_fixes.notable_bug_fix1: + +notable_bug_fix1 +^^^^^^^^^^^^^^^^ + +.. _whatsnew_140.notable_bug_fixes.notable_bug_fix2: + +notable_bug_fix2 +^^^^^^^^^^^^^^^^ + +.. --------------------------------------------------------------------------- + +.. _whatsnew_110.api_breaking: + +Backwards incompatible API changes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +.. _whatsnew_140.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_140.api_breaking.other: + +Other API changes +^^^^^^^^^^^^^^^^^ +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_140.deprecations: + +Deprecations +~~~~~~~~~~~~ +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_140.performance: + +Performance improvements +~~~~~~~~~~~~~~~~~~~~~~~~ +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_140.bug_fixes: + +Bug fixes +~~~~~~~~~ + +Categorical +^^^^^^^^^^^ +- +- + +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*** + +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_140.contributors: + +Contributors +~~~~~~~~~~~~ From 22fb16987712cbd0bcac253e5730a662925a3091 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Thu, 10 Jun 2021 15:49:17 +0100 Subject: [PATCH 2/2] fix --- doc/source/whatsnew/v1.4.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v1.4.0.rst b/doc/source/whatsnew/v1.4.0.rst index 6b29a63f99568..166ea2f0d4164 100644 --- a/doc/source/whatsnew/v1.4.0.rst +++ b/doc/source/whatsnew/v1.4.0.rst @@ -53,7 +53,7 @@ notable_bug_fix2 .. --------------------------------------------------------------------------- -.. _whatsnew_110.api_breaking: +.. _whatsnew_140.api_breaking: Backwards incompatible API changes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~