What’s new in 1.3.3 (September 12, 2021)¶
These are the changes in pandas 1.3.3. See Release notes for a full changelog including other versions of pandas.
Fixed regressions¶
Fixed regression in
DataFrame
constructor failing to broadcast for definedIndex
and len one list ofTimestamp
(GH42810)Fixed regression in
GroupBy.agg()
incorrectly raising in some cases (GH42390)Fixed regression in
GroupBy.apply()
wherenan
values were dropped even withdropna=False
(GH43205)Fixed regression in
GroupBy.quantile()
which was failing withpandas.NA
(GH42849)Fixed regression in
merge()
whereon
columns withExtensionDtype
orbool
data types were cast toobject
inright
andouter
merge (GH40073)Fixed regression in
RangeIndex.where()
andRangeIndex.putmask()
raisingAssertionError
when result did not represent aRangeIndex
(GH43240)Fixed regression in
read_parquet()
where thefastparquet
engine would not work properly with fastparquet 0.7.0 (GH43075)Fixed regression in
DataFrame.loc.__setitem__()
raisingValueError
when setting array as cell value (GH43422)Fixed regression in
is_list_like()
where objects with__iter__
set toNone
would be identified as iterable (GH43373)Fixed regression in
DataFrame.__getitem__()
raising error for slice ofDatetimeIndex
when index is non monotonic (GH43223)Fixed regression in
Resampler.aggregate()
when used after column selection would raise iffunc
is a list of aggregation functions (GH42905)Fixed regression in
DataFrame.corr()
where Kendall correlation would produce incorrect results for columns with repeated values (GH43401)Fixed regression in
DataFrame.groupby()
where aggregation on columns with object types dropped results on those columns (GH42395, GH43108)Fixed regression in
Series.fillna()
raisingTypeError
when fillingfloat
Series
with list-like fill value having a dtype which couldn’t cast lostlessly (likefloat32
filled withfloat64
) (GH43424)Fixed regression in
read_csv()
raisingAttributeError
when the file handle is antempfile.SpooledTemporaryFile
object (GH43439)Fixed performance regression in
core.window.ewm.ExponentialMovingWindow.mean()
(GH42333)
Performance improvements¶
Bug fixes¶
Fixed bug in
DataFrameGroupBy.agg()
andDataFrameGroupBy.transform()
withengine="numba"
whereindex
data was not being correctly passed intofunc
(GH43133)
Contributors¶
A total of 18 people contributed patches to this release. People with a “+” by their names contributed a patch for the first time.
Ali McMaster
Irv Lustig
Matthew Roeschke
Matthew Zeitlin
MeeseeksMachine
Pandas Development Team
Patrick Hoefler
Prerana Chakraborty +
Richard Shadrach
Shoham Debnath
Simon Hawkins
Thomas Li
Torsten Wörtwein
Zach Rait +
aiudirog +
attack68
jbrockmendel
suoniq +