Skip to content

Commit edc500f

Browse files
committed
Merge branch '1.3.x' of https://github.com/pandas-dev/pandas into 1.3.x
2 parents f104ebc + fa61bf7 commit edc500f

File tree

3 files changed

+51
-18
lines changed

3 files changed

+51
-18
lines changed

doc/source/whatsnew/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Version 1.3
1616
.. toctree::
1717
:maxdepth: 2
1818

19+
v1.3.4
1920
v1.3.3
2021
v1.3.2
2122
v1.3.1

doc/source/whatsnew/v1.3.3.rst

+5-18
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
@@ -67,4 +54,4 @@ Other
6754
Contributors
6855
~~~~~~~~~~~~
6956

70-
.. contributors:: v1.3.2..v1.3.3|HEAD
57+
.. contributors:: v1.3.2..v1.3.3

doc/source/whatsnew/v1.3.4.rst

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
.. _whatsnew_134:
2+
3+
What's new in 1.3.4 (October ??, 2021)
4+
--------------------------------------
5+
6+
These are the changes in pandas 1.3.4. See :ref:`release` for a full changelog
7+
including other versions of pandas.
8+
9+
{{ header }}
10+
11+
.. ---------------------------------------------------------------------------
12+
13+
.. _whatsnew_134.regressions:
14+
15+
Fixed regressions
16+
~~~~~~~~~~~~~~~~~
17+
-
18+
-
19+
20+
.. ---------------------------------------------------------------------------
21+
22+
.. _whatsnew_134.bug_fixes:
23+
24+
Bug fixes
25+
~~~~~~~~~
26+
-
27+
-
28+
29+
.. ---------------------------------------------------------------------------
30+
31+
.. _whatsnew_134.other:
32+
33+
Other
34+
~~~~~
35+
-
36+
-
37+
38+
.. ---------------------------------------------------------------------------
39+
40+
.. _whatsnew_134.contributors:
41+
42+
Contributors
43+
~~~~~~~~~~~~
44+
45+
.. contributors:: v1.3.3..v1.3.4|HEAD

0 commit comments

Comments
 (0)