Hello community, here is the log from the commit of package python-pandas for openSUSE:Factory checked in at 2017-11-10 14:56:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pandas (Old) and /work/SRC/openSUSE:Factory/.python-pandas.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pandas" Fri Nov 10 14:56:41 2017 rev:6 rq:539578 version:0.21.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pandas/python-pandas-doc.changes 2017-10-09 19:41:05.206397836 +0200 +++ /work/SRC/openSUSE:Factory/.python-pandas.new/python-pandas-doc.changes 2017-11-10 14:57:08.088648054 +0100 @@ -1,0 +2,26 @@ +Mon Oct 30 06:05:48 UTC 2017 - [email protected] + +- specfile: + * updated minimum numpy version to 1.9.0 (see setup.py) + +- update to version 0.21.0: + * Highlights include: + + Integration with Apache Parquet, including a new top-level + read_parquet() function and DataFrame.to_parquet() method, see + here. + + New user-facing pandas.api.types.CategoricalDtype for specifying + categoricals independent of the data, see here. + + The behavior of sum and prod on all-NaN Series/DataFrames is now + consistent and no longer depends on whether bottleneck is + installed, see here. + + Compatibility fixes for pypy, see here. + + Additions to the drop, reindex and rename API to make them more + consistent, see here. + + Addition of the new methods DataFrame.infer_objects (see here) + and GroupBy.pipe (see here). + + Indexing with a list of labels, where one or more of the labels + is missing, is deprecated and will raise a KeyError in a future + version, see here. + * full list at http://pandas.pydata.org/pandas-docs/stable/whatsnew.html + +------------------------------------------------------------------- python-pandas.changes: same change Old: ---- pandas-0.20.3.tar.gz New: ---- pandas-0.21.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pandas-doc.spec ++++++ --- /var/tmp/diff_new_pack.ZD5Z9a/_old 2017-11-10 14:57:10.396564576 +0100 +++ /var/tmp/diff_new_pack.ZD5Z9a/_new 2017-11-10 14:57:10.400564432 +0100 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pandas-doc -Version: 0.20.3 +Version: 0.21.0 Release: 0 Summary: Documentation for python-pandas License: BSD-3-Clause ++++++ python-pandas.spec ++++++ --- /var/tmp/diff_new_pack.ZD5Z9a/_old 2017-11-10 14:57:10.428563419 +0100 +++ /var/tmp/diff_new_pack.ZD5Z9a/_new 2017-11-10 14:57:10.428563419 +0100 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pandas -Version: 0.20.3 +Version: 0.21.0 Release: 0 Summary: Make working with "relational" or "labeled" data both easy and intuitive License: BSD-3-Clause @@ -26,7 +26,7 @@ Url: http://pandas.pydata.org/ Source0: https://files.pythonhosted.org/packages/source/p/pandas/pandas-%{version}.tar.gz BuildRequires: %{python_module devel} -BuildRequires: %{python_module numpy-devel >= 1.7.1} +BuildRequires: %{python_module numpy-devel >= 1.9.0} BuildRequires: %{python_module python-dateutil >= 1.5} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools} @@ -34,7 +34,7 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: python-rpm-macros -Requires: python-numpy >= 1.7.1 +Requires: python-numpy >= 1.9.0 Requires: python-python-dateutil >= 1.5 Requires: python-pytz Recommends: python-Bottleneck ++++++ pandas-0.20.3.tar.gz -> pandas-0.21.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-pandas/pandas-0.20.3.tar.gz /work/SRC/openSUSE:Factory/.python-pandas.new/pandas-0.21.0.tar.gz differ: char 5, line 1
