Skip to content

Commit 7a35bd2

Browse files
Merge remote-tracking branch 'upstream/main' into td64-sums
2 parents 1ea03e6 + edec493 commit 7a35bd2

File tree

16 files changed

+220
-647
lines changed

16 files changed

+220
-647
lines changed

azure-pipelines.yml

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
pip install cython numpy python-dateutil pytz pytest pytest-xdist pytest-asyncio>=0.17 hypothesis && \
4949
python setup.py build_ext -q -j2 && \
5050
python -m pip install --no-build-isolation -e . && \
51+
export PANDAS_CI=1 && \
5152
pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml"
5253
displayName: 'Run 32-bit manylinux2014 Docker Build / Tests'
5354

doc/source/whatsnew/v1.5.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Other enhancements
9696
- :meth:`pd.concat` now raises when ``levels`` contains duplicate values (:issue:`46653`)
9797
- Added ``numeric_only`` argument to :meth:`DataFrame.corr`, :meth:`DataFrame.corrwith`, and :meth:`DataFrame.cov` (:issue:`46560`)
9898
- A :class:`errors.PerformanceWarning` is now thrown when using ``string[pyarrow]`` dtype with methods that don't dispatch to ``pyarrow.compute`` methods (:issue:`42613`)
99+
- Added ``numeric_only`` argument to :meth:`Resampler.sum`, :meth:`Resampler.prod`, :meth:`Resampler.min`, :meth:`Resampler.max`, :meth:`Resampler.first`, and :meth:`Resampler.last` (:issue:`46442`)
99100

100101
.. ---------------------------------------------------------------------------
101102
.. _whatsnew_150.notable_bug_fixes:

pandas/_libs/src/headers/ms_inttypes.h

-305
This file was deleted.

0 commit comments

Comments
 (0)