pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-pandas



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Dec 15 09:29:59 UTC 2023

Modified Files:
        pkgsrc/math/py-pandas: Makefile distinfo

Log Message:
py-pandas: updated to 2.1.4

What’s new in 2.1.4

Fixed regressions

Fixed regression when trying to read a pickled pandas DataFrame from pandas 1.3

Bug fixes

Bug in Series constructor raising DeprecationWarning when index is a list of Series
Bug in Series when trying to cast date-like string inputs to ArrowDtype of pyarrow.timestamp
Bug in DataFrame.apply() where passing raw=True ignored args passed to the applied function
Bug in Index.__getitem__() returning wrong result for Arrow dtypes and negative stepsize
Fixed bug in to_numeric() converting to extension dtype for string[pyarrow_numpy] dtype
Fixed bug in DataFrameGroupBy.min() and DataFrameGroupBy.max() not preserving extension dtype for empty object
Fixed bug in DataFrame.__setitem__() casting Index with object-dtype to PyArrow backed strings when infer_string option is set
Fixed bug in DataFrame.to_hdf() raising when columns have StringDtype
Fixed bug in Index.insert() casting object-dtype to PyArrow backed strings when infer_string option is set
Fixed bug in Series.__ne__() resulting in False for comparison between NA and string value for dtype="string[pyarrow_numpy]"
Fixed bug in Series.mode() not keeping object dtype when infer_string is set
Fixed bug in Series.reset_index() not preserving object dtype when infer_string is set
Fixed bug in Series.str.split() and Series.str.rsplit() when pat=None for ArrowDtype with pyarrow.string
Fixed bug in Series.str.translate() losing object dtype when string option is set


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/math/py-pandas/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/math/py-pandas/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-pandas/Makefile
diff -u pkgsrc/math/py-pandas/Makefile:1.55 pkgsrc/math/py-pandas/Makefile:1.56
--- pkgsrc/math/py-pandas/Makefile:1.55 Sat Nov 11 10:04:38 2023
+++ pkgsrc/math/py-pandas/Makefile      Fri Dec 15 09:29:59 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2023/11/11 10:04:38 adam Exp $
+# $NetBSD: Makefile,v 1.56 2023/12/15 09:29:59 adam Exp $
 
-DISTNAME=      pandas-2.1.3
+DISTNAME=      pandas-2.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pandas/}

Index: pkgsrc/math/py-pandas/distinfo
diff -u pkgsrc/math/py-pandas/distinfo:1.38 pkgsrc/math/py-pandas/distinfo:1.39
--- pkgsrc/math/py-pandas/distinfo:1.38 Sat Nov 11 10:04:38 2023
+++ pkgsrc/math/py-pandas/distinfo      Fri Dec 15 09:29:59 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.38 2023/11/11 10:04:38 adam Exp $
+$NetBSD: distinfo,v 1.39 2023/12/15 09:29:59 adam Exp $
 
-BLAKE2s (pandas-2.1.3.tar.gz) = 0b9793d0de6fd4116add3af16ce579d82a05c4c6d3a8e969fd93648be925144f
-SHA512 (pandas-2.1.3.tar.gz) = 71012b47b76444e19507e444c8ef88497e3b286856690216886cbb67ad70786c2f5014a7cf6c89f8378769560109fb5593a8c82c21a034a1059769e15c843b92
-Size (pandas-2.1.3.tar.gz) = 4272855 bytes
+BLAKE2s (pandas-2.1.4.tar.gz) = a4ec46f3c5b5705ea455dfd57e229020a65732b9e1e0304371a2ca061d782ef5
+SHA512 (pandas-2.1.4.tar.gz) = de02944829ea4df6a3913788c2ae30683504d70a1cef5789c927245dab8700981edd50de18af3619d30ac97f4658fce67f6c7637acf496bd464ad3a4109bfd1c
+Size (pandas-2.1.4.tar.gz) = 4274800 bytes
 SHA1 (patch-meson.build) = f802806a1ec2de5f466eb29c3037c54cbf9971b1
 SHA1 (patch-pandas___libs_window_aggregations.pyx) = 65e3ec2b165de00b23550a989c5eb77c81c759f3



Home | Main Index | Thread Index | Old Index