What’s new in 1.1.5 (December 07, 2020)#
These are the changes in pandas 1.1.5. See Release notes for a full changelog including other versions of pandas.
Fixed regressions#
- Fixed regression in addition of a timedelta-like scalar to a - DatetimeIndexraising incorrectly (GH37295)
- Fixed regression in - Series.groupby()raising when the- Indexof the- Serieshad a tuple as its name (GH37755)
- Fixed regression in - DataFrame.loc()and- Series.loc()for- __setitem__when one-dimensional tuple was given to select from- MultiIndex(GH37711)
- Fixed regression in inplace operations on - Serieswith- ExtensionDtypewith NumPy dtyped operand (GH37910)
- Fixed regression in metadata propagation for - groupbyiterator (GH37343)
- Fixed regression in - MultiIndexconstructed from a- DatetimeIndexnot retaining frequency (GH35563)
- Fixed regression in - Indexconstructor raising a- AttributeErrorwhen passed a- SparseArraywith datetime64 values (GH35843)
- Fixed regression in - DataFrame.unstack()with columns with integer dtype (GH37115)
- Fixed regression in indexing on a - Serieswith- CategoricalDtypeafter unpickling (GH37631)
- Fixed regression in - DataFrame.groupby()aggregation with out-of-bounds datetime objects in an object-dtype column (GH36003)
- Fixed regression in - df.groupby(..).rolling(..)with the resulting- MultiIndexwhen grouping by a label that is in the index (GH37641)
- Fixed regression in - DataFrame.fillna()not filling- NaNafter other operations such as- DataFrame.pivot()(GH36495).
- Fixed performance regression in - df.groupby(..).rolling(..)(GH38038)
- Fixed regression in - MultiIndex.intersection()returning duplicates when at least one of the indexes had duplicates (GH36915)
- Fixed regression in - DataFrameGroupBy.first(),- SeriesGroupBy.first(),- DataFrameGroupBy.last(), and- SeriesGroupBy.last()where- Nonewas considered a non-NA value (GH38286)
Bug fixes#
- Bug in pytables methods in python 3.9 (GH38041) 
Other#
Contributors#
A total of 12 people contributed patches to this release. People with a “+” by their names contributed a patch for the first time.
- Andrew Wieteska 
- Fangchen Li 
- Janus 
- Joris Van den Bossche 
- Matthew Roeschke 
- MeeseeksMachine 
- Pandas Development Team 
- Richard Shadrach 
- Simon Hawkins 
- Uwe L. Korn 
- jbrockmendel 
- patrick