What’s new in 1.3.5 (December 12, 2021)#
These are the changes in pandas 1.3.5. See Release notes for a full changelog including other versions of pandas.
Fixed regressions#
- Fixed regression in - Series.equals()when comparing floats with dtype object to None (GH44190)
- Fixed regression in - merge_asof()raising error when array was supplied as join key (GH42844)
- Fixed regression when resampling - DataFramewith- DateTimeIndexwith empty groups and- uint8,- uint16or- uint32columns incorrectly raising- RuntimeError(GH43329)
- Fixed regression in creating a - DataFramefrom a timezone-aware- Timestampscalar near a Daylight Savings Time transition (GH42505)
- Fixed performance regression in - read_csv()(GH44106)
- Fixed regression in - Series.duplicated()and- Series.drop_duplicates()when Series has- Categoricaldtype with boolean categories (GH44351)
- Fixed regression in - DataFrameGroupBy.sum()and- SeriesGroupBy.sum()with- timedelta64[ns]dtype containing- NaTfailing to treat that value as NA (GH42659)
- Fixed regression in - RollingGroupby.cov()and- RollingGroupby.corr()when- otherhad the same shape as each group would incorrectly return superfluous groups in the result (GH42915)
Contributors#
A total of 10 people contributed patches to this release. People with a “+” by their names contributed a patch for the first time.
- Ali McMaster 
- Matthew Roeschke 
- Matthew Zeitlin 
- MeeseeksMachine 
- Pandas Development Team 
- Patrick Hoefler 
- Simon Hawkins 
- Thomas Li 
- Tobias Pitters 
- jbrockmendel