From bcaada63df7927a7e4873ee9eab3e9cd952bd6f4 Mon Sep 17 00:00:00 2001 From: arw2019 Date: Thu, 16 Jul 2020 23:58:38 +0000 Subject: [PATCH 1/5] created whatsnew 1.2.0 --- doc/source/whatsnew/v1.2.0.rst | 209 +++++++++++++++++++++++++++++++++ 1 file changed, 209 insertions(+) create mode 100644 doc/source/whatsnew/v1.2.0.rst diff --git a/doc/source/whatsnew/v1.2.0.rst b/doc/source/whatsnew/v1.2.0.rst new file mode 100644 index 0000000000000..7352b376481ca --- /dev/null +++ b/doc/source/whatsnew/v1.2.0.rst @@ -0,0 +1,209 @@ +.. _whatsnew_120: + +What's new in 1.2.0 (??) +------------------------ + +These are the changes in pandas 1.2.0. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- + +Enhancements +~~~~~~~~~~~~ + + +.. _whatsnew_120.enhancements.other: + +Other enhancements +^^^^^^^^^^^^^^^^^^ + +.. --------------------------------------------------------------------------- + +.. _whatsnew_120.notable_bug_fixes: + +Notable bug fixes +~~~~~~~~~~~~~~~~~ + +These are bug fixes that might have notable behavior changes. + + +Increased minimum versions for dependencies +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Some minimum supported versions of dependencies were updated (). +If installed, we now require: + ++-----------------+-----------------+----------+---------+ +| Package | Minimum Version | Required | Changed | ++=================+=================+==========+=========+ +| numpy | 1.15.4 | X | | ++-----------------+-----------------+----------+---------+ +| pytz | 2015.4 | X | | ++-----------------+-----------------+----------+---------+ +| python-dateutil | 2.7.3 | X | | ++-----------------+-----------------+----------+---------+ +| bottleneck | 1.2.1 | | | ++-----------------+-----------------+----------+---------+ +| numexpr | 2.6.2 | | | ++-----------------+-----------------+----------+---------+ +| pytest (dev) | 4.0.2 | | | ++-----------------+-----------------+----------+---------+ + +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 | ++=================+=================+=========+ +| beautifulsoup4 | 4.6.0 | | ++-----------------+-----------------+---------+ +| fastparquet | 0.3.2 | | ++-----------------+-----------------+---------+ +| fsspec | 0.7.4 | | ++-----------------+-----------------+---------+ +| gcsfs | 0.6.0 | | ++-----------------+-----------------+---------+ +| lxml | 3.8.0 | | ++-----------------+-----------------+---------+ +| matplotlib | 2.2.2 | | ++-----------------+-----------------+---------+ +| numba | 0.46.0 | | ++-----------------+-----------------+---------+ +| openpyxl | 2.5.7 | | ++-----------------+-----------------+---------+ +| pyarrow | 0.13.0 | | ++-----------------+-----------------+---------+ +| pymysql | 0.7.1 | | ++-----------------+-----------------+---------+ +| pytables | 3.4.3 | | ++-----------------+-----------------+---------+ +| s3fs | 0.4.0 | | ++-----------------+-----------------+---------+ +| scipy | 1.2.0 | | ++-----------------+-----------------+---------+ +| sqlalchemy | 1.1.4 | | ++-----------------+-----------------+---------+ +| xarray | 0.8.2 | | ++-----------------+-----------------+---------+ +| xlrd | 1.1.0 | | ++-----------------+-----------------+---------+ +| xlsxwriter | 0.9.8 | | ++-----------------+-----------------+---------+ +| xlwt | 1.2.0 | | ++-----------------+-----------------+---------+ +| pandas-gbq | 1.2.0 | | ++-----------------+-----------------+---------+ + +See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for more. + +Development Changes +^^^^^^^^^^^^^^^^^^^ + +- + +.. _whatsnew_120.deprecations: + +Deprecations +~~~~~~~~~~~~ + +- + +.. --------------------------------------------------------------------------- + + +.. _whatsnew_120.performance: + +Performance improvements +~~~~~~~~~~~~~~~~~~~~~~~~ + +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_120.bug_fixes: + +Bug fixes +~~~~~~~~~ + + +Categorical +^^^^^^^^^^^ +- + +Datetimelike +^^^^^^^^^^^^ +- + +Timedelta +^^^^^^^^^ +- + +Timezones +^^^^^^^^^ +- + +Numeric +^^^^^^^ +- + +Conversion +^^^^^^^^^^ +- + +Strings +^^^^^^^ +- + +Interval +^^^^^^^^ +- + +Indexing +^^^^^^^^ +- + +Missing +^^^^^^^ +- + +MultiIndex +^^^^^^^^^^ +- + +I/O +^^^ +- + +Plotting +^^^^^^^^ +- + +Groupby/resample/rolling +^^^^^^^^^^^^^^^^^^^^^^^^ +- + +Reshaping +^^^^^^^^^ +- + +Sparse +^^^^^^ +- + +ExtensionArray +^^^^^^^^^^^^^^ +- + +Other +^^^^^ +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_120.contributors: + +Contributors +~~~~~~~~~~~~ From 0c01a2ee4d9693e531106c0da2d6418eeb46bdde Mon Sep 17 00:00:00 2001 From: arw2019 Date: Fri, 17 Jul 2020 02:31:31 +0000 Subject: [PATCH 2/5] changed to template used with v1.1 --- doc/source/whatsnew/v1.2.0.rst | 127 +++++++++++---------------------- 1 file changed, 43 insertions(+), 84 deletions(-) diff --git a/doc/source/whatsnew/v1.2.0.rst b/doc/source/whatsnew/v1.2.0.rst index 7352b376481ca..2066858e5de86 100644 --- a/doc/source/whatsnew/v1.2.0.rst +++ b/doc/source/whatsnew/v1.2.0.rst @@ -13,102 +13,23 @@ including other versions of pandas. Enhancements ~~~~~~~~~~~~ - .. _whatsnew_120.enhancements.other: Other enhancements ^^^^^^^^^^^^^^^^^^ -.. --------------------------------------------------------------------------- +- +- -.. _whatsnew_120.notable_bug_fixes: - -Notable bug fixes -~~~~~~~~~~~~~~~~~ - -These are bug fixes that might have notable behavior changes. - - -Increased minimum versions for dependencies -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Some minimum supported versions of dependencies were updated (). -If installed, we now require: - -+-----------------+-----------------+----------+---------+ -| Package | Minimum Version | Required | Changed | -+=================+=================+==========+=========+ -| numpy | 1.15.4 | X | | -+-----------------+-----------------+----------+---------+ -| pytz | 2015.4 | X | | -+-----------------+-----------------+----------+---------+ -| python-dateutil | 2.7.3 | X | | -+-----------------+-----------------+----------+---------+ -| bottleneck | 1.2.1 | | | -+-----------------+-----------------+----------+---------+ -| numexpr | 2.6.2 | | | -+-----------------+-----------------+----------+---------+ -| pytest (dev) | 4.0.2 | | | -+-----------------+-----------------+----------+---------+ - -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 | -+=================+=================+=========+ -| beautifulsoup4 | 4.6.0 | | -+-----------------+-----------------+---------+ -| fastparquet | 0.3.2 | | -+-----------------+-----------------+---------+ -| fsspec | 0.7.4 | | -+-----------------+-----------------+---------+ -| gcsfs | 0.6.0 | | -+-----------------+-----------------+---------+ -| lxml | 3.8.0 | | -+-----------------+-----------------+---------+ -| matplotlib | 2.2.2 | | -+-----------------+-----------------+---------+ -| numba | 0.46.0 | | -+-----------------+-----------------+---------+ -| openpyxl | 2.5.7 | | -+-----------------+-----------------+---------+ -| pyarrow | 0.13.0 | | -+-----------------+-----------------+---------+ -| pymysql | 0.7.1 | | -+-----------------+-----------------+---------+ -| pytables | 3.4.3 | | -+-----------------+-----------------+---------+ -| s3fs | 0.4.0 | | -+-----------------+-----------------+---------+ -| scipy | 1.2.0 | | -+-----------------+-----------------+---------+ -| sqlalchemy | 1.1.4 | | -+-----------------+-----------------+---------+ -| xarray | 0.8.2 | | -+-----------------+-----------------+---------+ -| xlrd | 1.1.0 | | -+-----------------+-----------------+---------+ -| xlsxwriter | 0.9.8 | | -+-----------------+-----------------+---------+ -| xlwt | 1.2.0 | | -+-----------------+-----------------+---------+ -| pandas-gbq | 1.2.0 | | -+-----------------+-----------------+---------+ - -See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for more. - -Development Changes -^^^^^^^^^^^^^^^^^^^ -- +.. --------------------------------------------------------------------------- .. _whatsnew_120.deprecations: Deprecations ~~~~~~~~~~~~ +- - .. --------------------------------------------------------------------------- @@ -119,6 +40,7 @@ Deprecations Performance improvements ~~~~~~~~~~~~~~~~~~~~~~~~ +- - .. --------------------------------------------------------------------------- @@ -131,79 +53,116 @@ Bug fixes Categorical ^^^^^^^^^^^ + +- - Datetimelike ^^^^^^^^^^^^ - +- Timedelta ^^^^^^^^^ + +- - Timezones ^^^^^^^^^ + +- - + Numeric ^^^^^^^ - +- Conversion ^^^^^^^^^^ + +- - Strings ^^^^^^^ + +- - + Interval ^^^^^^^^ + +- - Indexing ^^^^^^^^ + +- - Missing ^^^^^^^ + +- - MultiIndex ^^^^^^^^^^ + +- - I/O ^^^ + +- - Plotting ^^^^^^^^ + +- - Groupby/resample/rolling ^^^^^^^^^^^^^^^^^^^^^^^^ + - +- + Reshaping ^^^^^^^^^ + +- - Sparse ^^^^^^ + +- - ExtensionArray ^^^^^^^^^^^^^^ + +- - + Other ^^^^^ - +- .. --------------------------------------------------------------------------- .. _whatsnew_120.contributors: Contributors -~~~~~~~~~~~~ +~~~~~~~~~~~~ \ No newline at end of file From 269d7527f7d9dfd8c7b90acf56a0cebf936213f9 Mon Sep 17 00:00:00 2001 From: arw2019 Date: Fri, 17 Jul 2020 02:32:55 +0000 Subject: [PATCH 3/5] updated whatsnew/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 ad5bb5a5b2d72..7474833a8ca57 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.2 +----------- + +.. toctree:: + :maxdepth: 2 + + v1.2.0 + Version 1.1 ----------- From 609c63add822f2df78b3058f3be2bf0fe40f72e3 Mon Sep 17 00:00:00 2001 From: arw2019 Date: Fri, 17 Jul 2020 02:38:03 +0000 Subject: [PATCH 4/5] remove trailing whitespaces --- doc/source/whatsnew/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index 7474833a8ca57..f998d941073ac 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -17,7 +17,7 @@ Version 1.2 :maxdepth: 2 v1.2.0 - + Version 1.1 ----------- From aff4235eac07c5ef8265d0e741c069208a3fda68 Mon Sep 17 00:00:00 2001 From: arw2019 Date: Fri, 17 Jul 2020 03:03:21 +0000 Subject: [PATCH 5/5] remove trailing whitespaces --- doc/source/whatsnew/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index f998d941073ac..17043b83f03df 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -17,7 +17,7 @@ Version 1.2 :maxdepth: 2 v1.2.0 - + Version 1.1 -----------