Skip to content

Commit b562943

Browse files
simonjayhawkinsyehoshuadimarsky
authored andcommitted
DOC: 1.4.2 release date (pandas-dev#46605)
1 parent 86e2af0 commit b562943

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

doc/source/whatsnew/v1.4.2.rst

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whatsnew_142:
22

3-
What's new in 1.4.2 (March ??, 2022)
4-
------------------------------------
3+
What's new in 1.4.2 (April 2, 2022)
4+
-----------------------------------
55

66
These are the changes in pandas 1.4.2. See :ref:`release` for a full changelog
77
including other versions of pandas.
@@ -22,6 +22,7 @@ Fixed regressions
2222
- Fixed regression in :meth:`DataFrame.replace` when the replacement value was explicitly ``None`` when passed in a dictionary to ``to_replace`` (:issue:`45601`, :issue:`45836`)
2323
- Fixed regression when setting values with :meth:`DataFrame.loc` losing :class:`MultiIndex` names if :class:`DataFrame` was empty before (:issue:`46317`)
2424
- Fixed regression when rendering boolean datatype columns with :meth:`.Styler` (:issue:`46384`)
25+
- Fixed regression in :meth:`Groupby.rolling` with a frequency window that would raise a ``ValueError`` even if the datetimes within each group were monotonic (:issue:`46061`)
2526

2627
.. ---------------------------------------------------------------------------
2728
@@ -33,16 +34,6 @@ Bug fixes
3334
- Fixed "longtable" formatting in :meth:`.Styler.to_latex` when ``column_format`` is given in extended format (:issue:`46037`)
3435
- Fixed incorrect rendering in :meth:`.Styler.format` with ``hyperlinks="html"`` when the url contains a colon or other special characters (:issue:`46389`)
3536
- Improved error message in :class:`~pandas.core.window.Rolling` when ``window`` is a frequency and ``NaT`` is in the rolling axis (:issue:`46087`)
36-
- Fixed :meth:`Groupby.rolling` with a frequency window that would raise a ``ValueError`` even if the datetimes within each group were monotonic (:issue:`46061`)
37-
38-
.. ---------------------------------------------------------------------------
39-
40-
.. _whatsnew_142.other:
41-
42-
Other
43-
~~~~~
44-
-
45-
-
4637

4738
.. ---------------------------------------------------------------------------
4839

0 commit comments

Comments
 (0)