pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-pandas py-pandas: updated to 0.22.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/939cb5857114
branches:  trunk
changeset: 373584:939cb5857114
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 05 16:13:51 2018 +0000

description:
py-pandas: updated to 0.22.0

v0.22.0:

This is a major release from 0.21.1 and includes a single, API-breaking change. We recommend that all users upgrade to this version after carefully reading the release note.

The only changes are:
* 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.

diffstat:

 math/py-pandas/Makefile |   4 ++--
 math/py-pandas/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 9dd00dcde8f3 -r 939cb5857114 math/py-pandas/Makefile
--- a/math/py-pandas/Makefile   Fri Jan 05 15:36:44 2018 +0000
+++ b/math/py-pandas/Makefile   Fri Jan 05 16:13:51 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2017/12/14 13:37:59 adam Exp $
+# $NetBSD: Makefile,v 1.20 2018/01/05 16:13:51 adam Exp $
 
-DISTNAME=      pandas-0.21.1
+DISTNAME=      pandas-0.22.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pandas/}
diff -r 9dd00dcde8f3 -r 939cb5857114 math/py-pandas/distinfo
--- a/math/py-pandas/distinfo   Fri Jan 05 15:36:44 2018 +0000
+++ b/math/py-pandas/distinfo   Fri Jan 05 16:13:51 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2017/12/14 13:37:59 adam Exp $
+$NetBSD: distinfo,v 1.16 2018/01/05 16:13:51 adam Exp $
 
-SHA1 (pandas-0.21.1.tar.gz) = 0cdfe20a01e1b54e2b1e5cb520d79ed5e60ddef0
-RMD160 (pandas-0.21.1.tar.gz) = baa8060f23f1ecc0ba8637ae0ddd6a9967c29a19
-SHA512 (pandas-0.21.1.tar.gz) = 73c9a549a13dbd148c70e22514378cc45c11703714b3732f27a96ed9b13655820dadf5f2fadae62719f0b4e70d906737f265ef47d65e0fdeada02fd0bb300042
-Size (pandas-0.21.1.tar.gz) = 11288319 bytes
+SHA1 (pandas-0.22.0.tar.gz) = e62c0c9e606054c1c7a081fd3f4dcb74c0b31ff9
+RMD160 (pandas-0.22.0.tar.gz) = 6a8e2f6494c8c9f0f7adfbb738203e5e3f0b55c6
+SHA512 (pandas-0.22.0.tar.gz) = a6e3dcf55845cf4faf0aca43013eccf63310c76faba6d316f36067bb7ac986bcda0975003711eb6559746ad3770c0e88b307c4da040105c6825cf144f4e0797a
+Size (pandas-0.22.0.tar.gz) = 11297071 bytes



Home | Main Index | Thread Index | Old Index