forked from pool/python-pandas
Accepting request 499830 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/499830 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 18 01:07:08 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 8 03:37:27 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
|
Reference in New Issue
Block a user