1
0
forked from pool/python-pandas

Accepting request 539578 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/539578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=6
This commit is contained in:
2017-11-10 13:56:41 +00:00
committed by Git OBS Bridge
parent 612ea26e48
commit c9c984b20d
6 changed files with 59 additions and 7 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Oct 30 06:05:48 UTC 2017 - arun@gmx.de
- 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
-------------------------------------------------------------------
Sat Sep 23 21:12:48 UTC 2017 - arun@gmx.de