From f3883c1885a1b406c30b86e86d1898af28920f669825ab5d40e64d5aefdcdc8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 1 Jun 2020 06:46:20 +0000 Subject: [PATCH] Accepting request 810417 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/810417 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=41 --- pandas-1.0.3.tar.gz | 3 --- pandas-1.0.4.tar.gz | 3 +++ python-pandas.changes | 62 +++++++++++++++++++++++++++++++++++++++++++ python-pandas.spec | 3 ++- 4 files changed, 67 insertions(+), 4 deletions(-) delete mode 100644 pandas-1.0.3.tar.gz create mode 100644 pandas-1.0.4.tar.gz diff --git a/pandas-1.0.3.tar.gz b/pandas-1.0.3.tar.gz deleted file mode 100644 index b63a845..0000000 --- a/pandas-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32f42e322fb903d0e189a4c10b75ba70d90958cc4f66a1781ed027f1a1d14586 -size 5003497 diff --git a/pandas-1.0.4.tar.gz b/pandas-1.0.4.tar.gz new file mode 100644 index 0000000..a52facb --- /dev/null +++ b/pandas-1.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b35d625282baa7b51e82e52622c300a1ca9f786711b2af7cbe64f1e6831f4126 +size 5040267 diff --git a/python-pandas.changes b/python-pandas.changes index 682337e..f04c09b 100644 --- a/python-pandas.changes +++ b/python-pandas.changes @@ -1,3 +1,65 @@ +------------------------------------------------------------------- +Sat May 30 23:39:38 UTC 2020 - Arun Persaud + +- update to version 1.0.4: + * Fixed regressions + + Fix regression where :meth:`Series.isna` and + :meth:`DataFrame.isna` would raise for categorical dtype when + pandas.options.mode.use_inf_as_na was set to True + (:issue:`33594`) + + Fix regression in :meth:`GroupBy.first` and :meth:`GroupBy.last` + where None is not preserved in object dtype (:issue:`32800`) + + Fix regression in DataFrame reductions using numeric_only=True + and ExtensionArrays (:issue:`33256`). + + Fix performance regression in memory_usage(deep=True) for object + dtype (:issue:`33012`) + + Fix regression where :meth:`Categorical.replace` would replace + with NaN whenever the new value and replacement value were equal + (:issue:`33288`) + + Fix regression where an ordered :class:`Categorical` containing + only NaN values would raise rather than returning NaN when + taking the minimum or maximum (:issue:`33450`) + + Fix regression in :meth:`DataFrameGroupBy.agg` with dictionary + input losing ExtensionArray dtypes (:issue:`32194`) + + Fix to preserve the ability to index with the "nearest" method + with xarray's CFTimeIndex, an :class:`Index` subclass + (pydata/xarray#3751, :issue:`32905`). + + Fix regression in :meth:`DataFrame.describe` raising TypeError: + unhashable type: 'dict' (:issue:`32409`) + + Fix regression in :meth:`DataFrame.replace` casts columns to + object dtype if items in to_replace not in values + (:issue:`32988`) + + Fix regression in :meth:`Series.groupby` would raise ValueError + when grouping by :class:`PeriodIndex` level (:issue:`34010`) + + Fix regression in :meth:`GroupBy.rolling.apply` ignores args and + kwargs parameters (:issue:`33433`) + + Fix regression in error message with np.min or np.max on + unordered :class:`Categorical` (:issue:`33115`) + + Fix regression in :meth:`DataFrame.loc` and :meth:`Series.loc` + throwing an error when a datetime64[ns, tz] value is provided + (:issue:`32395`) + * Bug fixes + + Bug in :meth:`SeriesGroupBy.first`, :meth:`SeriesGroupBy.last`, + :meth:`SeriesGroupBy.min`, and :meth:`SeriesGroupBy.max` + returning floats when applied to nullable Booleans + (:issue:`33071`) + + Bug in :meth:`Rolling.min` and :meth:`Rolling.max`: Growing + memory usage after multiple calls when using a fixed window + (:issue:`30726`) + + Bug in :meth:`~DataFrame.to_parquet` was not raising + PermissionError when writing to a private s3 bucket with invalid + creds. (:issue:`27679`) + + Bug in :meth:`~DataFrame.to_csv` was silently failing when + writing to an invalid s3 bucket. (:issue:`32486`) + + Bug in :meth:`read_parquet` was raising a FileNotFoundError when + passed an s3 directory path. (:issue:`26388`) + + Bug in :meth:`~DataFrame.to_parquet` was throwing an + AttributeError when writing a partitioned parquet file to s3 + (:issue:`27596`) + + Bug in :meth:`GroupBy.quantile` causes the quantiles to be + shifted when the by axis contains NaN (:issue:`33200`, + :issue:`33569`) + ------------------------------------------------------------------- Mon May 25 20:21:59 UTC 2020 - Martin Liška diff --git a/python-pandas.spec b/python-pandas.spec index f2e5dcb..8e3d6a5 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pandas -Version: 1.0.3 +Version: 1.0.4 Release: 0 Summary: Python data structures for data analysis, time series, and statistics License: BSD-3-Clause @@ -99,6 +99,7 @@ block for doing data analysis in Python. %prep %setup -q -n pandas-%{version} +sed -i -e 's/\r//g' pandas/tests/reshape/merge/test_merge.py %patch0 -p1 sed -i -e '/^#!\//, 1d' pandas/core/computation/eval.py sed -i -e '/^#!\//, 1d' pandas/tests/io/generate_legacy_storage_files.py