forked from pool/python-pandas
Accepting request 562156 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/562156 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=8
This commit is contained in:
parent
21dfabe815
commit
5f6c4d8d49
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5f5cba88bf0659554c41c909e1f78139f6fce8fa9315a29a23692b38ff9788a
|
||||
size 11288319
|
3
pandas-0.22.0.tar.gz
Normal file
3
pandas-0.22.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44a94091dd71f05922eec661638ec1a35f26d573c119aa2fad964f10a2880e6c
|
||||
size 11297071
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 3 22:41:40 UTC 2018 - arun@gmx.de
|
||||
|
||||
- specfile:
|
||||
* update copyright year
|
||||
|
||||
- update to version 0.22.0:
|
||||
* Pandas 0.22.0 changes the handling of empty and all-NA sums and
|
||||
products. The summary is that
|
||||
+ The sum of an empty or all-NA Series is now 0
|
||||
+ The product of an empty or all-NA Series is now 1
|
||||
+ We’ve added a min_count parameter to .sum() and .prod()
|
||||
controlling the minimum number of valid values for the result to
|
||||
be valid. If fewer than min_count non-NA values are present, the
|
||||
result is NA. The default is 0. To return NaN, the 0.21
|
||||
behavior, use min_count=1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 16 23:04:54 UTC 2017 - arun@gmx.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pandas-doc
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pandas-doc
|
||||
Version: 0.21.1
|
||||
Version: 0.22.0
|
||||
Release: 0
|
||||
Summary: Documentation for python-pandas
|
||||
License: BSD-3-Clause
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 3 22:41:40 UTC 2018 - arun@gmx.de
|
||||
|
||||
- specfile:
|
||||
* update copyright year
|
||||
|
||||
- update to version 0.22.0:
|
||||
* Pandas 0.22.0 changes the handling of empty and all-NA sums and
|
||||
products. The summary is that
|
||||
+ The sum of an empty or all-NA Series is now 0
|
||||
+ The product of an empty or all-NA Series is now 1
|
||||
+ We’ve added a min_count parameter to .sum() and .prod()
|
||||
controlling the minimum number of valid values for the result to
|
||||
be valid. If fewer than min_count non-NA values are present, the
|
||||
result is NA. The default is 0. To return NaN, the 0.21
|
||||
behavior, use min_count=1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 16 23:04:54 UTC 2017 - arun@gmx.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pandas
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pandas
|
||||
Version: 0.21.1
|
||||
Version: 0.22.0
|
||||
Release: 0
|
||||
Summary: Make working with "relational" or "labeled" data both easy and intuitive
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user