1
0
forked from pool/python-pandas

Accepting request 610084 from devel:languages:python

- Update to 0.23.0:
  * Round-trippable JSON format with ‘table’ orient.
  * Instantiation from dicts respects order for Python 3.6+.
  * Dependent column arguments for assign.
  * Merging / sorting on a combination of columns and index levels.
  * Extending Pandas with custom types.
  * Excluding unobserved categories from groupby.
  * Changes to make output shape of DataFrame.apply consistent.

- Do not bother generating pandas doc if it is already in both
  html and pdf provided by upstream, just point to the URL

OBS-URL: https://build.opensuse.org/request/show/610084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=10
This commit is contained in:
2018-05-19 13:38:05 +00:00
committed by Git OBS Bridge
parent 4328c07ff5
commit 4d1c673719
6 changed files with 47 additions and 494 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu May 17 12:28:44 UTC 2018 - tchvatal@suse.com
- Update to 0.23.0:
* Round-trippable JSON format with table orient.
* Instantiation from dicts respects order for Python 3.6+.
* Dependent column arguments for assign.
* Merging / sorting on a combination of columns and index levels.
* Extending Pandas with custom types.
* Excluding unobserved categories from groupby.
* Changes to make output shape of DataFrame.apply consistent.
-------------------------------------------------------------------
Thu May 17 12:06:17 UTC 2018 - tchvatal@suse.com
- Do not bother generating pandas doc if it is already in both
html and pdf provided by upstream, just point to the URL
-------------------------------------------------------------------
Thu Jan 11 11:18:48 UTC 2018 - tchvatal@suse.com