From b099e8b0fa48ffdcbaf034ef43692fff54f8a9a755490eedf5ba2b028d966486 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 20 Oct 2021 18:24:36 +0000 Subject: [PATCH] Accepting request 926551 from home:Guillaume_G:branches:devel:languages:python:numeric - Update to version 1.3.4 * Fixed regression in DataFrame.convert_dtypes() incorrectly converts byte strings to strings (GH43183) * Fixed regression in GroupBy.agg() where it was failing silently with mixed data types along axis=1 and MultiIndex (GH43209) * Fixed regression in merge() with integer and NaN keys failing with outer merge (GH43550) * Fixed regression in DataFrame.corr() raising ValueError with method="spearman" on 32-bit platforms (GH43588) * Fixed performance regression in MultiIndex.equals() (GH43549) * Fixed performance regression in GroupBy.first() and GroupBy.last() with StringDtype (GH41596) * Fixed regression in Series.cat.reorder_categories() failing to update the categories on the Series (GH43232) * Fixed regression in Series.cat.categories() setter failing to update the categories on the Series (GH43334) * Fixed regression in read_csv() raising UnicodeDecodeError exception when memory_map=True (GH43540) * Fixed regression in DataFrame.explode() raising AssertionError when column is any scalar which is not a string (GH43314) * Fixed regression in Series.aggregate() attempting to pass args and kwargs multiple times to the user supplied func in certain cases (GH43357) * Fixed regression when iterating over a DataFrame.groupby.rolling object causing the resulting DataFrames to have an incorrect index if the input groupings were not sorted (GH43386) * Fixed regression in DataFrame.groupby.rolling.cov() and DataFrame.groupby.rolling.corr() computing incorrect results if the input groupings were not sorted (GH43386) * Fixed bug in pandas.DataFrame.groupby.rolling() and pandas.api.indexers.FixedForwardWindowIndexer leading to segfaults and window endpoints being mixed across groups (GH43267) * Fixed bug in GroupBy.mean() with datetimelike values including NaT values returning incorrect results (GH43132) * Fixed bug in Series.aggregate() not passing the first args to the user supplied func in certain cases (GH43357) * Fixed memory leaks in Series.rolling.quantile() and Series.rolling.median() (GH43339) OBS-URL: https://build.opensuse.org/request/show/926551 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=65 --- pandas-1.3.3.tar.gz | 3 --- pandas-1.3.4.tar.gz | 3 +++ python-pandas.changes | 40 ++++++++++++++++++++++++++++++++++++++++ python-pandas.spec | 2 +- 4 files changed, 44 insertions(+), 4 deletions(-) delete mode 100644 pandas-1.3.3.tar.gz create mode 100644 pandas-1.3.4.tar.gz diff --git a/pandas-1.3.3.tar.gz b/pandas-1.3.3.tar.gz deleted file mode 100644 index e6ad04a..0000000 --- a/pandas-1.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:272c8cb14aa9793eada6b1ebe81994616e647b5892a370c7135efb2924b701df -size 4730758 diff --git a/pandas-1.3.4.tar.gz b/pandas-1.3.4.tar.gz new file mode 100644 index 0000000..3f3609c --- /dev/null +++ b/pandas-1.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2aa18d3f0b7d538e21932f637fbfe8518d085238b429e4790a35e1e44a96ffc +size 4734599 diff --git a/python-pandas.changes b/python-pandas.changes index 4f24213..293b713 100644 --- a/python-pandas.changes +++ b/python-pandas.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Wed Oct 20 12:29:00 UTC 2021 - Guillaume GARDET + +- Update to version 1.3.4 + * Fixed regression in DataFrame.convert_dtypes() incorrectly + converts byte strings to strings (GH43183) + * Fixed regression in GroupBy.agg() where it was failing + silently with mixed data types along axis=1 and MultiIndex (GH43209) + * Fixed regression in merge() with integer and NaN keys + failing with outer merge (GH43550) + * Fixed regression in DataFrame.corr() raising ValueError with + method="spearman" on 32-bit platforms (GH43588) + * Fixed performance regression in MultiIndex.equals() (GH43549) + * Fixed performance regression in GroupBy.first() and GroupBy.last() + with StringDtype (GH41596) + * Fixed regression in Series.cat.reorder_categories() failing to + update the categories on the Series (GH43232) + * Fixed regression in Series.cat.categories() setter failing to + update the categories on the Series (GH43334) + * Fixed regression in read_csv() raising UnicodeDecodeError exception + when memory_map=True (GH43540) + * Fixed regression in DataFrame.explode() raising AssertionError + when column is any scalar which is not a string (GH43314) + * Fixed regression in Series.aggregate() attempting to pass args + and kwargs multiple times to the user supplied func in certain cases (GH43357) + * Fixed regression when iterating over a DataFrame.groupby.rolling + object causing the resulting DataFrames to have an incorrect index if the input groupings were not sorted (GH43386) + * Fixed regression in DataFrame.groupby.rolling.cov() and + DataFrame.groupby.rolling.corr() computing incorrect results if the + input groupings were not sorted (GH43386) + * Fixed bug in pandas.DataFrame.groupby.rolling() and + pandas.api.indexers.FixedForwardWindowIndexer leading to + segfaults and window endpoints being mixed across groups (GH43267) + * Fixed bug in GroupBy.mean() with datetimelike values + including NaT values returning incorrect results (GH43132) + * Fixed bug in Series.aggregate() not passing the first args + to the user supplied func in certain cases (GH43357) + * Fixed memory leaks in Series.rolling.quantile() and + Series.rolling.median() (GH43339) + ------------------------------------------------------------------- Mon Sep 20 18:28:29 UTC 2021 - Ben Greiner diff --git a/python-pandas.spec b/python-pandas.spec index ea5d60f..7779181 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: python-pandas%{psuffix} -Version: 1.3.3 +Version: 1.3.4 Release: 0 Summary: Python data structures for data analysis, time series, and statistics License: BSD-3-Clause