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:           Sun Dec 12 20:30:49 UTC 2021

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

Log Message:
py-pandas: updated to 1.3.5

What's new in 1.3.5 (December 12, 2021)
---------------------------------------

Fixed regressions
~~~~~~~~~~~~~~~~~
- Fixed regression in :meth:`Series.equals` when comparing floats with dtype object to None (:issue:`44190`)
- Fixed regression in :func:`merge_asof` raising error when array was supplied as join key (:issue:`42844`)
- Fixed regression when resampling :class:`DataFrame` with :class:`DateTimeIndex` with empty groups and ``uint8``, ``uint16`` or ``uint32`` columns incorrectly raising ``RuntimeError`` 
(:issue:`43329`)
- Fixed regression in creating a :class:`DataFrame` from a timezone-aware :class:`Timestamp` scalar near a Daylight Savings Time transition (:issue:`42505`)
- Fixed performance regression in :func:`read_csv` (:issue:`44106`)
- Fixed regression in :meth:`Series.duplicated` and :meth:`Series.drop_duplicates` when Series has :class:`Categorical` dtype with boolean categories (:issue:`44351`)
- Fixed regression in :meth:`.GroupBy.sum` with ``timedelta64[ns]`` dtype containing ``NaT`` failing to treat that value as NA (:issue:`42659`)
- Fixed regression in :meth:`.RollingGroupby.cov` and :meth:`.RollingGroupby.corr` when ``other`` had the same shape as each group would incorrectly return superfluous groups in the result 
(:issue:`42915`)


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/math/py-pandas/Makefile
cvs rdiff -u -r1.27 -r1.28 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.34 pkgsrc/math/py-pandas/Makefile:1.35
--- pkgsrc/math/py-pandas/Makefile:1.34 Sun Nov 21 16:31:26 2021
+++ pkgsrc/math/py-pandas/Makefile      Sun Dec 12 20:30:49 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2021/11/21 16:31:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.35 2021/12/12 20:30:49 adam Exp $
 
-DISTNAME=      pandas-1.3.4
+DISTNAME=      pandas-1.3.5
 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.27 pkgsrc/math/py-pandas/distinfo:1.28
--- pkgsrc/math/py-pandas/distinfo:1.27 Sun Nov 21 16:31:26 2021
+++ pkgsrc/math/py-pandas/distinfo      Sun Dec 12 20:30:49 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2021/11/21 16:31:26 ryoon Exp $
+$NetBSD: distinfo,v 1.28 2021/12/12 20:30:49 adam Exp $
 
-BLAKE2s (pandas-1.3.4.tar.gz) = 5e2b416b507cc8d8b226e3dc3b9d849efa58b616fc0c0f392d0aa65c8171be77
-SHA512 (pandas-1.3.4.tar.gz) = c821365b1f06d69c61b957c4768a5f86b39d97d74b0732ea0eaade9d21bca8f652e38f91f83adf2fc6488f227c75d4e5e64e8f131456e7f0a93ecfcf237190a6
-Size (pandas-1.3.4.tar.gz) = 4734599 bytes
+BLAKE2s (pandas-1.3.5.tar.gz) = b49f313a6213116ef5577f9110e1560186337fff9e2d663c6788b2e91d1e86d6
+SHA512 (pandas-1.3.5.tar.gz) = cf3f76894cae19784af6393d4a575d114b55621a3d594edd7e95ac6d5c8588a580135789c859c618acfeceeb710d2a1fdd94188a839a90be6b58af929e00a726
+Size (pandas-1.3.5.tar.gz) = 4736591 bytes



Home | Main Index | Thread Index | Old Index