Skip to content

Commit 6fa53e1

Browse files
Backport PR #43520: DOC: 1.3.3 release date (#43521)
Co-authored-by: Simon Hawkins <[email protected]>
1 parent c01048f commit 6fa53e1

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

doc/source/whatsnew/v1.3.3.rst

+4-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _whatsnew_133:
22

3-
What's new in 1.3.3 (September ??, 2021)
3+
What's new in 1.3.3 (September 12, 2021)
44
----------------------------------------
55

66
These are the changes in pandas 1.3.3. See :ref:`release` for a full changelog
@@ -15,7 +15,6 @@ including other versions of pandas.
1515
Fixed regressions
1616
~~~~~~~~~~~~~~~~~
1717
- Fixed regression in :class:`DataFrame` constructor failing to broadcast for defined :class:`Index` and len one list of :class:`Timestamp` (:issue:`42810`)
18-
- Performance regression in :meth:`core.window.ewm.ExponentialMovingWindow.mean` (:issue:`42333`)
1918
- Fixed regression in :meth:`.GroupBy.agg` incorrectly raising in some cases (:issue:`42390`)
2019
- Fixed regression in :meth:`.GroupBy.apply` where ``nan`` values were dropped even with ``dropna=False`` (:issue:`43205`)
2120
- Fixed regression in :meth:`.GroupBy.quantile` which was failing with ``pandas.NA`` (:issue:`42849`)
@@ -29,8 +28,8 @@ Fixed regressions
2928
- Fixed regression in :meth:`DataFrame.corr` where Kendall correlation would produce incorrect results for columns with repeated values (:issue:`43401`)
3029
- Fixed regression in :meth:`DataFrame.groupby` where aggregation on columns with object types dropped results on those columns (:issue:`42395`, :issue:`43108`)
3130
- Fixed regression in :meth:`Series.fillna` raising ``TypeError`` when filling ``float`` ``Series`` with list-like fill value having a dtype which couldn't cast lostlessly (like ``float32`` filled with ``float64``) (:issue:`43424`)
32-
- Fixed regression in :func:`read_csv` throwing an ``AttributeError`` when the file handle is an ``tempfile.SpooledTemporaryFile`` object (:issue:`43439`)
33-
-
31+
- Fixed regression in :func:`read_csv` raising ``AttributeError`` when the file handle is an ``tempfile.SpooledTemporaryFile`` object (:issue:`43439`)
32+
- Fixed performance regression in :meth:`core.window.ewm.ExponentialMovingWindow.mean` (:issue:`42333`)
3433

3534
.. ---------------------------------------------------------------------------
3635
@@ -39,26 +38,14 @@ Fixed regressions
3938
Performance improvements
4039
~~~~~~~~~~~~~~~~~~~~~~~~
4140
- Performance improvement for :meth:`DataFrame.__setitem__` when the key or value is not a :class:`DataFrame`, or key is not list-like (:issue:`43274`)
42-
-
43-
-
4441

4542
.. ---------------------------------------------------------------------------
4643
4744
.. _whatsnew_133.bug_fixes:
4845

4946
Bug fixes
5047
~~~~~~~~~
51-
- Bug in :meth:`.DataFrameGroupBy.agg` and :meth:`.DataFrameGroupBy.transform` with ``engine="numba"`` where ``index`` data was not being correctly passed into ``func`` (:issue:`43133`)
52-
-
53-
54-
.. ---------------------------------------------------------------------------
55-
56-
.. _whatsnew_133.other:
57-
58-
Other
59-
~~~~~
60-
-
61-
-
48+
- Fixed bug in :meth:`.DataFrameGroupBy.agg` and :meth:`.DataFrameGroupBy.transform` with ``engine="numba"`` where ``index`` data was not being correctly passed into ``func`` (:issue:`43133`)
6249

6350
.. ---------------------------------------------------------------------------
6451

0 commit comments

Comments
 (0)