Hello community,

here is the log from the commit of package python-pandas for openSUSE:Factory 
checked in at 2017-05-31 12:22:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pandas (Old)
 and      /work/SRC/openSUSE:Factory/.python-pandas.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pandas"

Wed May 31 12:22:08 2017 rev:4 rq:499830 version:0.20.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pandas/python-pandas-doc.changes  
2017-05-08 19:04:58.607507945 +0200
+++ /work/SRC/openSUSE:Factory/.python-pandas.new/python-pandas-doc.changes     
2017-05-31 12:22:31.452836771 +0200
@@ -1,0 +2,31 @@
+Tue May 30 17:08:33 UTC 2017 - [email protected]
+
+- Fix documentation BuildRequires.
+
+-------------------------------------------------------------------
+Thu May 18 01:07:08 UTC 2017 - [email protected]
+
+- Update to version 0.20.1
+  Highlights include:
+  * New ``.agg()`` API for Series/DataFrame similar to the
+    groupby-rolling-resample API's
+  * Integration with the ``feather-format``, including a new
+    top-level ``pd.read_feather()`` and ``DataFrame.to_feather()``
+    method
+  * The ``.ix`` indexer has been deprecated
+  * ``Panel`` has been deprecated
+  * Addition of an ``IntervalIndex`` and ``Interval`` scalar type
+  * Improved user API when grouping by index levels in ``.groupby()``
+  * Improved support for ``UInt64`` dtypes
+  * A new orient for JSON serialization, ``orient='table'``, that
+    uses the Table Schema spec and that gives the possibility for
+    a more interactive repr in the Jupyter Notebook
+  * Experimental support for exporting styled DataFrames
+    (``DataFrame.style``) to Excel
+  * Window binary corr/cov operations now return a MultiIndexed
+    ``DataFrame`` rather than a ``Panel``, as ``Panel`` is now
+    deprecated
+  * Support for S3 handling now uses ``s3fs``
+  * Google BigQuery support now uses the ``pandas-gbq`` library
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python-pandas/python-pandas.changes      
2017-05-08 19:04:58.639503425 +0200
+++ /work/SRC/openSUSE:Factory/.python-pandas.new/python-pandas.changes 
2017-05-31 12:22:31.980762245 +0200
@@ -1,0 +2,26 @@
+Thu May 18 01:07:08 UTC 2017 - [email protected]
+
+- Update to version 0.20.1
+  Highlights include:
+  * New ``.agg()`` API for Series/DataFrame similar to the
+    groupby-rolling-resample API's
+  * Integration with the ``feather-format``, including a new
+    top-level ``pd.read_feather()`` and ``DataFrame.to_feather()``
+    method
+  * The ``.ix`` indexer has been deprecated
+  * ``Panel`` has been deprecated
+  * Addition of an ``IntervalIndex`` and ``Interval`` scalar type
+  * Improved user API when grouping by index levels in ``.groupby()``
+  * Improved support for ``UInt64`` dtypes
+  * A new orient for JSON serialization, ``orient='table'``, that
+    uses the Table Schema spec and that gives the possibility for
+    a more interactive repr in the Jupyter Notebook
+  * Experimental support for exporting styled DataFrames
+    (``DataFrame.style``) to Excel
+  * Window binary corr/cov operations now return a MultiIndexed
+    ``DataFrame`` rather than a ``Panel``, as ``Panel`` is now
+    deprecated
+  * Support for S3 handling now uses ``s3fs``
+  * Google BigQuery support now uses the ``pandas-gbq`` library
+
+-------------------------------------------------------------------

Old:
----
  pandas-0.19.2.tar.gz

New:
----
  pandas-0.20.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pandas-doc.spec ++++++
--- /var/tmp/diff_new_pack.usqBqL/_old  2017-05-31 12:22:32.872636341 +0200
+++ /var/tmp/diff_new_pack.usqBqL/_new  2017-05-31 12:22:32.876635777 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pandas-doc
-Version:        0.19.2
+Version:        0.20.1
 Release:        0
 Summary:        Documentation for python-pandas
 License:        BSD-3-Clause
@@ -31,11 +31,12 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-Sphinx
-BuildRequires:  python3-dateutil >= 1.5
+BuildRequires:  python3-python-dateutil >= 1.5
 BuildRequires:  python3-jupyter_client
 BuildRequires:  python3-jupyter_ipykernel
 BuildRequires:  python3-jupyter_nbconvert
 BuildRequires:  python3-jupyter_nbformat
+BuildRequires:  python3-jupyter_nbsphinx
 BuildRequires:  python3-matplotlib
 BuildRequires:  python3-numpy-devel >= 1.7.1
 BuildRequires:  python3-pytz

++++++ python-pandas.spec ++++++
--- /var/tmp/diff_new_pack.usqBqL/_old  2017-05-31 12:22:32.896632953 +0200
+++ /var/tmp/diff_new_pack.usqBqL/_new  2017-05-31 12:22:32.900632389 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pandas
-Version:        0.19.2
+Version:        0.20.1
 Release:        0
 Summary:        Make working with "relational" or "labeled" data both easy and 
intuitive
 License:        BSD-3-Clause
@@ -50,8 +50,10 @@
 Recommends:     python-numexpr >= 2.1
 Recommends:     python-oauth2client
 Recommends:     python-openpyxl >= 2.2
+Recommends:     python-pandas-gbq
 Recommends:     python-python-gflags
 Recommends:     python-scipy
+Recommends:     python-s3fs
 Recommends:     python-tables >= 3.0.0
 Recommends:     python-xarray >= 0.7.0
 Recommends:     python-xlrd

++++++ pandas-0.19.2.tar.gz -> pandas-0.20.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-pandas/pandas-0.19.2.tar.gz 
/work/SRC/openSUSE:Factory/.python-pandas.new/pandas-0.20.1.tar.gz differ: char 
5, line 1


Reply via email to